/*
.fullscreen-bg__video {
	background: transparent image-url('pizza-home.jpg') no-repeat 0 0;
	@include background-size(cover);
}
*/
#header-main .header-logo a img {
  opacity: 0.5;
  margin-top: -5px;
  height: 48px;
  width: auto;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#header-main .header-logo a img:hover {
  opacity: 1 !important;
}

#header-main .nav-main li {
  cursor: default;
}
#header-main .nav-main li.user-account {
  position: relative;
  top: 16px;
  margin: 0 0 0 10px;
}
#header-main .nav-main li.user-account > a {
  display: block;
  border: none;
  padding: 0;
  width: 32px;
  height: 32px;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: transparent url('/../assets/img/user.png?1509524887') no-repeat 0 0;
}
#header-main .nav-main li.user-account > a:hover {
  background-position: -32 0;
}
#header-main .nav-main li.user-account > a.user-connected {
  background-position: -64 0;
}

.phone-number {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 0;
}

#fullscreen-filter {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#connection .cadre-next-connection .login-connection {
  display: none;
}
#connection.login-connection .cadre-next-connection .next-connection {
  display: none;
}
#connection.login-connection .cadre-next-connection .login-connection {
  display: block;
}

#reset-password-sent {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 350px;
  width: 600px;
  margin-left: -300px;
  margin-top: -175px;
  display: none;
  background-color: #c0392b;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: right;
  cursor: default;
  z-index: 9001;
}
#reset-password-sent .title-connection {
  text-align: center;
  margin-top: 60px;
}
#reset-password-sent .wait {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c0392b;
}
#reset-password-sent .wait .wait-spinner {
  margin: 25% auto 0;
  width: 70px;
  text-align: center;
}
#reset-password-sent .wait .wait-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
#reset-password-sent .wait .wait-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#reset-password-sent .wait .wait-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* /commande and /account */
#header .cadre-logo {
  height: 48px;
}

.popup-filter {
  background-color: rgba(255, 255, 255, 0.75);
}

.account-body #header .menu_progress.logout {
  margin-top: 0;
  line-height: 60px;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.account-body #header .menu_progress.logout:hover {
  color: #ffffff;
  background-color: #ac2517;
  border-color: transparent;
}
.account-body input[type="password"]:-moz-placeholder {
  color: #cccccc;
  font-style: italic;
}
.account-body input[type="password"]::-moz-placeholder {
  color: #cccccc;
  font-style: italic;
}
.account-body input[type="password"]:-ms-input-placeholder {
  color: #cccccc;
  font-style: italic;
}
.account-body input[type="password"]::-webkit-input-placeholder {
  color: #cccccc;
  font-style: italic;
}
.account-body .element-boxes input[type="radio"] + label {
  color: #000000;
}
.account-body .element-boxes input[type="radio"] + label:before {
  border-color: #000000;
}
.account-body .element-boxes input[type="radio"]:checked + label:before {
  border-top-color: transparent;
  border-left-color: transparent;
}
.account-body .titre-adresse-commande {
  margin-top: 30px;
}
.account-body .titre-adresse-commande.return {
  margin-top: 0;
}
.account-body .account-error {
  font-style: italic;
  font-weight: bold;
  color: #ff0000;
}
.account-body #element-phone {
  margin-top: 40px;
}
.account-body .popup-filter .popup > div {
  display: none;
  padding-bottom: 30px;
}
.account-body .popup-filter .popup .popup-title {
  margin-bottom: 30px;
}
.account-body .popup-filter .popup .popup-text {
  text-align: center;
  margin-top: 20px;
}
.account-body .popup-filter .popup.error {
  background-color: #c0392b;
}
.account-body .popup-filter .popup.error .popup-title {
  color: rgba(255, 255, 255, 0.5);
}
.account-body .account-hide {
  display: none;
}
.account-body #account-reset-password .element-livraison:nth-child(3) {
  margin-top: 30px;
}

@media (max-width: 910px) {
  #header-main .header-logo {
    margin-top: 11;
  }

  #header-main .nav-main li {
    display: flex;
    height: 12.5%;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #b62f21;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
  }
  #header-main .nav-main li:hover {
    color: #ecf0f1;
    background-color: #b62f21;
  }
  #header-main .nav-main li.user-account {
    margin: 0;
    top: 0;
  }

  #reset-password-sent {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #c0392b;
    text-align: center;
    cursor: default;
    z-index: 9001;
    top: 0%;
    left: 0%;
    margin-left: 0px;
    margin-top: 0px;
  }
  #reset-password-sent .connection-middle {
    margin-top: 25vh;
    height: auto;
  }
  #reset-password-sent .wait .wait-spinner {
    margin-top: 48vh;
  }

  .account-body #header .menu_progress.logout {
    line-height: inherit;
    cursor: pointer;
    border-left: none;
    color: rgba(255, 255, 255, 0.75);
  }
  .account-body #header .menu_progress.logout:hover {
    color: #ffffff;
    background-color: transparent;
  }
}
#connection-create-account-2 .locations, .popup-filter.zip-code .locations {
  position: fixed;
  z-index: 10000;
}
#connection-create-account-2 .locations #locations-choice, .popup-filter.zip-code .locations #locations-choice {
  max-width: 100%;
  padding: 0;
}
#connection-create-account-2 .locations #locations-choice > div, .popup-filter.zip-code .locations #locations-choice > div {
  padding: 8px 10px;
  text-align: left;
  white-space: nowrap;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  color: #000000;
  background-color: #dddddd;
}
#connection-create-account-2 .locations #locations-choice > div:hover, .popup-filter.zip-code .locations #locations-choice > div:hover {
  background-color: #ffffff;
}
#connection-create-account-2 .popup-subtitle, .popup-filter.zip-code .popup-subtitle {
  margin-top: 40px;
}

@media (max-width: 910px) {
  .connection-middle {
    margin-top: -10%;
  }
}
