/*! Copyright 2014-2025 Teractys */
.angular-popover {
    position: absolute;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, .2);
    background-color: #fff
}

.angular-popover-template {
    padding: 10px;
}

.popover-floating-animation-top {
    animation: floatingtop 3s .5s infinite;
    -webkit-animation: floatingtop 3s .5s infinite
}

.popover-floating-animation-bottom {
    animation: floatingbottom 3s .5s infinite;
    -webkit-animation: floatingbottom 3s .5s infinite
}

.popover-floating-animation-left {
    animation: floatingleft 3s .5s infinite;
    -webkit-animation: floatingleft 3s .5s infinite
}

.popover-floating-animation-right {
    animation: floatingright 3s .5s infinite;
    -webkit-animation: floatingright 3s .5s infinite
}

@-webkit-keyframes floatingtop {
    from,
    to {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }
    60% {
        transform: translate(0, -8px);
        -webkit-transform: translate(0, -8px)
    }
}

@-webkit-keyframes floatingbottom {
    from,
    to {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }
    60% {
        transform: translate(0, 8px);
        -webkit-transform: translate(0, 8px)
    }
}

@-webkit-keyframes floatingright {
    from,
    to {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }
    60% {
        transform: translate(8px, 0);
        -webkit-transform: translate(8px, 0)
    }
}

@-webkit-keyframes floatingleft {
    from,
    to {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }
    60% {
        transform: translate(-8px, 0);
        -webkit-transform: translate(-8px, 0)
    }
}

.hide-popover-element {
    display: none
}

.angular-popover-triangle {
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 10px -17px rgba(0, 0, 0, .2)
}

.angular-popover-triangle:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, .2)
}

.angular-popover-triangle-top:after {
    top: -8.5px;
    left: 7px
}

.angular-popover-triangle-bottom:after {
    top: 23.5px;
    left: 7px
}

.angular-popover-triangle-right::after {
    top: 7.5px;
    left: 23.5px
}

.angular-popover-triangle-left::after {
    top: 7.5px;
    left: -8.5px
}

.angular-popover-container {
    position: absolute;
    width: 0;
    height: 0;
    left: 0
}
@-webkit-keyframes rotate-forever {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-forever {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* spinner */
.lumys-spinner-active .lumys-spinner {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
          animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0.75);
  border-top-color: rgba(0, 0, 0, 0.25);
}
.lumys-spinner-active .lumys-spinner,
.lumys-spinner-active .lumys-spinner:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.lumys-spinner {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  border: 8px solid #ffffff;
  border-right-color: transparent;
  border-radius: 50%;
}
.lumys-spinner.lumys-spinner-active-remove {
  transition: all 750ms ease-in;
}
/* container */
.lumys-spinner-container {
  position: absolute;
  min-height: 50px;
  min-width: 50px;
  z-index: 3;
  top: -9999999px;
  left: -9999999px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: opacity 500ms ease-in;
}
.lumys-spinner-active .lumys-spinner-container,
.lumys-spinner-active-add .lumys-spinner-container,
.lumys-spinner-active-add-active .lumys-spinner-container {
  top: 0;
  left: 0;
  opacity: 1;
}
.lumys-spinner-active-remove .lumys-spinner-container,
.lumys-spinner-active-remove-active .lumys-spinner-container {
  top: 0;
  left: 0;
  opacity: 0;
}
/* content */
.lumys-spinner-content {
  position: relative;
}

md-dialog.image-viewer-modal md-toolbar {
  background-color: white;
  min-height: 40px;
}
md-dialog.image-viewer-modal md-toolbar .close-button-container {
  min-height: 40px;
}
md-dialog.image-viewer-modal md-toolbar .close-button-container .close-button {
  margin: 0 20px;
  color: #666666;
}
md-dialog.image-viewer-modal md-toolbar .close-button-container .close-button:hover {
  color: rgba(102, 102, 102, 0.4);
}
md-dialog.image-viewer-modal md-dialog-content .format {
  margin: 0 40px 20px 40px;
}
md-dialog.image-viewer-modal md-dialog-content .format .format-name {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 15px;
  font-weight: 400;
  font-weight: bold;
}
md-dialog.image-viewer-modal md-dialog-content .format .format-description {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 15px;
  font-weight: 400;
  font-weight: normal;
}
md-dialog.image-viewer-modal md-dialog-content .photo-container {
  width: 100%;
  max-height: 70vh;
  min-height: 70vh;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}
md-dialog.image-viewer-modal md-dialog-content .photo-container .arrow-icon {
  text-align: center;
  min-width: 40px;
  width: 40px;
}
md-dialog.image-viewer-modal md-dialog-content .photo-container .arrow-icon.previous {
  justify-self: flex-start;
}
md-dialog.image-viewer-modal md-dialog-content .photo-container .arrow-icon.next {
  justify-self: flex-end;
}
md-dialog.image-viewer-modal md-dialog-content .photo-container .arrow-icon i {
  color: #633d81;
  font-size: 19px;
}
md-dialog.image-viewer-modal md-dialog-content .photo-container .photo-product {
  max-height: inherit;
  min-height: inherit;
}
md-dialog.image-viewer-modal md-dialog-content .photo-container .photo {
  max-width: 100%;
  max-height: inherit;
  text-align: center;
}
md-dialog.image-viewer-modal md-dialog-content .photo-container .photo img {
  max-height: inherit;
  max-width: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
md-dialog.image-viewer-modal md-dialog-content .photo-container .photo img.ng-enter {
  transition: 0.3s linear opacity;
}
md-dialog.image-viewer-modal md-dialog-content .photo-container .photo img.ng-leave {
  transition: none;
}
md-dialog.image-viewer-modal md-dialog-content .photo-container .photo img.ng-enter {
  opacity: 0.5;
}
md-dialog.image-viewer-modal md-dialog-content .photo-container .photo img.ng-enter-active {
  opacity: 1;
}
md-dialog.image-viewer-modal md-dialog-content .photo-container .photo img.ng-leave {
  display: none;
}
md-dialog.image-viewer-modal md-dialog-content .photo-container .photo:not(.loading) img.bordered {
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
}
md-dialog.image-viewer-modal md-dialog-content .photographer-product-info {
  background-color: rgba(99, 61, 129, 0.3);
  min-width: 380px;
  align-self: stretch;
}
md-dialog.image-viewer-modal md-dialog-content .photographer-product-info .photographer-product-content {
  margin: auto;
  text-align: center;
}
md-dialog.image-viewer-modal md-dialog-content .photographer-product-info .photographer-product-content img {
  max-width: 235px;
  max-height: 50vh;
}
md-dialog.image-viewer-modal md-dialog-content .photographer-product-info .photographer-product-content p {
  width: 128px;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 18px;
  font-weight: 700;
}
md-dialog.image-viewer-modal md-dialog-actions {
  border: none;
  padding: 0 16px;
  margin: 20px 40px 40px 40px;
  min-height: 42px;
}
md-dialog.image-viewer-modal md-dialog-actions .md-button {
  margin: 0;
}
md-dialog.image-viewer-modal md-dialog-actions .price {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: black;
  font-size: 14px;
  font-weight: 400;
  font-weight: 700;
  margin-right: 31px;
}
@media only screen and (max-width: 767px) {
  md-dialog.image-viewer-modal md-dialog-content .photo-container {
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 0;
  }
  md-dialog.image-viewer-modal md-dialog-content .photo-container .photo {
    text-align: center;
  }
  md-dialog.image-viewer-modal md-dialog-content .photo-container .photo img {
    display: block;
    max-width: 100%;
    margin: auto;
  }
  md-dialog.image-viewer-modal md-dialog-content .photographer-product-info {
    background-color: rgba(99, 61, 129, 0.3);
    min-width: 116px;
    max-width: 116px;
    align-self: stretch;
  }
  md-dialog.image-viewer-modal md-dialog-content .photographer-product-info .photographer-product-content {
    margin: auto;
    text-align: center;
  }
  md-dialog.image-viewer-modal md-dialog-content .photographer-product-info .photographer-product-content img {
    max-width: 72px;
  }
  md-dialog.image-viewer-modal md-dialog-content .photographer-product-info .photographer-product-content p {
    width: auto;
    font-family: Roboto, " Helvetica Neue ", sans-serif;
    color: #633d81;
    font-size: 12px;
    font-weight: 700;
  }
}
/**
*  Spécifique IE 11
 */
md-dialog.image-viewer-modal.ie-11 md-dialog-content .photo-container .photo-product {
  min-height: 70vh;
  height: 0;
}

.select-photo-modal md-dialog-content {
  padding: 50px 13px 36px;
}
.select-photo-modal md-dialog-content > h2 {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.select-photo-modal md-dialog-content .photos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 13px;
}
.select-photo-modal md-dialog-content .photos .photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 13px;
}
.select-photo-modal md-dialog-content .photos .photo .overlay {
  max-height: 260px;
  position: relative;
}
.select-photo-modal md-dialog-content .photos .photo img {
  max-height: 260px;
  width: auto;
  height: auto;
}
.select-photo-modal md-dialog-content .photos .photo img.photo-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.select-photo-modal md-dialog-content .photos .photo .checkbox {
  min-height: 40px;
  max-height: 40px;
  padding-top: 13px;
}
.select-photo-modal md-dialog-content .photos .photo .checkbox md-checkbox {
  margin: 0;
}
.select-photo-modal md-dialog-content .photos .photo.selected .overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0.3;
  background-color: #49c57f;
}
.select-photo-modal md-dialog-content .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.select-photo-modal md-dialog-content .buttons button {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .select-photo-modal {
    max-width: 100%;
  }
  .select-photo-modal md-dialog-content {
    padding: 30px 7px 36px;
  }
  .select-photo-modal md-dialog-content .photos {
    margin-top: 7px;
  }
  .select-photo-modal md-dialog-content .photos .photo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 7px;
  }
  .select-photo-modal md-dialog-content .photos .photo .overlay {
    max-height: 180px;
  }
  .select-photo-modal md-dialog-content .photos .photo img {
    max-height: 180px;
  }
}

.bundle-view {
  background-color: white;
  padding-top: 25px;
  background-image: url(public/2a258a730054d87e.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: bottom;
  background-size: 758px 228px;
}
@media only screen and (max-width: 767px) {
  .bundle-view {
    background-image: url(public/d3e9e30d8c87d4df.svg);
    background-size: calc(100% + 40px);
    background-position-y: bottom;
    background-position-x: -20px;
  }
}
.bundle-view a.navigation-link {
  padding-left: 20vw;
}
.bundle-view .container {
  width: 604px;
  margin: auto;
  min-height: calc(100vh - 75px - 62px);
}
.bundle-view .container h2 {
  color: #49c57f;
  font-size: 29px;
  font-weight: bold;
  text-transform: none;
  text-align: center;
}
.bundle-view .container .full-width {
  width: 100%;
}
.bundle-view .container > *:not(h2) {
  width: 100%;
  padding: 15px 0;
  margin-top: 30px;
}
.bundle-view .container .group {
  background-color: rgba(241, 241, 241, 0.5);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.bundle-view .container .group .group-formats .photo-container {
  width: auto;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin: 0 0 15px 12px;
  background-color: white;
  padding: 7px;
  overflow: hidden;
  position: relative;
}
.bundle-view .container .group .group-formats .photo-container .photo {
  min-height: 200px;
  height: 200px;
  display: flex;
  max-width: 294px;
  overflow: hidden;
}
.bundle-view .container .group .group-formats .photo-container .photo > div {
  display: flex;
  width: auto;
  height: auto;
  max-height: 200px;
}
.bundle-view .container .group .group-formats .photo-container .photo > div.has-photographer-product-content {
  max-width: 147px;
}
.bundle-view .container .group .group-formats .photo-container .photo > div.photographer-product-content {
  background-color: rgba(99, 61, 129, 0.3);
  padding: 10px;
  max-width: 127px;
}
.bundle-view .container .group .group-formats .photo-container .photo > div img {
  max-height: inherit;
  max-width: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.bundle-view .container .group .group-formats .photo-container .info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.bundle-view .container .group .group-formats .photo-container .info .format {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 12px;
  font-weight: 900;
  height: 30px;
  vertical-align: middle;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.bundle-view .container .group .group-formats .photo-container .info .format > div {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 10px;
  font-weight: 400;
}
.bundle-view .container .group .group-formats .photo-container .info .quantity {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #49c57f;
  font-size: 12px;
  font-weight: 900;
  min-width: 25px;
}
.bundle-view .container .group .button-other-photo-container {
  width: 80%;
  flex-basis: 100%;
  padding: 0 38px;
}
.bundle-view .container .group .button-other-photo-container .button-other-photo {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
.bundle-view .container .cart-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 50px;
}
.bundle-view .container .cart-actions .quantity-selector {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 101px;
  height: 100%;
}
.bundle-view .container .cart-actions .quantity-selector .quantity-selector_add,
.bundle-view .container .cart-actions .quantity-selector .quantity-selector_remove {
  width: 100%;
}
.bundle-view .container .cart-actions .quantity-selector .quantity-selector_icons {
  font-size: 24px;
}
.bundle-view .container .cart-actions .quantity-selector .quantity-selector_quantity {
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
.bundle-view .container .cart-actions .price {
  color: #49c57f;
  font-weight: 700;
  font-size: 20px;
}
.bundle-view .container .cart-actions .add-to-cart {
  width: 200px;
}
.bundle-view .container .cart-actions .add-to-cart button {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .bundle-view .container h2 {
    font-size: 18px;
  }
  .bundle-view .container .group {
    flex-direction: column;
    align-items: center;
  }
  .bundle-view .container .cart-actions {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 14px;
  }
  .bundle-view .container .cart-actions .add-to-cart {
    width: 100%;
    flex-basis: 100%;
    margin: auto;
    text-align: center;
  }
  .bundle-view .container .cart-actions .add-to-cart button {
    width: 200px;
  }
  .bundle-view a.navigation-link {
    padding-left: 18px;
  }
}
.magnify-dialog {
  width: 100%;
  height: 80%;
  padding: 18px 10px 10px 10px;
}
.magnify-dialog .close-button {
  position: absolute;
  top: 4px;
  right: 6px;
}
.magnify-dialog div {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-modal {
  max-height: 90%;
}
.contact-modal md-dialog-content {
  padding: 49px 62px 0 62px;
}
.contact-modal md-dialog-content .title {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #49c57f;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 32px;
}
.contact-modal md-dialog-content md-input-container textarea {
  resize: vertical;
  width: 100%;
  min-height: 20vh;
}
@media only screen and (max-width: 767px), only screen and (max-width: 767px) and (orientation : landscape) {
  .contact-modal {
    max-width: 95%;
  }
}

.check-address-modal .check-address-content {
  padding: 15px;
}
.check-address-modal .container-border {
  display: flex;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 10px;
  width: 85%;
}
.check-address-modal md-radio-button {
  margin-bottom: 0;
  margin-right: 10px;
}
.check-address-modal md-input-container md-select .md-select-value {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #000000DE;
}
.check-address-modal .select-address {
  border-color: transparent;
}
.md-select-menu-container {
  z-index: 999;
}

.cart-address-component {
  background-color: white;
  padding-top: 25px;
  background-image: url(public/2a258a730054d87e.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: bottom;
  background-size: 758px 228px;
}
.cart-address-component h2 {
  color: #49c57f;
  font-size: 29px;
  font-weight: normal;
}
.cart-address-component form {
  max-width: 365px;
  margin: auto;
}
.cart-address-component form md-input-container {
  margin: 0;
  padding: 0;
  height: 82px;
}
.cart-address-component a.navigation-link {
  padding-left: 20vw;
}
.cart-address-component button {
  width: 148px;
}
.cart-address-component .message {
  color: #d50000;
}
.cart-address-component .full-width {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cart-address-component h2 {
    font-size: 18px;
  }
  .cart-address-component a.navigation-link {
    padding-left: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-address-component {
    background-image: url(public/d3e9e30d8c87d4df.svg);
    background-size: calc(100% + 40px);
    background-position-y: bottom;
    background-position-x: -20px;
  }
}
.cart-address-component form {
  max-width: none;
}
.cart-address-component .container {
  width: 576px;
  margin: auto;
  color: #666666;
}
.cart-address-component .container > *:not(h2):not(.button-container) {
  width: 100%;
  background-color: rgba(241, 241, 241, 0.5);
  padding: 30px 30px 10px;
  margin-top: 30px;
}
.cart-address-component .container h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: #633d81;
  margin: 0 0 40px;
  text-align: left;
}
.cart-address-component .container .grouped-order-delivery {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
}
.cart-address-component .container .grouped-order-delivery .info {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #49c57f;
  font-size: 15px;
  font-weight: 700;
}
.cart-address-component .container .grouped-order-delivery .outline {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: white;
  font-size: 15px;
  font-weight: 700;
  border-radius: 5px;
  background-color: #633d81;
  padding: 12px 15px 24px 20px;
  margin: 10px 0;
}
.cart-address-component .container .grouped-order-delivery .outline .input-fields {
  margin-top: 10px;
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.cart-address-component .container .grouped-order-delivery .outline .input-fields md-input-container {
  margin-right: 16px;
  flex-grow: 33;
  height: 36px;
}
.cart-address-component .container .grouped-order-delivery .outline .input-fields md-input-container input {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 15px;
  font-weight: 700;
}
.cart-address-component .container .grouped-order-delivery .outline .input-fields md-input-container:last-child {
  flex-grow: 33;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}
.cart-address-component .container .grouped-order-delivery .outline .input-fields md-input-container:last-child md-select {
  box-sizing: border-box;
}
.cart-address-component .container .grouped-order-delivery .disclaimer {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 10px;
  font-weight: 400;
}
.cart-address-component .container .cart-address-input-container {
  min-height: 600px;
}
.cart-address-component form {
  max-width: 100%;
  width: 100%;
  text-align: left;
}
.cart-address-component form .button-container {
  width: 100%;
  background-color: rgba(241, 241, 241, 0.5);
  text-align: center;
  padding-bottom: 30px;
}
.cart-address-component .input-container-with-info {
  height: auto;
  margin-bottom: 42px;
}
.cart-address-component .input-container-with-info .input-info {
  margin-top: 5px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 767px) and (orientation : landscape) {
  .cart-address-component .container .grouped-order-delivery .outline .input-fields {
    flex-direction: column;
  }
  .cart-address-component .container .grouped-order-delivery .outline .input-fields md-input-container {
    margin-bottom: 22px;
  }
}

cart-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 79px;
  background-image: url(public/2a258a730054d87e.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: bottom;
  background-size: 758px 228px;
  background-position-x: calc(50% + 75px);
  min-height: calc(100% - 79px);
}
@media only screen and (max-width: 767px) {
  cart-content {
    background-image: url(public/d3e9e30d8c87d4df.svg);
    background-size: calc(100% + 40px);
    background-position-y: bottom;
    background-position-x: -20px;
  }
}
cart-content .product-list {
  width: 680px;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}
cart-content .product-list.empty {
  width: 993px;
}
cart-content .product-list > .title {
  display: none;
}
cart-content .product-list .cart-empty {
  width: 993px;
  height: 416px;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
}
cart-content .product-list .cart-empty img {
  width: auto;
  height: 150px;
  margin-top: 70px;
  margin-bottom: 40px;
  opacity: 0.4;
}
cart-content .product-list .cart-empty div {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
cart-content .product-list .other-code {
  order: 1;
  background-color: rgba(73, 197, 127, 0.4);
  border-radius: 6px;
  padding: 22px;
  margin-top: 14px;
  display: flex;
  align-items: center;
}
cart-content .product-list .other-code > div:first-child {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #49c57f;
  font-size: 14px;
  font-weight: 400;
  margin-right: 47px;
}
cart-content .product-list .other-code > div:first-child > div:first-child {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #49c57f;
  font-size: 18px;
  font-weight: 700;
}
cart-content .product-list .product {
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.2);
  margin-top: 14px;
  padding: 16px 32px 19px 20px;
  order: 2;
}
cart-content .product-list .product:nth-child(4) {
  order: 0;
  margin-top: 10px;
}
cart-content .product-list .product > div {
  display: flex;
}
cart-content .product-list .product > div .photo {
  width: 117px;
  height: 117px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 25px;
  margin-bottom: 6px;
}
cart-content .product-list .product > div .info {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 15px;
  font-weight: 500;
}
cart-content .product-list .product > div .info .gift-origin {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
}
cart-content .product-list .product > div .info .description {
  margin-top: 12px;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
}
cart-content .product-list .product > div .remove-item {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 10px;
  font-weight: 300;
  font-style: italic;
  cursor: pointer;
  line-height: 24px;
  width: 142px;
}
cart-content .product-list .product > div .price {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: black;
  font-size: 15px;
  font-weight: 700;
  margin-left: auto;
}
cart-content .product-list .product > div .bundle-links {
  display: flex;
  flex-direction: column;
}
cart-content .product-list .special-offers-to-complete {
  order: 5;
}
cart-content .order-box {
  margin-left: 13px;
  position: sticky;
  top: 50px;
  width: 300px;
  text-align: center;
}
cart-content .order-box > div {
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.2);
  padding: 45px 32px 29px 30px;
}
cart-content .order-box > div .title {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 35px;
}
cart-content .order-box > div .line {
  display: flex;
  justify-content: flex-start;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 13px;
  text-align: left;
}
cart-content .order-box > div .line :first-child {
  font-style: italic;
}
cart-content .order-box > div .line :nth-child(2) {
  margin-left: auto;
}
cart-content .order-box > div .line :last-child {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: black;
  font-size: 14px;
  font-weight: 700;
}
cart-content .order-box > div .line .original-price {
  text-decoration: line-through;
  margin-right: 12px;
}
cart-content .order-box > div .line.total {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #49c57f;
  font-size: 15px;
  font-weight: 500;
}
cart-content .order-box > div .line.total :first-child {
  font-style: normal;
}
cart-content .order-box > div .line.total :last-child {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #49c57f;
  font-size: 15px;
  font-weight: 700;
}
cart-content .order-box > div md-divider {
  margin-top: 28px;
  margin-bottom: 28px;
}
cart-content .order-box .order-button {
  margin-top: 12px;
  width: 148px;
}
cart-content .order-box .discount {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  padding: 9px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 6px;
  margin-top: 14px;
  background: #633d81;
  background-image: url(public/c9f57559875b16b6.svg);
}
@media only screen and (max-width: 767px), only screen and (max-width: 767px) and (orientation : landscape) {
  cart-content {
    display: block;
    padding-bottom: 58px;
    min-height: calc(100vh - 123px);
  }
  cart-content .product-list {
    width: 100%;
  }
  cart-content .product-list.empty {
    width: 100%;
  }
  cart-content .product-list .navigation-link {
    margin-left: 18px;
  }
  cart-content .product-list .cart-empty {
    width: 100%;
  }
  cart-content .product-list > .title {
    display: block;
    font-family: Roboto, " Helvetica Neue ", sans-serif;
    color: #49c57f;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 32px;
  }
  cart-content .product-list .other-code {
    color: #633d81;
    flex-direction: column;
    background-color: rgba(99, 61, 129, 0.4);
    border-radius: 0;
    padding: 17px 19px 12px 19px;
    margin-bottom: 14px;
  }
  cart-content .product-list .other-code > div:first-child {
    font-family: Roboto, " Helvetica Neue ", sans-serif;
    color: #633d81;
    font-size: 14px;
    font-weight: 400;
    margin-right: 0;
    margin-bottom: 16px;
  }
  cart-content .product-list .other-code > div:first-child > div:first-child {
    font-family: Roboto, " Helvetica Neue ", sans-serif;
    color: #633d81;
    font-size: 18px;
    font-weight: 700;
  }
  cart-content .product-list .product {
    min-height: 226px;
    position: relative;
    margin-top: 0;
  }
  cart-content .product-list .product > div:first-child .photo {
    flex-shrink: 0;
  }
  cart-content .product-list .product > div:first-child .info .description {
    max-height: 70px;
    overflow: auto;
  }
  cart-content .product-list .product > div:last-child {
    display: block;
  }
  cart-content .product-list .product > div:last-child .bundle-links {
    position: absolute;
    bottom: 50px;
  }
  cart-content .product-list .product > div:last-child quantity-selector {
    position: absolute;
    left: 26px;
    bottom: 20px;
  }
  cart-content .product-list .product > div:last-child .price {
    position: absolute;
    right: 24px;
    bottom: 20px;
  }
  cart-content .order-box {
    position: static;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin-left: 0;
    top: 0;
  }
  cart-content .order-box > div {
    box-shadow: none;
    padding: 36px 42px 0 40px;
  }
  cart-content .order-box .discount {
    margin-top: 0;
    border-radius: 0;
  }
}
.ie-11 cart-content .order-box {
  margin-top: 50px;
}

.payement-with-check-modal .payement-check-content {
  padding: 25px;
}
.payement-with-check-modal .payement-check-content .photographer-address {
  padding: 20px;
  font-weight: bold;
  text-align: center;
}

.cart-validate-component .md-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cart-validate-component .format {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 15px;
  font-weight: 500;
}
.cart-validate-component .photo-wrapper {
  width: 100px;
  height: calc(100px / 1.5);
  margin: 3px 10px 3px 0;
}
@media screen and (max-width: 600px) {
  .cart-validate-component .photo-wrapper {
    width: 60px;
    height: 60px / 1.5;
  }
}
.cart-validate-component .photo-wrapper .photo {
  height: 100%;
  display: inline-block;
  margin: 0;
  border: 0;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100%;
  width: 100%;
  background-size: contain;
  padding-top: 0;
}
.cart-validate-component .subtitle {
  font-weight: bold;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin: 10px 0 5px 0;
  color: #633d81;
}
.cart-validate-component .buy-button {
  margin: 0 8px;
}
.cart-validate-component .buy-button button {
  max-width: 400px;
  align-self: center;
  width: 100%;
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .cart-validate-component .summary {
    width: 350px;
  }
}
.cart-validate-component .summary .tva-included {
  margin: 5px 0;
}
.cart-validate-component .cgv-link {
  font-weight: bold;
}
.cart-validate-component .paiement-button {
  white-space: normal;
  line-height: 20px;
}
.cart-validate-component .open-check-modal {
  font-size: 12px;
  padding-top: 10px;
}


.city-select md-autocomplete-wrap {
  box-shadow: none;
}

md-card.alert-danger {
  background-color: lightcoral;
}

md-card.alert-info {
  background-color: #c8ebf0;
}

/**
Style pour les md-toolbar qui servent de titre au dessus des blocs
 */
md-toolbar.block-toolbar {
  background-color: transparent;
  color: #1f1f1f;
  margin-bottom: -18px;
}
md-toolbar.block-toolbar md-icon {
  color: #1f1f1f;
}

.page-content-directive {
  position: relative;
}
.page-content-directive .page-content-title {
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 6;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
@media only screen and (max-width: 1279px) {
  .page-content-directive .page-content-title {
    padding-left: 0;
  }
}
.page-content-directive .page-content-title page-content-title {
  padding-left: 16px;
  display: flex;
  flex-direction: row;
  flex: 1;
  width: 100%;
  background-color: white;
  height: 56px;
  min-height: 56px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
  letter-spacing: 5px;
  color: #0098c7;
  text-transform: uppercase;
  align-items: center;
  overflow: hidden;
  z-index: 9;
}
.page-content-directive .page-content-title page-content-title md-icon {
  color: #737373;
}
.page-content-directive .page-content-body.with-boolbar {
  padding-top: 56px;
}

/**
Style pour les md-toolbar qui servent de titre principal pour la page
 */
md-toolbar.page-toolbar {
  background-color: white;
  color: #1f1f1f;
  height: 56px;
  min-height: 56px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}
md-toolbar.page-toolbar .md-toolbar-tools {
  font-size: 16px;
  height: 56px;
  color: #737373;
  padding: 0 14px 0 16px;
}
md-toolbar.page-toolbar .md-toolbar-tools md-icon {
  color: #737373;
}

faq-guests {
  display: flex;
  justify-content: center;
  background-image: url(public/2a258a730054d87e.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: bottom;
  background-size: 758px 228px;
  background-position-x: calc(50% + 75px);
  min-height: 100%;
}
@media only screen and (max-width: 767px) {
  faq-guests {
    background-image: url(public/d3e9e30d8c87d4df.svg);
    background-size: calc(100% + 40px);
    background-position-y: bottom;
    background-position-x: -20px;
  }
}
faq-guests > div {
  width: 826px;
  padding-top: 23px;
  display: flex;
  flex-direction: column;
  min-height: 766px;
}
faq-guests > div .navigation-link {
  align-self: flex-start;
}
faq-guests > div .faq-logo {
  width: 170px;
  height: auto;
  align-self: center;
  margin-bottom: 65px;
  margin-top: 60px;
}
faq-guests > div ui-view {
  display: flex;
  justify-content: center;
}
faq-guests > div ui-view .faq-sections {
  display: flex;
}
faq-guests > div ui-view .faq-sections > div {
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.2);
  width: 225px;
  height: 142px;
  padding: 24px;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  margin-right: 31px;
  margin-bottom: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
}
faq-guests > div ui-view .faq-sections > div img {
  width: 60px;
  height: 60px;
}
faq-guests > div ui-view .faq-sections > div > div {
  margin-top: 15px;
  text-align: center;
}
faq-guests > div ui-view .faq-content {
  width: 536px;
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.2);
  border-radius: 6px;
}
faq-guests > div ui-view .faq-content .header {
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
}
faq-guests > div ui-view .faq-content .header img {
  margin-bottom: 16px;
}
faq-guests > div ui-view .faq-content .entry {
  display: flex;
  justify-content: flex-start;
  background-color: rgba(241, 241, 241, 0.4);
  padding: 15px 80px 14px 26px;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
}
faq-guests > div ui-view .faq-content .entry img {
  width: 206px;
  height: auto;
}
faq-guests > div ui-view .faq-content .entry .content {
  padding-left: 26px;
}
faq-guests > div ui-view .faq-content .entry .content .title {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 11px;
}
faq-guests > div ui-view .faq-content .entry .content a.read-more {
  display: inline-block;
  margin-top: 13px;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #49c57f;
  font-size: 12px;
  font-weight: 400;
}
faq-guests > div ui-view .faq-content .entry .content a.read-more:after {
  content: "\25b6";
  margin-left: 5px;
  font-size: 8px;
  vertical-align: middle;
}
faq-guests > div ui-view .faq-tmp .entry {
  padding: 15px;
}
faq-guests > div ui-view .faq-tmp .entry:last-of-type {
  margin-bottom: 0;
}
faq-guests > div .bottom-link-container {
  margin-bottom: 60px;
}
faq-guests > div .contact-us {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
faq-guests > div .contact-us > div {
  width: 158px;
  margin-bottom: 21px;
}
faq-guests > div .contact-us > a {
  color: #633d81;
}
@media only screen and (min-width: 767px) and (max-width:1024px), only screen and (max-width: 767px), only screen and (max-width: 767px) and (orientation : landscape) {
  faq-guests > div ui-view .faq-sections {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 767px) and (orientation : landscape) {
  faq-guests > div {
    width: 100%;
  }
  faq-guests > div .navigation-link {
    margin-left: 18px;
  }
  faq-guests > div ui-view .faq-sections {
    flex-wrap: wrap;
    justify-content: center;
  }
  faq-guests > div ui-view .faq-content {
    width: 100%;
  }
  faq-guests > div ui-view .faq-content .entry {
    padding-right: 33px;
    padding-left: 0;
  }
  faq-guests > div ui-view .faq-content .entry img {
    width: 116px;
  }
  faq-guests > div .bottom-link-container {
    width: 100%;
  }
}

.gifts-selector {
  background-image: url(public/2a258a730054d87e.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: bottom;
  background-size: 758px 228px;
}
@media only screen and (max-width: 767px) {
  .gifts-selector {
    background-image: url(public/d3e9e30d8c87d4df.svg);
    background-size: calc(100% + 40px);
    background-position-y: bottom;
    background-position-x: -20px;
  }
}
.gifts-selector .container {
  width: 604px;
  margin: auto;
  min-height: calc(100vh - 75px - 62px);
}
.gifts-selector .container h2 {
  color: #49c57f;
  font-size: 29px;
  font-weight: bold;
  text-transform: none;
  text-align: center;
}
.gifts-selector .container .full-width {
  width: 100%;
}
.gifts-selector .container > *:not(h2) {
  width: 100%;
  padding: 15px 0;
  margin-top: 30px;
}
.gifts-selector .container .gift {
  background-color: rgba(241, 241, 241, 0.5);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.gifts-selector .container .gift .photo-container {
  width: auto;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin: 15px 0 15px 12px;
  background-color: white;
  padding: 7px;
  overflow: hidden;
  position: relative;
}
.gifts-selector .container .gift .photo-container .photo {
  display: flex;
  max-width: 400px;
  overflow: hidden;
}
.gifts-selector .container .gift .photo-container .photo > div {
  display: flex;
  width: auto;
  height: auto;
  max-width: 250px;
  max-height: 300px;
}
.gifts-selector .container .gift .photo-container .photo > div.photographer-product-content {
  background-color: rgba(99, 61, 129, 0.3);
  padding: 10px;
  max-width: 220px;
}
.gifts-selector .container .gift .photo-container .photo > div img {
  max-height: inherit;
  max-width: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.gifts-selector .container .gift .photo-container .info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.gifts-selector .container .gift .photo-container .info .format {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 12px;
  font-weight: 900;
  height: 30px;
  vertical-align: middle;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.gifts-selector .container .gift .photo-container .info .format > div {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 10px;
  font-weight: 400;
}
.gifts-selector .container .gift .photo-container .info .quantity {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #49c57f;
  font-size: 12px;
  font-weight: 900;
  min-width: 25px;
}
.gifts-selector .container .gift .button-other-photo-container {
  flex-basis: 100%;
  padding: 0 38px;
}
.gifts-selector .container .gift .button-other-photo-container .button-other-photo {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
.gifts-selector .container .cart-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 50px;
}

locale-switcher-mobile-guests > div {
  position: relative;
  line-height: 24px;
}
locale-switcher-mobile-guests > div > div {
  display: flex;
  align-items: center;
}
locale-switcher-mobile-guests > div .lang-name {
  margin-left: 1em;
}
locale-switcher-mobile-guests > div select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

satisfaction-form .satisfaction-poll {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
satisfaction-form .satisfaction-poll .satisfaction-poll-label {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 18px;
  font-weight: 500;
}
satisfaction-form .satisfaction-form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
satisfaction-form .satisfaction-form .satisfaction-form-message-container {
  flex-basis: 100%;
  width: 100%;
}
satisfaction-form .satisfaction-form .satisfaction-form-message-container textarea {
  width: 100%;
  padding-top: 13px;
  padding-left: 11px;
  min-height: 89px;
  box-sizing: border-box;
}
satisfaction-form .satisfaction-form button.md-button {
  margin-top: 10px;
  width: 118px;
  padding: 0;
}
satisfaction-form.narrow .satisfaction-poll {
  flex-direction: column;
}
satisfaction-form.narrow .satisfaction-poll .satisfaction-poll-label {
  margin-bottom: 22px;
}

.satisfaction-poll-component {
  display: inline-block;
}
.satisfaction-poll-component > img {
  margin-left: 15px;
  display: inline-block;
}
.satisfaction-poll-component > img.selected {
  filter: brightness(0) saturate(100%) invert(72%) sepia(40%) saturate(579%) hue-rotate(93deg) brightness(86%) contrast(89%);
}
.satisfaction-poll-component > img.unselected {
  opacity: 0.4;
}

add-code-field-desktop {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 327px;
  height: 30px;
  padding: 0 0px 0 0;
  background: white;
  border-radius: 15px;
  font-weight: 700;
  line-height: 30px;
}
add-code-field-desktop .picto {
  width: 60px;
  height: 30px;
  background-color: #633d81;
  border-radius: 15px 0 0 15px;
}
add-code-field-desktop .picto:before {
  content: "";
  background-image: url(public/b653c121de3dff1c.svg);
  background-repeat: no-repeat;
  width: 48px;
  height: 30px;
  position: absolute;
  left: 8px;
}
add-code-field-desktop .code-selector {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 400;
  width: 80px;
  background-color: #633d81;
  text-align: center;
  cursor: pointer;
  margin: 0;
  text-transform: uppercase;
}
add-code-field-desktop .code-selector .current-code:not(.single-code):after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 9px;
}
add-code-field-desktop .code-selector:hover {
  background-color: #52356D;
}
add-code-field-desktop .label {
  width: 147px;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  height: 30px;
  line-height: 14px;
  left: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
add-code-field-desktop input {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  width: 147px;
  border: none;
  margin-left: 10px;
  text-transform: uppercase;
  background-color: white;
}
add-code-field-desktop .okButton {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: white;
  font-size: 12px;
  font-weight: 400;
  background-color: #633d81;
  height: 30px;
  width: 30px;
  border-radius: 14px;
  margin-left: auto;
  margin-top: 0px;
  text-align: center;
  line-height: 30px;
}
add-code-field-desktop .ng-invalid + .okButton,
add-code-field-desktop .ng-empty + .okButton {
  background-color: #666666;
  cursor: not-allowed;
}
add-code-field-desktop.inputMode .label {
  transition: opacity 0.2s ease-in, height 0s linear 0.2s;
  opacity: 0;
  height: 0;
}
.code-selector-content {
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.2);
}
.code-selector-content md-menu-content {
  padding-top: 23px;
  width: 80px;
  min-width: 80px;
}
.code-selector-content md-menu-content .code {
  margin-bottom: 13px;
  text-align: center;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 14px;
  font-weight: 700;
}
.code-selector-content md-menu-content .code.active {
  color: rgba(99, 61, 129, 0.4);
}

add-code-field-mobile {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: white;
  font-size: 12px;
  font-weight: 500;
  background-color: white;
  border-radius: 21px;
  height: 42px;
  width: 225px;
  text-align: center;
  cursor: pointer;
  padding: 0px;
  line-height: 42px;
  min-width: 225px;
}
add-code-field-mobile .label {
  background-color: #49c57f;
  border-radius: 20px;
}
.add-code-modal > md-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 42px;
}
.add-code-modal > md-content .close-button {
  position: absolute;
  right: 10px;
  top: 10px;
}
.add-code-modal > md-content .kids-picto {
  background-image: url(public/14d8621199ce0997.svg);
  width: 73px;
  height: 44px;
  color: #633d81;
  margin-bottom: 20px;
}
.add-code-modal > md-content h2 {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #49c57f;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 24px 0;
}
.add-code-modal > md-content .code-field {
  position: relative;
  height: 42px;
  width: 236px;
  border: 1px solid #666666;
  border-radius: 21px;
}
.add-code-modal > md-content .code-field input {
  position: absolute;
  border: none;
  height: 42px;
  left: 21px;
  background-color: transparent;
  text-transform: uppercase;
  color: #666666;
}
.add-code-modal > md-content .code-field .ok-button {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 36px;
  height: 36px;
  background-color: #49c57f;
  border-radius: 18px;
  line-height: 36px;
  text-align: center;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: white;
  font-size: 12px;
  font-weight: 400;
  font-weight: bold;
}
.add-code-modal > md-content .code-field .ng-invalid + .ok-button,
.add-code-modal > md-content .code-field .ng-empty + .ok-button {
  background-color: #666666;
  cursor: not-allowed;
}

.app-guests-component .main-content {
  height: calc(100vh - 62px);
  max-height: calc(100vh - 62px);
  top: 62px;
  z-index: 1;
}
.app-guests-component.no-header .main-content {
  height: 100%;
  max-height: inherit;
  top: 0;
}
@media only screen and (max-width: 767px), only screen and (max-width: 767px) and (orientation : landscape) {
  .app-guests-component .main-content {
    height: inherit;
    max-height: inherit;
    top: 40px;
  }
}

cart-menu > div {
  height: 100%;
  position: relative;
}
cart-menu > div .cart-has-items {
  position: absolute;
  background-color: #633d81;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  top: 18px;
  left: 36px;
  box-shadow: 0 0 0 0 rgba(99, 61, 129, 0.7);
}
cart-menu > div .cart-has-items.pulse {
  -webkit-animation: pulse 1.25s 1 cubic-bezier(0.66, 0, 0, 1);
          animation: pulse 1.25s 1 cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 30px rgba(99, 61, 129, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 30px rgba(99, 61, 129, 0);
  }
}
cart-menu > div .cart-preview {
  display: none;
  opacity: 0;
  flex-direction: column;
  transition: opacity 200ms ease-in-out 0ms;
  position: absolute;
  left: -230px;
  top: 66px;
  overflow: visible;
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.2);
  border-radius: 6px;
  width: 300px;
  /* Le petit triangle*/
}
cart-menu > div .cart-preview.shown {
  opacity: 1;
  height: auto;
  display: flex;
}
cart-menu > div .cart-preview:before {
  content: "";
  width: 21px;
  height: 21px;
  background-color: white;
  transform: rotate(45deg);
  z-index: 2;
  position: absolute;
  top: -11px;
  right: 27px;
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.2);
}
cart-menu > div .cart-preview .cart-content {
  display: flex;
  position: relative;
  z-index: 3;
  background-color: white;
  border-radius: 6px;
  flex-grow: 1;
  flex-direction: column;
  padding: 19px 17px 20px 17px;
}
cart-menu > div .cart-preview .cart-content .cart-item-count {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  padding-bottom: 8px;
  background-color: white;
}
cart-menu > div .cart-preview .cart-content.overflown.scrolled > div .cart-item-count {
  box-shadow: 0 -3px 5px 3px rgba(1, 1, 1, 0.2);
}
cart-menu > div .cart-preview .cart-content.overflown:not(.max-scroll) > div > :nth-child(3) {
  box-shadow: 0 -3px 5px -3px rgba(1, 1, 1, 0.2);
}
cart-menu > div .cart-preview .cart-content > div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
cart-menu > div .cart-preview .cart-content > div md-list {
  padding: 12px 50px 0 0;
  overflow-y: scroll;
  max-height: 240px;
  width: 330px;
}
cart-menu > div .cart-preview .cart-content > div md-list .list-item {
  display: flex;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: rgba(102, 102, 102, 0.4);
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 0 19px 0;
}
cart-menu > div .cart-preview .cart-content > div md-list .list-item .photo {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 67px;
  margin-right: 9px;
}
cart-menu > div .cart-preview .cart-content > div md-list .list-item .product-info {
  width: 130px;
  color: #666666;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
cart-menu > div .cart-preview .cart-content > div md-list .list-item .product-info .title {
  font-weight: 700;
  overflow: hidden;
}
cart-menu > div .cart-preview .cart-content > div md-list .list-item .price {
  margin-left: auto;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: black;
  font-size: 14px;
  font-weight: 700;
}
cart-menu > div .cart-preview .cart-content > div md-list .list-item .md-secondary-container {
  display: none;
}
cart-menu > div .cart-preview .cart-content > div md-list md-divider {
  margin: 0 0 19px 0;
}
cart-menu > div .cart-preview .cart-content > div .order-button {
  width: 148px;
  align-self: flex-end;
  margin: 21px 0 0 0;
}
cart-menu > div .cart-preview .cart-content > div .shipping-line,
cart-menu > div .cart-preview .cart-content > div .discount-line {
  display: flex;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 14px;
  font-weight: 700;
  padding-top: 19px;
}
cart-menu > div .cart-preview .cart-content > div .shipping-line div:nth-child(2),
cart-menu > div .cart-preview .cart-content > div .discount-line div:nth-child(2) {
  margin-left: auto;
}
cart-menu > div .cart-preview .cart-content > div .shipping-line div:last-child,
cart-menu > div .cart-preview .cart-content > div .discount-line div:last-child {
  color: black;
}
cart-menu > div .cart-preview .cart-content > div .discount-line div:nth-child(2) {
  text-decoration: line-through;
  color: rgba(102, 102, 102, 0.4);
  margin-right: 16px;
}
cart-menu > div .cart-preview .cart-content > div .total-line {
  padding-top: 19px;
  display: flex;
  justify-content: space-between;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
cart-menu > div .cart-preview .cart-content > div .total-line div:last-child {
  color: #49c57f;
}
cart-menu > div .cart-preview .cart-content .cart-empty-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
cart-menu > div .cart-preview .cart-content .cart-empty-placeholder .cart-empty {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: rgba(102, 102, 102, 0.4);
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 74px;
}
cart-menu > div .cart-preview .cart-content .cart-empty-placeholder .sad-face {
  background-image: url(public/0e8c2168febbd838.svg);
  background-size: contain;
  height: 54px;
  background-repeat: no-repeat;
  background-position-x: center;
  margin-bottom: 89px;
}
cart-menu > div .cart-preview .discount {
  display: none;
  flex-grow: 0;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  border-radius: 0 0 6px 6px;
  padding: 9px;
  text-align: center;
  background: #633d81;
  background-image: url(public/c9f57559875b16b6.svg);
}
cart-menu > div .cart-preview.has-discount .discount {
  display: block;
}
cart-menu > div .cart-preview.has-discount .cart-content {
  border-radius: 6px 6px 0 0;
}
.ie-11 cart-menu > div .cart-has-items {
  left: 48px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 767px) and (orientation : landscape) {
  cart-menu {
    width: 40px;
  }
  cart-menu > div .cart-has-items {
    top: 6px;
    left: 24px;
  }
}

.header-guests-component {
  position: fixed;
  top: 0;
  min-height: 62px;
}
.header-guests-component.default {
  background: #45AF70 url(public/a46263a7f4700bb6.svg) no-repeat left;
}
.header-guests-component > div.md-toolbar-tools {
  height: 62px;
  min-height: 62px;
  padding: 0 22px 0 0;
}
.header-guests-component > div.md-toolbar-tools mobile-nav-menu {
  display: none;
}
.header-guests-component > div.md-toolbar-tools .logo {
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
  color: #633d81;
  font-size: 30px;
  padding: 0 40px;
  white-space: nowrap;
  cursor: pointer;
}
.header-guests-component > div.md-toolbar-tools .logo span {
  font-weight: 300;
  color: white;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
}
.header-guests-component > div.md-toolbar-tools .logo img {
  max-height: 60px;
  display: block;
  margin: auto;
}
.header-guests-component > div.md-toolbar-tools .demoButton {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  font-weight: bolder;
  line-height: 0;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
}
.header-guests-component > div.md-toolbar-tools .demoButton .link {
  background: white;
  border-radius: 6px;
  width: 250px;
  color: #49c57f;
  padding: 5px 7px 2px;
  line-height: 0.4;
}
.header-guests-component > div.md-toolbar-tools add-code-field-desktop {
  margin-left: auto;
  margin-right: 22px;
}
.header-guests-component > div.md-toolbar-tools user-menu-guests,
.header-guests-component > div.md-toolbar-tools cart-menu {
  height: 100%;
}
.header-guests-component > div.md-toolbar-tools locale-switcher-guests,
.header-guests-component > div.md-toolbar-tools user-menu-guests,
.header-guests-component > div.md-toolbar-tools cart-menu,
.header-guests-component > div.md-toolbar-tools .contact-button {
  min-width: 40px;
  max-width: 65px;
  flex-grow: 1;
}
.header-guests-component > div.md-toolbar-tools .toolbar-button {
  margin: 0;
  height: 100%;
  font-weight: bolder;
  line-height: 62px;
  letter-spacing: 1px;
  width: 100%;
  max-width: 65px;
  min-width: 40px;
  transition-property: background-color, fill;
  /* sans ça le panier passe de noir à blanc au rafraichissement */
}
.header-guests-component > div.md-toolbar-tools .toolbar-button:hover {
  background-color: #45AF70;
}
@media only screen and (max-width: 767px), only screen and (max-width: 767px) and (orientation : landscape) {
  .header-guests-component {
    background: none;
    min-height: 40px;
  }
  .header-guests-component > div.md-toolbar-tools {
    height: 40px;
    min-height: 40px;
    padding: 0;
  }
  .header-guests-component > div.md-toolbar-tools mobile-nav-menu {
    display: unset;
    margin-right: auto;
  }
  .header-guests-component > div.md-toolbar-tools mobile-nav-menu > div > button {
    padding: 0;
    margin: 0;
    min-width: 38px;
  }
  .header-guests-component > div.md-toolbar-tools .logo {
    font-size: 24px;
  }
  .header-guests-component > div.md-toolbar-tools .logo span {
    font-size: 20px;
  }
  .header-guests-component > div.md-toolbar-tools cart-menu {
    margin-left: auto;
    width: 40px;
  }
  .header-guests-component > div.md-toolbar-tools cart-menu .cart-preview {
    display: none;
  }
  .header-guests-component > div.md-toolbar-tools .codes,
  .header-guests-component > div.md-toolbar-tools .demoButton,
  .header-guests-component > div.md-toolbar-tools > add-code-field-desktop,
  .header-guests-component > div.md-toolbar-tools .contact-button,
  .header-guests-component > div.md-toolbar-tools user-menu-guests,
  .header-guests-component > div.md-toolbar-tools > locale-switcher-guests {
    display: none;
  }
  .header-guests-component > div.md-toolbar-tools .toolbar-button {
    line-height: 40px;
    width: 40px;
    padding: 0;
  }
}

.welcome-dialog .text-uppercase {
  text-transform: uppercase;
}

.home-guests-component .overlay {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 100;
}
.home-guests-component .overlay p {
  text-align: center;
}
.home-guests-component .overlay p md-progress-circular {
  display: inline-block;
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 15px;
}
.home-guests-component .class-name {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 18px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 8px;
  text-align: center;
  font-weight: bold;
}
.home-guests-component .school-name {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
}
.home-guests-component hr {
  border-color: #633d81;
  width: 4.5vw;
  margin-top: 2vh;
  margin-bottom: 2vh;
}
.home-guests-component h2.section-title {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 19px 0;
  text-align: center;
}
.home-guests-component .photos {
  margin-bottom: 40px;
}
.home-guests-component .photos .photo-wrapper {
  max-width: 80vw;
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.2);
  margin: 0 19px 19px 0;
  background-color: white;
  padding: 10px;
  overflow: hidden;
  position: relative;
}
.home-guests-component .photos .photo-wrapper img {
  display: block;
}
.home-guests-component .photos .photo-wrapper .filtered {
  display: flex;
  transition: opacity 0.5s ease-in-out;
  background-color: rgba(73, 197, 127, 0.73);
  position: absolute;
  top: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  padding: 0;
  opacity: 0;
}
.home-guests-component .photos .photo-wrapper .filtered .view-product-link {
  text-align: center;
  font-weight: 600;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  display: block;
  line-height: 1;
  color: #ffffff;
}
.home-guests-component .photos .photo-wrapper .filtered:hover {
  opacity: 1;
}
.home-guests-component .photos .photo-wrapper .photo {
  max-height: 325px;
  max-width: 90vw;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 767px) and (max-width:1024px) {
  .home-guests-component .photos .photo-wrapper {
    max-width: 90vw;
  }
  .home-guests-component .photos .photo-wrapper .filtered {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .home-guests-component .photos .photo-wrapper {
    margin-right: 0;
  }
  .home-guests-component .photos .photo-wrapper .filtered {
    display: none;
  }
  .home-guests-component .photos .photo-wrapper .photo {
    width: 100%;
    max-height: unset;
  }
}

mobile-nav-menu md-sidenav {
  position: fixed;
  background-color: #633d81;
}
mobile-nav-menu md-sidenav md-content {
  height: 100%;
}
mobile-nav-menu md-sidenav md-content md-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  background-color: #633d81;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px 30px 0;
}
mobile-nav-menu md-sidenav md-content md-list .ls-close {
  font-size: 30px;
  margin-left: auto;
}
mobile-nav-menu md-sidenav md-content md-list md-divider {
  border-top-color: white;
}
mobile-nav-menu md-sidenav md-content md-list > div {
  display: flex;
  height: 53px;
  min-height: 40px;
  padding: 0 0 0 20px;
  align-items: center;
}
mobile-nav-menu md-sidenav md-content md-list > div:first-child {
  height: 40px;
}
mobile-nav-menu md-sidenav md-content md-list > div.last-menu-entry {
  margin-bottom: auto;
}
mobile-nav-menu md-sidenav md-content md-list > div.code-title {
  line-height: 40px;
  margin-bottom: 10px;
}
mobile-nav-menu md-sidenav md-content md-list > div.code-title:before {
  content: "";
  background-image: url(public/b653c121de3dff1c.svg);
  background-repeat: no-repeat;
  width: 48px;
  height: 30px;
  margin-right: 15px;
}
mobile-nav-menu md-sidenav md-content md-list > div.code {
  color: white;
  padding: 0;
}
mobile-nav-menu md-sidenav md-content md-list > div.code.active > div {
  color: rgba(102, 102, 102, 0.4);
  background-color: white;
  opacity: 0.4;
}
mobile-nav-menu md-sidenav md-content md-list > div.code > div {
  display: inline-block;
  line-height: 42px;
  height: 42px;
  width: 90%;
  border-radius: 0 31px 31px 0;
  padding-left: 20px;
}
mobile-nav-menu md-sidenav md-content md-list > div.codeField {
  height: 42px;
  margin-top: 26px;
  display: flex;
}
mobile-nav-menu md-sidenav md-content md-list > div.codeField add-code-field-mobile {
  margin: 0 auto;
}
mobile-nav-menu md-backdrop {
  position: fixed;
}

.mobile-product-component {
  padding: 20px 12px;
}
.mobile-product-component .back-to-products {
  text-transform: uppercase;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  font-weight: bold;
}
.mobile-product-component .format-name {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 15px;
  font-weight: 400;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}
.mobile-product-component .format-description {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  font-weight: normal;
}
.mobile-product-component .photo-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-product-component .photo {
  text-align: center;
}
.mobile-product-component .photo img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.mobile-product-component .format-description {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 15px;
  font-weight: 400;
  font-weight: normal;
  margin-bottom: 20px;
}
.mobile-product-component .price {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: black;
  font-size: 14px;
  font-weight: 400;
  font-weight: 700;
  flex: none;
}
.mobile-product-component .price-and-quantity {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.mobile-product-component .price-and-quantity .quantity-selector {
  height: 34px;
  flex: none;
}
.mobile-product-component .price-and-quantity .quantity-selector .md-button {
  margin: 0;
}
.mobile-product-component .photographer-product-info {
  background-color: rgba(99, 61, 129, 0.3);
  min-width: 116px;
  max-width: 116px;
  align-self: stretch;
}
.mobile-product-component .photographer-product-info .photographer-product-content {
  margin: auto;
  text-align: center;
}
.mobile-product-component .photographer-product-info .photographer-product-content img {
  max-width: 72px;
}
.mobile-product-component .photographer-product-info .photographer-product-content p {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 12px;
  font-weight: 700;
}
.mobile-product-component md-divider {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-product-component .other-products {
  display: flex;
  flex-direction: column;
}
.mobile-product-component .other-products > div:first-child {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}
.mobile-product-component .other-products > div:last-child {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.mobile-product-component .other-products > div:last-child .other-product {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-product-component .other-products > div:last-child .other-product .photo {
  width: 63px;
  height: 63px;
  margin: 0;
  display: flex;
}
.mobile-product-component .other-products > div:last-child .other-product .photo img {
  align-items: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.mobile-product-component .other-products > div:last-child .other-product .format-name {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  font-weight: bold;
  margin-top: 19px;
  padding: 0 5px;
}
.mobile-product-component .other-products > div:last-child .other-product .price {
  margin-top: 19px;
}

.payment-return-guests {
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  background-image: url(public/f6cccea6f8dd410a.jpg);
}
.payment-return-guests .opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.payment-return-guests .main-area {
  z-index: 1;
  width: 400px;
}
.payment-return-guests .thanks {
  color: #4a820c;
}
.payment-return-guests .order-info {
  font-size: 90%;
  color: grey;
}

md-dialog.special-offer-viewer-modal {
  padding: 10px;
}
md-dialog.special-offer-viewer-modal md-toolbar {
  background-color: white;
  min-height: 40px;
}
md-dialog.special-offer-viewer-modal md-toolbar .close-button-container {
  min-height: 40px;
}
md-dialog.special-offer-viewer-modal md-toolbar .close-button-container .close-button {
  margin: 0 20px;
  color: #666666;
}
md-dialog.special-offer-viewer-modal md-toolbar .close-button-container .close-button:hover {
  color: rgba(102, 102, 102, 0.4);
}

.photoGuestsBody {
  height: 100%;
}
.offer-tag-container {
  margin: 5px 0;
}
.offer-tag-container .offer-tag {
  line-height: normal;
  max-height: 28px;
  vertical-align: middle;
  border-radius: 16px;
  outline: 0;
  position: relative;
  height: 28px;
  max-width: 60px;
  width: 60px;
  background: #633d81;
  color: white;
  font-size: 14px;
  padding: 2px 10px;
}
.offer-tag-container .offer-tag.offer-used {
  text-decoration: line-through;
  background: rgba(102, 102, 102, 0.4);
}
.photo-guests-component {
  flex-direction: row;
  height: 100%;
  flex-wrap: initial;
}
.photo-guests-component .products-title {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 18px;
  margin-top: 40px;
}
.photo-guests-component .products-area {
  background-color: #f1f1f1;
  order: 3;
  overflow-y: visible;
  width: 100%;
  max-width: 100%;
}
.photo-guests-component .products-area md-content {
  background-color: transparent;
}
.photo-guests-component .products-area .sidenav-list {
  height: 100%;
}
.photo-guests-component .products-area .sidenav-list md-list-item {
  background-color: white;
  padding: 14px;
}
.photo-guests-component .products-area .sidenav-list md-list-item .preview-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.photo-guests-component .products-area .sidenav-list md-list-item .preview-image:after {
  color: transparent;
  width: 0;
  height: 0;
  display: flex;
  background: white;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 15px;
}
.photo-guests-component .products-area .sidenav-list md-list-item .preview-image:hover:after {
  content: "\ea26";
  font-family: lumys-scolaire;
  width: 25px;
  color: black;
  height: 25px;
}
.photo-guests-component .products-area .sidenav-list .bundle-list {
  display: flex;
  flex-wrap: nowrap;
}
.photo-guests-component .products-area .sidenav-list .bundle-list md-list-item {
  min-width: 80%;
}
.photo-guests-component .products-area .sidenav-list .bundle-list md-list-item .format-content {
  flex-direction: column;
  text-align: center;
}
.photo-guests-component .products-area .sidenav-list .bundle-list md-list-item .format-content img {
  max-height: 130px;
}
.photo-guests-component .products-area .slideshow-item-count-wrapper {
  display: flex;
  justify-content: center;
}
.photo-guests-component .photos-nav {
  left: 0;
  order: 3;
  text-align: center;
  position: fixed;
  z-index: 10;
  width: calc(100vw - 683px);
  bottom: 0;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
.photo-guests-component .photos-nav .order {
  order: 3;
}
.photo-guests-component .photos-nav .preview-area {
  width: 100%;
}
.photo-guests-component .photos-nav .preview-area .buttons-wrapper {
  width: calc(19px * 2 + 80px);
  margin: auto auto 40px auto;
  justify-content: space-between;
  color: #633d81;
}
.photo-guests-component .photos-nav .preview-area .buttons-wrapper .ls-icon {
  font-size: 19px;
}
.photo-guests-component .photos-nav .preview-area .preview-content {
  display: flex;
  background-color: #49c57f;
  padding: 19px;
  align-items: baseline;
  height: 100px;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
.photo-guests-component .photos-nav .preview-area .preview-content md-card {
  margin: 0 19px;
  position: relative;
}
.photo-guests-component .photos-nav .preview-area .preview-content md-card:first-of-type {
  margin-left: auto;
}
.photo-guests-component .photos-nav .preview-area .preview-content md-card:last-of-type {
  margin-right: auto;
}
.photo-guests-component .photos-nav .preview-area .preview-content md-card::before {
  content: "";
  position: absolute;
  display: block;
  background-color: transparent;
  width: calc(100% + 19px * 2);
  margin-left: -19px;
  height: 100vh;
  opacity: 0.5;
  margin-top: -19px;
  z-index: 2;
}
.photo-guests-component .photos-nav .preview-area .preview-content md-card:hover::before,
.photo-guests-component .photos-nav .preview-area .preview-content md-card.selected::before {
  background-color: #45AF70;
}
.photo-guests-component .photos-nav .preview-area .preview-content md-card:hover::before > md-card-content,
.photo-guests-component .photos-nav .preview-area .preview-content md-card.selected::before > md-card-content {
  z-index: 1;
}
.photo-guests-component .photos-nav .preview-area .preview-content md-card.selected:not(:hover) > md-card-content {
  z-index: 3;
}
.photo-guests-component .photos-nav .preview-area .preview-content md-card-content {
  padding: 2px;
}
.photo-guests-component .photos-nav .preview-area img {
  display: block;
  height: calc(100px - 4px);
}
.photo-guests-component .photos-nav .preview-area button {
  border: none;
  background-color: transparent;
}
.photo-guests-component .text-muted {
  opacity: 0.6;
}
.photo-guests-component .photo-area-container .md-button.md-raised,
.photo-guests-component .container-bundle .md-button.md-raised {
  background-color: #ffffff;
  display: none;
}
.photo-guests-component .photo-area-container .md-raised md-icon,
.photo-guests-component .container-bundle .md-raised md-icon {
  color: #9e9e9e;
  font-weight: 600;
  line-height: normal;
}
.photo-guests-component .photo-area-container {
  order: initial;
  display: flex;
  position: relative;
  flex-direction: column;
  height: calc(100% - 150px);
}
.photo-guests-component .photo-area-container .photo-ie {
  position: relative;
  width: 80%;
  height: 65vh;
  margin-top: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.photo-guests-component .photo-area-container .photo-ie.productieimagearea {
  max-width: calc(100% - 60px);
}
.photo-guests-component .photo-area .info-productimg,
.photo-guests-component .photo-ie .info-productimg {
  position: absolute;
  top: 0;
  margin-left: 99.5%;
  background-color: white;
  width: 55px;
  text-align: center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  height: 36px;
  z-index: 3;
  border-radius: 5px;
}
.photo-guests-component .photo-area .info-productimg:before,
.photo-guests-component .photo-ie .info-productimg:before {
  line-height: 1.5;
  font-size: 24px;
  color: #9e9e9e;
}
.photo-guests-component .photo-area .info-productimg:hover,
.photo-guests-component .photo-ie .info-productimg:hover {
  box-shadow: none;
}
.photo-guests-component .photo-area .info-productimg:hover .information-content,
.photo-guests-component .photo-ie .info-productimg:hover .information-content {
  visibility: visible;
}
.photo-guests-component .photo-area .info-productimg:hover:before,
.photo-guests-component .photo-ie .info-productimg:hover:before {
  color: #49c57f;
}
.photo-guests-component .photo-area .info-productimg .information-content,
.photo-guests-component .photo-ie .info-productimg .information-content {
  visibility: hidden;
  background: white;
  width: 250px;
  justify-content: space-evenly;
  padding: 5px 0 20px;
  position: absolute;
  top: 36px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  right: 0;
  border-radius: 5px;
}
.photo-guests-component .photo-area .info-productimg .information-content p,
.photo-guests-component .photo-ie .info-productimg .information-content p {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  max-width: 80%;
  margin: auto;
  color: rgba(0, 0, 0, 0.87);
}
.photo-guests-component .photo-area .info-productimg .information-content .information-img-wrapper,
.photo-guests-component .photo-ie .info-productimg .information-content .information-img-wrapper {
  width: 80%;
  margin: 15px auto;
}
.photo-guests-component .photo-area .info-productimg .information-content .information-img-wrapper img,
.photo-guests-component .photo-ie .info-productimg .information-content .information-img-wrapper img {
  box-shadow: none;
  max-height: 200px;
  margin: auto;
}
.photo-guests-component .photo-area {
  display: flex;
  text-align: center;
  cursor: default;
  max-height: unset;
  padding: 0;
}
.photo-guests-component .photo-area.productimagearea {
  max-width: calc(100% - 60px);
}
.photo-guests-component .photo-area .photo {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  max-height: 60vh;
  max-width: 50vw;
  padding: 10px;
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.2);
  background-color: white;
  overflow: hidden;
}
.photo-guests-component .photo-area .photo img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 55vh;
  width: auto;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
}
.photo-guests-component .photo-area .photo img.loading {
  box-shadow: none;
  max-height: unset;
  max-width: unset;
}
.photo-guests-component .photo-area .photo.loading {
  box-shadow: none;
  background-color: transparent;
}
.photo-guests-component .bundle-description {
  vertical-align: middle;
  padding-right: 20px;
  margin-bottom: 3px;
}
.photo-guests-component .container-bundle {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.photo-guests-component .container-bundle .photos-nav {
  justify-content: center;
  width: 100%;
}
.photo-guests-component .container-bundle .bundle-area {
  height: 80vh;
  cursor: default;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.photo-guests-component .container-bundle .bundle-area.bundle-with-info {
  max-width: calc(100% - 60px);
}
.photo-guests-component .container-bundle .bundle-area.bundle-with-info .info-productimg,
.photo-guests-component .container-bundle .bundle-area.bundle-with-info .info-productimg .information-content {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 5px;
  position: absolute;
  background-color: white;
}
.photo-guests-component .container-bundle .bundle-area.bundle-with-info .info-productimg {
  display: flex;
  top: 15px;
  right: 10px;
  width: 55px;
  height: 36px;
  z-index: 3;
  justify-content: center;
}
.photo-guests-component .container-bundle .bundle-area.bundle-with-info .info-productimg:before {
  font-size: 24px;
  color: #9e9e9e;
  line-height: 1.5;
}
.photo-guests-component .container-bundle .bundle-area.bundle-with-info .info-productimg:hover {
  box-shadow: none;
}
.photo-guests-component .container-bundle .bundle-area.bundle-with-info .info-productimg:hover:before {
  color: #49c57f;
}
.photo-guests-component .container-bundle .bundle-area.bundle-with-info .info-productimg:hover .information-content {
  visibility: visible;
}
.photo-guests-component .container-bundle .bundle-area.bundle-with-info .info-productimg .information-content {
  visibility: hidden;
  width: 250px;
  justify-content: space-evenly;
  padding: 5px 0 20px;
  top: 36px;
  right: 0;
}
.photo-guests-component .container-bundle .bundle-area.bundle-with-info .info-productimg .information-content md-list {
  padding: 0;
  height: 20px;
  text-align: center;
}
.photo-guests-component .container-bundle .bundle-area.bundle-with-info .info-productimg .information-content .information-img-wrapper {
  width: 80%;
  margin: 15px auto;
  text-align: center;
}
.photo-guests-component .container-bundle .bundle-area.bundle-with-info .info-productimg .information-content .information-img-wrapper img {
  max-width: 200px;
  max-height: 140px;
  margin: auto;
}
.photo-guests-component .container-bundle .bundle-area.bundle-with-info .info-productimg .information-content ul {
  text-align: center;
  padding: 0;
  margin: 0 0 10px 0;
}
.photo-guests-component .container-bundle .bundle-area.bundle-with-info .info-productimg .information-content ul li.dot-list {
  width: 8px;
  height: 8px;
  min-height: 8px;
  background: #9e9e9e;
  display: inline-block;
  border-radius: 8px;
  padding: 0;
  margin: 0 2px;
}
.photo-guests-component .container-bundle .bundle-area.bundle-with-info .info-productimg .information-content ul li.dot-list.selected {
  background: #49c57f;
}
.photo-guests-component .container-bundle .bundle-area.bundle-with-info .info-productimg .information-content p {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  max-width: 80%;
  margin: auto;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}
.photo-guests-component .container-bundle .bundle-area .card {
  margin: 5px;
}
.photo-guests-component .container-bundle .bundle-area .card.extra-large-bundle {
  margin: 0;
}
.photo-guests-component .container-bundle .bundle-area .card.configurable-bundle-preview {
  flex-grow: 0.75;
  cursor: pointer;
}
.photo-guests-component .container-bundle .bundle-area .card.configurable-bundle-preview .img-container {
  align-items: center;
  display: flex;
}
.photo-guests-component .container-bundle .bundle-area .card.configurable-bundle-preview .bundle-img {
  width: 39vw;
  margin: auto;
}
.photo-guests-component .container-bundle .bundle-area .large-bundle img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 30vw;
  max-height: 65vh;
}
.photo-guests-component .container-bundle .bundle-area .very-large-bundle img {
  max-width: 25vw;
  max-height: 35vh;
}
.photo-guests-component .container-bundle .bundle-area .extra-large-bundle img {
  max-width: 20vw;
  max-height: 30vh;
}
.photo-guests-component .products-area .md-button {
  margin: 0;
}
.photo-guests-component .products-area .md-raised {
  flex-shrink: 2;
}
.photo-guests-component .products-area .format-name {
  margin: 24px 14px 21px;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: black;
  font-size: 15px;
  font-weight: 400;
  font-weight: 700;
}
.photo-guests-component .products-area .add-button {
  margin: 1vh;
}
.photo-guests-component .products-area .quantity-selector-in-bundle {
  color: rgba(0, 0, 0, 0.8);
  font-size: x-small;
}
.photo-guests-component .promo-wrapper {
  margin-top: 0;
  bottom: calc(-100px - 19px * 2);
  transition: bottom ease-in 0.5s;
  position: fixed;
  box-sizing: content-box;
  top: unset;
  z-index: 99;
  right: 0;
  width: 683px;
  background: #633d81;
  background-image: url(public/c9f57559875b16b6.svg);
  color: white;
  order: 1;
  height: 100px;
  padding: 19px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
  box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.2);
}
.photo-guests-component .promo-wrapper.discount {
  transition: bottom ease-in 0.5s;
}
.photo-guests-component .promo-wrapper.next-discount {
  transition: bottom ease-in 0.5s;
  bottom: 0;
}
.photo-guests-component .promo-wrapper.at-top {
  justify-content: space-evenly;
  bottom: unset;
  top: 62px;
}
.photo-guests-component .format-content {
  font-size: 14px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.photo-guests-component .format-content .preview-image {
  width: 82px;
  height: 82px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.photo-guests-component .format-content .format-content-info {
  width: 100%;
  align-items: center;
}
.photo-guests-component .format-content .format-content-info,
.photo-guests-component .format-content .format-content-bundle-info {
  margin-left: 11px;
}
.photo-guests-component .format-content .bundle-icon {
  width: 82px;
  max-width: 82px;
  height: 82px;
}
.photo-guests-component .format-content .description {
  margin: 15px 0;
  text-align: center;
  font-size: 2rem;
}
.photo-guests-component .format-content .title-product {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
.photo-guests-component .format-content .price {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: black;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  font-weight: 700;
  margin-right: 31px;
  margin-left: 11px;
  align-items: center;
}
.photo-guests-component .format-content .price .price-without-discount {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: rgba(102, 102, 102, 0.4);
  font-size: 12px;
  font-weight: 400;
  margin-right: 8px;
  text-decoration: line-through;
}
.photo-guests-component .format-content .add-button {
  margin-bottom: 20px;
}
.photo-guests-component .format-content .quantity-selector {
  text-align: right;
  white-space: nowrap;
}
.photo-guests-component .offline-order {
  padding-top: 30px;
  justify-content: center;
}
.photo-guests-component .offline-order .title {
  color: #633d81;
  text-align: center;
  font-size: 18px;
}
.photo-guests-component .offline-order .content-offline {
  font-size: 18px;
  padding: 20px 40px;
}
.photo-guests-component .offline-order .content-offline .student-card-img {
  display: block;
  margin: 20px auto;
  width: 70%;
  height: 70%;
}
.photo-guests-component .mobile-tooltip-white-text {
  margin-top: -2vh;
  padding: 5px;
  background-color: #666666;
  color: white;
}
@media only screen and (min-width:1025px), only screen and (min-width: 767px) and (max-width:1024px) {
  .photo-guests-component {
    position: relative;
  }
  .photo-guests-component .photos-nav {
    text-align: center;
  }
  .photo-guests-component .photo-area-container {
    position: relative;
    width: calc(100% - 683px);
  }
  .photo-guests-component .photo-area {
    height: 100vh;
    width: 100vw;
  }
  .photo-guests-component .products-area {
    min-width: 0;
    max-width: 683px;
    width: 683px;
    order: initial;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
  }
  .photo-guests-component .products-area .sidenav-list {
    transition: padding-bottom ease-in 0.5s;
    padding-bottom: 15px;
  }
  .photo-guests-component .products-area .sidenav-list.discount {
    padding-bottom: 15px;
    transition: padding-bottom ease-in 0.5s;
  }
  .photo-guests-component .products-area .sidenav-list.next-discount {
    padding-bottom: calc(100px + 19px * 2);
    transition: padding-bottom ease-in 0.5s;
  }
  .photo-guests-component .products-area .sidenav-list.discount-at-top {
    padding-top: calc(100px + 19px * 2);
  }
  .photo-guests-component .products-area .sidenav-list md-list-item {
    margin: 0 10px;
    padding: 0;
  }
  .photo-guests-component .products-area .sidenav-list md-list-item .format-content {
    flex-direction: row;
    padding: 14px;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
  }
  .photo-guests-component .products-area .sidenav-list md-list-item .format-content .preview-image {
    float: none;
  }
  .photo-guests-component .products-area .sidenav-list md-list-item .format-content .title-product {
    max-height: none;
    overflow: auto;
    white-space: initial;
  }
  .photo-guests-component .products-area .sidenav-list md-list-item .format-content .price {
    display: flex;
    justify-content: center;
  }
  .photo-guests-component .products-area .sidenav-list .bundle-list {
    display: block;
  }
  .photo-guests-component .products-area .sidenav-list .bundle-list md-list-item .format-content {
    flex-direction: row;
    text-align: left;
  }
  .photo-guests-component .products-area .sidenav-list .slideshow-item-count-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width:1024px) {
  .photo-guests-component {
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: auto;
  }
  .photo-guests-component .photos-nav {
    margin-top: 20px;
    justify-content: center;
    width: 100%;
    position: relative;
    order: 2;
    left: auto;
    bottom: auto;
  }
  .photo-guests-component .photo-area-container {
    order: 1;
    width: 100%;
  }
  .photo-guests-component .products-area {
    order: 3;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .photo-guests-component .photo-area {
    padding: 20px;
  }
  .photo-guests-component .photo-area .photo {
    max-height: calc(70vh - 40px);
    max-width: calc(100vw - 40px);
  }
  .photo-guests-component .photo-area .photo img {
    max-height: calc(70vh - 60px);
    width: auto;
    max-width: 100%;
  }
  .photo-guests-component .photo-area-container {
    margin-top: 0;
  }
  .photo-guests-component .promo-wrapper {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width:767px) and (max-width:1024px) and (orientation : landscape) {
  .photos-nav {
    flex-wrap: nowrap !important;
  }
  .photos-nav .order {
    order: 0 !important;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 767px) and (orientation : landscape) {
  .photo-guests-component {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .photo-guests-component .photos-nav {
    width: 100%;
    position: fixed;
    bottom: 0;
  }
  .photo-guests-component .photos-nav .preview-area .preview-content {
    height: 89px;
    padding: 10px;
  }
  .photo-guests-component .photos-nav .preview-area .preview-content md-card {
    margin: 0 10px;
  }
  .photo-guests-component .photos-nav .preview-area .preview-content md-card:hover::before,
  .photo-guests-component .photos-nav .preview-area .preview-content md-card.selected::before {
    width: calc(100% + 10px * 2);
    margin-left: -10px;
    margin-top: -10px;
  }
  .photo-guests-component .photos-nav .preview-area img {
    height: calc(89px - 4px);
  }
  .photo-guests-component .photos-nav .preview-area .buttons-wrapper {
    display: none;
  }
  .photo-guests-component .photo-area {
    padding: 20px;
  }
  .photo-guests-component .photo-area .photo {
    max-height: 65vh;
    max-width: 90vw;
  }
  .photo-guests-component .photo-area .photo img {
    max-height: 60vh;
    max-width: 100%;
  }
  .photo-guests-component .photo-area-container {
    margin-top: 0;
  }
  .photo-guests-component .photo-area-container.next-discount {
    margin-top: 50px;
  }
  .photo-guests-component .products-area {
    box-shadow: none;
    padding-bottom: 12px;
    margin-bottom: 109px;
  }
  .photo-guests-component .products-area .quantity-selector {
    height: 34px;
  }
  .photo-guests-component .products-area .sidenav-list md-list-item {
    margin: 0 12px 12px;
    padding: 12px;
  }
  .photo-guests-component .products-area .products-title {
    margin-top: 20px;
  }
  .photo-guests-component .products-area .bundle-list {
    overflow-x: auto;
  }
  .photo-guests-component .products-area .bundle-list .bundle-icon {
    width: auto;
    max-width: none;
    height: auto;
  }
  .photo-guests-component .products-area .bundle-list .format-content {
    align-items: center;
  }
  .photo-guests-component .products-area .bundle-list .format-content > div {
    margin-bottom: 20px;
  }
  .photo-guests-component .products-area .bundle-list .format-content .bundle-description {
    padding: 0;
  }
  .photo-guests-component .products-area .bundle-list .format-content .price {
    text-align: center;
    margin-right: 0;
  }
  .photo-guests-component .products-area .bundle-list .format-content .format-content-bundle-info {
    margin-left: 0;
  }
  .photo-guests-component .products-area .format-content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .photo-guests-component .products-area .format-content .preview-image {
    width: 63px;
    height: 63px;
    background-position: center top;
  }
  .photo-guests-component .products-area .format-content .format-content-info {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .photo-guests-component .products-area .format-content .format-content-info .format-content-text {
    flex-basis: 100%;
    margin-bottom: 12px;
  }
  .photo-guests-component .products-area .format-content .format-content-info .format-content-text .title-product {
    text-overflow: unset;
    white-space: normal;
  }
  .photo-guests-component .products-area .format-content .format-content-info .price {
    text-align: unset;
    margin: unset;
  }
  .photo-guests-component .promo-wrapper {
    width: 100%;
    position: static;
    order: -1;
    max-height: 100px;
    margin-top: -100px;
    padding: 12px;
    transition: margin-top ease-in 0.5s;
    box-sizing: border-box;
  }
  .photo-guests-component .promo-wrapper.discount {
    margin-top: -100px;
    transition: margin-top ease-in 0.5s;
  }
  .photo-guests-component .promo-wrapper.next-discount {
    transition: margin-top ease-in 0.5s;
    margin-top: 0;
  }
}
/**
*  Spécifique IE 11
 */
.ie-11 .photo-guests-component {
  overflow: hidden;
}
.ie-11 .photo-guests-component .photos-nav .preview-area .preview-content md-card {
  display: inline;
}
.ie-11 .photo-guests-component .products-area {
  min-height: 90vh;
}
.ie-11 .photo-guests-component .products-area .format-content .title-product {
  max-width: 340px;
  white-space: normal;
}

.component-quantity-selector {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 101px;
  height: 100%;
}
.component-quantity-selector .component-quantity-selector_add,
.component-quantity-selector .component-quantity-selector_remove {
  width: 100%;
}
.component-quantity-selector .component-quantity-selector_icons {
  font-size: 24px;
}
.component-quantity-selector .component-quantity-selector_quantity {
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 767px) and (orientation : landscape) {
  .component-quantity-selector {
    width: 84px;
  }
  .component-quantity-selector .component-quantity-selector_icons {
    font-size: 20px;
  }
  .component-quantity-selector .component-quantity-selector_quantity {
    font-size: 12px;
  }
}

.user-menu-guests-content {
  overflow: visible;
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.2);
  border-radius: 6px;
  /* Le petit triangle*/
}
.user-menu-guests-content:before {
  content: "";
  width: 21px;
  height: 21px;
  background-color: white;
  transform: rotate(45deg);
  z-index: -1;
  position: absolute;
  top: -11px;
  right: 30px;
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.2);
}
.user-menu-guests-content md-menu-content {
  padding: 5px 25px;
  border-radius: 6px;
  min-width: 178px;
}
.user-menu-guests-content md-menu-content md-menu-item {
  margin: 3px 0;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: rgba(102, 102, 102, 0.4);
  font-size: 15px;
  font-weight: 400;
}
.user-menu-guests-content md-menu-content md-menu-item .md-button {
  text-align: center;
}
.user-menu-guests-content md-menu-content md-menu-item.contains-button {
  margin: 20px 0;
}
.user-menu-guests-content md-menu-content md-menu-item a.md-button:hover,
.user-menu-guests-content md-menu-content md-menu-item a.md-button.md-focused {
  color: #666666;
  background: none;
}
.user-menu-guests-content md-menu-content md-menu-item > .md-button.md-raised.md-primary {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: white;
  font-size: 15px;
  font-weight: 700;
  padding: 0 25px;
}

.popover-tour-main {
  position: absolute;
  display: flex;
  z-index: 100;
  align-items: stretch;
  pointer-events: none;
}
.popover-tour-item {
  position: relative;
}
.angular-popover-container {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  pointer-events: auto;
}
.angular-popover-container .angular-popover .angular-popover-template {
  line-height: 16px;
  max-width: 150px;
  width: 150px;
  word-break: break-word;
  padding: 10px 16px;
}
.angular-popover-container .angular-popover .angular-popover-template .angular-popover-button-container {
  text-align: center;
  margin: auto;
  padding-top: 10px;
}
.angular-popover-container .angular-popover .angular-popover-template .angular-popover-button-container button {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
  width: 88px;
  height: 24px;
  min-height: 24px;
  line-height: 24px;
}

locale-switcher-guests {
  height: 100%;
}
locale-switcher-guests > md-menu button.md-button.md-icon-button {
  border-radius: 0;
}
.locale-menu-content {
  overflow: visible;
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.2);
  border-radius: 6px;
  /* Le petit triangle*/
}
.locale-menu-content:before {
  content: "";
  width: 21px;
  height: 21px;
  background-color: white;
  transform: rotate(45deg);
  z-index: -1;
  position: absolute;
  top: -11px;
  left: 26px;
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.2);
}
.locale-menu-content md-menu-content {
  padding: 5px;
  border-radius: 6px;
  min-width: 150px;
}

.slideshow-item-count-wrapper span {
  padding: 0;
  background-color: #666666;
  width: 15px;
  max-width: unset;
  margin: 0 5px;
  border-radius: 50px;
  height: 15px;
  display: block;
}
.slideshow-item-count-wrapper span.selected-product {
  background-color: #49c57f;
}

.special-offers-notifier-panel {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin-top: 62px;
  max-width: 500px;
  width: 500px;
}
.special-offers-notifier-panel md-content {
  padding: 20px;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: white;
  font-size: 18px;
  font-weight: 700;
  background-color: #633d81;
}
.special-offers-notifier-panel md-content section {
  margin-top: 10px;
}
.special-offers-notifier-panel md-content .md-button.md-raised.special-offers-notifier-panel-btn-submit {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: white;
  font-size: 15px;
  font-weight: 700;
  border: solid white 5px;
  background-color: #633d81;
}
.special-offers-notifier-panel md-content .md-button.md-raised.special-offers-notifier-panel-btn-submit:hover,
.special-offers-notifier-panel md-content .md-button.md-raised.special-offers-notifier-panel-btn-submit:focus,
.special-offers-notifier-panel md-content .md-button.md-raised.special-offers-notifier-panel-btn-submit:active {
  color: #633d81;
  background-color: white;
}
.special-offers-notifier-panel md-content .special-offers-notifier-panel-btn-ignore {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: white;
  font-size: 15px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .special-offers-notifier-panel {
    max-width: 100%;
  }
  .special-offers-notifier-panel md-content .md-button.md-raised.special-offers-notifier-panel-btn-submit {
    font-family: Roboto, " Helvetica Neue ", sans-serif;
    color: white;
    font-size: 14px;
    font-weight: 700;
    border-width: 2px;
  }
}


/**
 * Mixin permettant d'utiliser les box-shadow en suivant les spécifications Google Material:
 * http://www.google.com/design/spec/layout/layout-principles.html#layout-principles-dimensionality
 *
 * Original Author: Florian Kutschera (@gefangenimnetz), Conceptboard GmbH (@conceptboardapp)
 *
 * Exemple d'utilisation:
 *
 * .card {
 *     @include box_shadow(1);
 *     &:hover {
 *         @include box_shadow(3);
 *     }
 * }
 */

/*
Fichier généré. Ne pas modifier. Modifier spacings.less et yarn geenrate-spacings
 */
.ls-mt-none {
  margin-top: 0;
}
.ls-mt-xs {
  margin-top: 4px;
}
.ls-mt-sm {
  margin-top: 8px;
}
.ls-mt-md {
  margin-top: 16px;
}
.ls-mt-lg {
  margin-top: 24px;
}
.ls-mt-xl {
  margin-top: 48px;
}
.ls-pt-none {
  padding-top: 0;
}
.ls-pt-xs {
  padding-top: 4px;
}
.ls-pt-sm {
  padding-top: 8px;
}
.ls-pt-md {
  padding-top: 16px;
}
.ls-pt-lg {
  padding-top: 24px;
}
.ls-pt-xl {
  padding-top: 48px;
}
.ls-mr-none {
  margin-right: 0;
}
.ls-mr-xs {
  margin-right: 4px;
}
.ls-mr-sm {
  margin-right: 8px;
}
.ls-mr-md {
  margin-right: 16px;
}
.ls-mr-lg {
  margin-right: 24px;
}
.ls-mr-xl {
  margin-right: 48px;
}
.ls-pr-none {
  padding-right: 0;
}
.ls-pr-xs {
  padding-right: 4px;
}
.ls-pr-sm {
  padding-right: 8px;
}
.ls-pr-md {
  padding-right: 16px;
}
.ls-pr-lg {
  padding-right: 24px;
}
.ls-pr-xl {
  padding-right: 48px;
}
.ls-mb-none {
  margin-bottom: 0;
}
.ls-mb-xs {
  margin-bottom: 4px;
}
.ls-mb-sm {
  margin-bottom: 8px;
}
.ls-mb-md {
  margin-bottom: 16px;
}
.ls-mb-lg {
  margin-bottom: 24px;
}
.ls-mb-xl {
  margin-bottom: 48px;
}
.ls-pb-none {
  padding-bottom: 0;
}
.ls-pb-xs {
  padding-bottom: 4px;
}
.ls-pb-sm {
  padding-bottom: 8px;
}
.ls-pb-md {
  padding-bottom: 16px;
}
.ls-pb-lg {
  padding-bottom: 24px;
}
.ls-pb-xl {
  padding-bottom: 48px;
}
.ls-ml-none {
  margin-left: 0;
}
.ls-ml-xs {
  margin-left: 4px;
}
.ls-ml-sm {
  margin-left: 8px;
}
.ls-ml-md {
  margin-left: 16px;
}
.ls-ml-lg {
  margin-left: 24px;
}
.ls-ml-xl {
  margin-left: 48px;
}
.ls-pl-none {
  padding-left: 0;
}
.ls-pl-xs {
  padding-left: 4px;
}
.ls-pl-sm {
  padding-left: 8px;
}
.ls-pl-md {
  padding-left: 16px;
}
.ls-pl-lg {
  padding-left: 24px;
}
.ls-pl-xl {
  padding-left: 48px;
}
.ls-my-none {
  margin-top: 0;
  margin-bottom: 0;
}
.ls-my-xs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.ls-my-sm {
  margin-top: 8px;
  margin-bottom: 8px;
}
.ls-my-md {
  margin-top: 16px;
  margin-bottom: 16px;
}
.ls-my-lg {
  margin-top: 24px;
  margin-bottom: 24px;
}
.ls-my-xl {
  margin-top: 48px;
  margin-bottom: 48px;
}
.ls-py-none {
  padding-top: 0;
  padding-bottom: 0;
}
.ls-py-xs {
  padding-top: 4px;
  padding-bottom: 4px;
}
.ls-py-sm {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ls-py-md {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ls-py-lg {
  padding-top: 24px;
  padding-bottom: 24px;
}
.ls-py-xl {
  padding-top: 48px;
  padding-bottom: 48px;
}
.ls-mx-none {
  margin-left: 0;
  margin-right: 0;
}
.ls-mx-xs {
  margin-left: 4px;
  margin-right: 4px;
}
.ls-mx-sm {
  margin-left: 8px;
  margin-right: 8px;
}
.ls-mx-md {
  margin-left: 16px;
  margin-right: 16px;
}
.ls-mx-lg {
  margin-left: 24px;
  margin-right: 24px;
}
.ls-mx-xl {
  margin-left: 48px;
  margin-right: 48px;
}
.ls-px-none {
  padding-left: 0;
  padding-right: 0;
}
.ls-px-xs {
  padding-left: 4px;
  padding-right: 4px;
}
.ls-px-sm {
  padding-left: 8px;
  padding-right: 8px;
}
.ls-px-md {
  padding-left: 16px;
  padding-right: 16px;
}
.ls-px-lg {
  padding-left: 24px;
  padding-right: 24px;
}
.ls-px-xl {
  padding-left: 48px;
  padding-right: 48px;
}
.ls-ma-none {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.ls-ma-xs {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  margin-right: 4px;
}
.ls-ma-sm {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
}
.ls-ma-md {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
.ls-ma-lg {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
}
.ls-ma-xl {
  margin-top: 48px;
  margin-bottom: 48px;
  margin-left: 48px;
  margin-right: 48px;
}
.ls-pa-none {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.ls-pa-xs {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}
.ls-pa-sm {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.ls-pa-md {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.ls-pa-lg {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}
.ls-pa-xl {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
  padding-right: 48px;
}

@font-face {
	font-family: 'pictys-icon-font';
	src:url(public/eb05c8c58bff4838.eot?-f58hd1);
	src:url(public/eb05c8c58bff4838.eot?#iefix-f58hd1) format('embedded-opentype'),
		url(public/5584bea07fbb3449.ttf?-f58hd1) format('truetype'),
		url(public/47dbee4d6686d5a5.woff?-f58hd1) format('woff'),
		url(public/7e9428787d3810d5.svg?-f58hd1#pictys-icon-font) format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ico-"], [class*=" ico-"] {
    -moz-osx-font-smoothing: grayscale;
    font-family: "pictys-icon-font";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: none;
    font-size:22px;
    display: inline-block;
}

.ico-profil-couple:before {
	content: "\e608";
}
.ico-profil-man:before {
	content: "\e617";
}
.ico-setting-light:before {
	content: "\e605";
}

span.ico-setting-light {
 transition: 0.2s ease-in-out;
}

span.ico-setting-light:hover { /* IE 9 */ /* Chrome, Safari, Opera */
 transform: rotate(180deg);
}

.ico-search:before {
	content: "\e60f";
}
.ico-search-moins:before {
	content: "\e619";
}
.ico-search-plus:before {
	content: "\e61a";
}
.ico-lock:before {
	content: "\e600";
}
.ico-unlock:before {
	content: "\e61b";
}
.ico-eye:before {
	content: "\e607";
}
.ico-edit-big:before {
	content: "\e604";
}
.ico-cut:before {
	content: "\e61c";
}
.ico-trash:before {
	content: "\e614";
}
.ico-calendar-day:before {
	content: "\e618";
}
.ico-heart:before {
	content: "\e61d";
}
.ico-mail:before {
	content: "\e60d";
}
span.ico-mail {
 transition: 0.2s ease-in-out;
}

span.ico-mail:hover { /* IE 9 */ /* Chrome, Safari, Opera */
 transform: rotate(15deg);
}
.ico-mail-multi:before {
	content: "\e61e";
}


.ico-paperplane:before {
	content: "\e61f";
}
.ico-web:before {
	content: "\e620";
}
.ico-speak-light:before {
	content: "\e621";
}
.ico-speak-point:before {
	content: "\e622";
}
.ico-speak:before {
	content: "\e623";
}
.ico-phone:before {
	content: "\e624";
}
.ico-bell:before {
	content: "\e616";	
}

span.ico-bell {
 transition: 0.1s ease-in-out;
}

span.ico-bell:hover { /* IE 9 */ /* Chrome, Safari, Opera */
 transform: rotate(15deg);
}


.ico-flag:before {
	content: "\e625";
}
.ico-flag-wind:before {
	content: "\e626";
}
.ico-book-note:before {
	content: "\e627";
}
.ico-picture:before {
	content: "\e613";
}
.ico-picture-multi:before {
	content: "\e612";
}
.ico-marker:before {
	content: "\e628";
}
.ico-arrow-circle-r:before {
	content: "\e629";
}
.ico-arrow-circle-l:before {
	content: "\e62a";
}
.ico-arrow-circle-d:before {
	content: "\e62b";
}
.ico-arrow-circle-u:before {
	content: "\e62c";
}
.ico-scalable:before {
	content: "\e62d";
}
.ico-arrow-r:before {
	content: "\e60c";
}
.ico-arrow-l:before {
	content: "\e60b";
}
.ico-arrow-d:before {
	content: "\e62e";
}
.ico-arrow-u:before {
	content: "\e62f";
}
.ico-close:before {
	content: "\e602";
}
.ico-valid:before {
	content: "\e601";
}
.ico-moins-circle:before {
	content: "\e630";
}
.ico-plus-circle:before {
	content: "\e631";
}
.ico-attention:before {
	content: "\e632";
}
.ico-attention-circle:before {
	content: "\e633";
}
.ico-question-circle:before {
	content: "\e634";
}
.ico-info-circle:before {
	content: "\e611";
}
.ico-action-v:before {
	content: "\e635";
}
.ico-action-h:before {
	content: "\e636";
}
.ico-credit-card:before {
	content: "\e637";
}
.ico-file-png:before {
	content: "\e638";
}
.ico-file-jpg:before {
	content: "\e639";
}
.ico-file-gif:before {
	content: "\e63a";
}
.ico-pinterest-circle:before {
	content: "\e63b";
}
.ico-instagram-circle:before {
	content: "\e63c";
}
.ico-facebook-circle:before {
	content: "\e63d";
}
.ico-twitter-circle:before {
	content: "\e63e";
}
.ico-cloud-up:before {
	content: "\e63f";
}
.ico-cloud-down:before {
	content: "\e640";
}
.ico-basket:before {
	content: "\e641";
}
.ico-cart:before {
	content: "\e642";
}
.ico-movie:before {
	content: "\e643";
}
.ico-devis:before {
	content: "\e610";
}
.ico-paperboard:before {
	content: "\e644";
}
.ico-sheet:before {
	content: "\e645";
}
.ico-list-light:before {
	content: "\e646";
}
.ico-gallery:before {
	content: "\e647";
}
.ico-gallery-multi:before {
	content: "\e60a";
}
.ico-download:before {
	content: "\e648";
}
.ico-upload:before {
	content: "\e603";
}
.ico-menu:before {
	content: "\e606";
}
.ico-join:before {
	content: "\e609";
}
.ico-euro-circle:before {
	content: "\e60e";
}
.ico-gift:before {
	content: "\e615";
}
.ico-wine-glass:before {
	content: "\e649";
}
@font-face {
    font-family: 'scolaire-icon-font';
    src:  url(public/4db489b2598b3b3a.eot?r0mso6);
    src:  url(public/4db489b2598b3b3a.eot?r0mso6#iefix) format('embedded-opentype'),
    url(public/f6f6986a7ecd200e.ttf?r0mso6) format('truetype'),
    url(public/fd508489402e466a.woff?r0mso6) format('woff'),
    url(public/ad8388ab67216235.svg?r0mso6#scolaire-icon-font) format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'scolaire-icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-information:before {
    content: "\e908";
}
.icon-burger:before {
    content: "\e907";
}
.icon-chevron-left:before {
    content: "\e903";
}
.icon-chevron-rigth:before {
    content: "\e904";
}
.icon-home:before {
    content: "\e905";
}
.icon-person:before {
    content: "\e906";
}
.icon-cart:before {
    content: "\e900";
}
.icon-fullscreen:before {
    content: "\e902";
}
.icon-eye:before {
    content: "\e901";
}
.icon-material-add:before{
    font-family: 'Material Icons';
    content: "add";
    -webkit-font-feature-settings: 'liga';
}
.icon-material-remove:before{
    font-family: 'Material Icons';
    content: "remove";
    -webkit-font-feature-settings: 'liga';
}
.icon-material-contact-support:before{
    font-family: 'Material Icons';
    content: "contact_support";
    -webkit-font-feature-settings: 'liga';
}
.icon-material-expand-less:before{
    font-family: 'Material Icons';
    content: "expand_less";
    -webkit-font-feature-settings: 'liga';
}
.icon-material-expand-more:before{
    font-family: 'Material Icons';
    content: "expand_more";
    -webkit-font-feature-settings: 'liga';
}

.icon-material-clear:before {
    font-family: 'Material Icons';
    content: "clear";
    -webkit-font-feature-settings: 'liga';
}
/*--------------------------------

lumys-scolaire Web Font - built using nucleoapp.com
License - nucleoapp.com/license/

-------------------------------- */
@font-face {
  font-family: 'lumys-scolaire';
  src: url(public/08f3db3102565cad.eot);
  src: url(public/08f3db3102565cad.eot) format('embedded-opentype'), url(public/2823c80650ee1a51.woff2) format('woff2'), url(public/76a081cdb45f0006.woff) format('woff'), url(public/9f162f0ec6ff2901.ttf) format('truetype'), url(public/1cbdab98a66c2f38.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.ls-icon {
  display: inline-block;
  font: normal normal normal 14px/1 'lumys-scolaire';
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/
.ls-icon.lg {
  font-size: 1.33333333em;
  vertical-align: -16%;
}
.ls-icon.x2 {
  font-size: 2em;
}
.ls-icon.x3 {
  font-size: 3em;
}
/*----------------------------------
  add a square/circle background
-----------------------------------*/
.ls-icon.square,
.ls-icon.circle {
  padding: 0.33333333em;
  vertical-align: -16%;
  background-color: #eee;
}
.ls-icon.circle {
  border-radius: 50%;
}
/*------------------------
  list icons
-------------------------*/
.ls-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.ls-icon-ul > li {
  position: relative;
}
.ls-icon-ul > li > .ls-icon {
  position: absolute;
  left: -1.57142857em;
  top: 0.14285714em;
  text-align: center;
}
.ls-icon-ul > li > .ls-icon.lg {
  top: 0;
  left: -1.35714286em;
}
.ls-icon-ul > li > .ls-icon.circle,
.ls-icon-ul > li > .ls-icon.square {
  top: -0.19047619em;
  left: -1.9047619em;
}
/*------------------------
  spinning icons
-------------------------*/
.ls-icon.spin {
  -webkit-animation: ls-icon-spin 2s infinite linear;
  animation: ls-icon-spin 2s infinite linear;
}
@-webkit-keyframes ls-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ls-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.ls-icon.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}
.ls-icon.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}
.ls-icon.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}
.ls-icon.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1);
}
.ls-icon.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1);
}
/*------------------------
	font icons
-------------------------*/
.ls-arrow-down-2::before {
  content: "\ea01";
}
.ls-arrow-down::before {
  content: "\ea02";
}
.ls-arrow-left-2::before {
  content: "\ea03";
}
.ls-arrow-left-3::before {
  content: "\ea04";
}
.ls-arrow-left::before {
  content: "\ea05";
}
.ls-arrow-right-2::before {
  content: "\ea06";
}
.ls-arrow-right-3::before {
  content: "\ea07";
}
.ls-arrow-right::before {
  content: "\ea08";
}
.ls-arrow-up-2::before {
  content: "\ea09";
}
.ls-arrow-up::before {
  content: "\ea0a";
}
.ls-box-3d-50::before {
  content: "\ea0b";
}
.ls-c-add-2::before {
  content: "\ea0c";
}
.ls-c-add::before {
  content: "\ea0d";
}
.ls-c-delete-2::before {
  content: "\ea0e";
}
.ls-c-delete::before {
  content: "\ea0f";
}
.ls-c-info::before {
  content: "\ea10";
}
.ls-c-question::before {
  content: "\ea11";
}
.ls-c-remove-2::before {
  content: "\ea12";
}
.ls-c-remove::before {
  content: "\ea13";
}
.ls-ctrl-down::before {
  content: "\ea14";
}
.ls-ctrl-left::before {
  content: "\ea15";
}
.ls-ctrl-right::before {
  content: "\ea16";
}
.ls-ctrl-up::before {
  content: "\ea17";
}
.ls-f-add::before {
  content: "\ea18";
}
.ls-f-delete::before {
  content: "\ea19";
}
.ls-close::before {
  content: "\ea1a";
}
.ls-ic_help_outline_24px::before {
  content: "\ea1b";
}
.ls-menu-8-2::before {
  content: "\ea1c";
}
.ls-menu-8::before {
  content: "\ea1d";
}
.ls-shopping-cart-2::before {
  content: "\ea1e";
}
.ls-shopping-cart::before {
  content: "\ea1f";
}
.ls-single-03-2::before {
  content: "\ea20";
}
.ls-single-03::before {
  content: "\ea21";
}
.ls-triangle-left-2::before {
  content: "\ea22";
}
.ls-triangle-left::before {
  content: "\ea23";
}
.ls-triangle-right-2::before {
  content: "\ea24";
}
.ls-triangle-right::before {
  content: "\ea25";
}
.ls-zoom-in::before {
  content: "\ea26";
}
/* all icon font classes list here */
.purple {
  color: #633d81;
}
.red {
  color: #d50000;
}
.red-bg {
  background: #d50000;
}
.rose {
  color: #d72a4f;
}
.green {
  color: #49c57f;
}
.green-bg {
  background: #49c57f;
}
.yellow {
  color: #ff9900;
}
.yellow-bg {
  background: #ff9900;
}
.dark {
  color: #333;
}
.grey {
  color: #666666;
}
.grey-lighter {
  color: #f1f1f1;
}
* {
  outline: 0;
}
body {
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
h1 {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #49c57f;
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 400;
}
h2 {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}
[ng\:cloak],
[ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
[ng-click],
[data-ng-click],
[x-ng-click] {
  cursor: pointer;
}
#page {
  padding: 0;
}
#page .main {
  background: #eee;
}
.with-badge {
  position: relative;
}
.with-badge .terabadge {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: -2px;
  display: inline-block;
  height: 21px;
  border-radius: 11px;
  background: red;
  padding: 4px 7px 0 7px;
  color: #fff;
  text-align: right;
  z-index: 30;
  cursor: pointer;
}
.mini-box {
  padding: 20px 20px 0 20px;
}
.bold {
  font-weight: bold;
}
.suivi-infos {
  position: relative;
  padding: 0 0 0 0;
}
.suivi-check {
  position: absolute;
  top: 0;
  right: 0;
}
.pastille-icon {
  float: left;
  height: 60px;
  margin: 0 10px 0 0;
}
.pastille-icon span:first-child {
  height: 19px;
  width: 19px;
  border-radius: 10px;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navigation-link {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: rgba(102, 102, 102, 0.4);
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  text-transform: uppercase;
}
.navigation-link:before {
  content: "\ea03";
  font-family: lumys-scolaire;
  text-decoration: none;
  display: inline-block;
}
.photo-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
/**
Petit hack pour les md-select. En ajoutant la classe option-only à un élément, on fait en sorte que l'élément en
question ne s'affiche que dans le menu présentant les différents choix, mais pas une fois que la sélection a été faite.
Cela permet de présenter plus d'informations dans le menu et de se limiter à moins d'informations dans les formulaires.
 */
md-select md-select-value .option-only {
  display: none;
}
md-card-content.card-content-with-list {
  padding: 0;
}
.no-box-shadow {
  box-shadow: none;
}
md-input-container input,
md-input-container.md-input-focused input,
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused input,
md-input-container:not(.md-input-invalid).md-input-focused input,
md-input-container.md-input-focused input,
md-input-container.md-input-resized input,
md-input-container input.md-input,
md-input-container.md-input-focused input.md-input,
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused input.md-input,
md-input-container:not(.md-input-invalid).md-input-focused input.md-input,
md-input-container.md-input-focused input.md-input,
md-input-container.md-input-resized input.md-input {
  border: solid 1px rgba(112, 112, 112, 0.4);
  padding: 15px 15px 15px 10px;
  height: 36px;
  background-color: white;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  font-size: 15px;
  color: #666666;
}
md-input-container input.md-input.ng-invalid.ng-dirty,
md-input-container.md-input-focused input.md-input.ng-invalid.ng-dirty,
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused input.md-input.ng-invalid.ng-dirty,
md-input-container:not(.md-input-invalid).md-input-focused input.md-input.ng-invalid.ng-dirty,
md-input-container.md-input-focused input.md-input.ng-invalid.ng-dirty,
md-input-container.md-input-resized input.md-input.ng-invalid.ng-dirty {
  border: solid 1px #d50000;
  padding-bottom: 15px;
}
md-input-container textarea,
md-input-container.md-input-focused textarea,
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused textarea,
md-input-container:not(.md-input-invalid).md-input-focused textarea,
md-input-container.md-input-focused textarea,
md-input-container.md-input-resized textarea,
md-input-container textarea.md-input,
md-input-container.md-input-focused textarea.md-input,
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused textarea.md-input,
md-input-container:not(.md-input-invalid).md-input-focused textarea.md-input,
md-input-container.md-input-focused textarea.md-input,
md-input-container.md-input-resized textarea.md-input {
  border: solid 1px rgba(112, 112, 112, 0.4);
  padding: 10px 15px 15px 10px;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  font-size: 15px;
  color: #666666;
}
md-input-container textarea.ng-invalid.ng-dirty,
md-input-container.md-input-focused textarea.ng-invalid.ng-dirty,
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused textarea.ng-invalid.ng-dirty,
md-input-container:not(.md-input-invalid).md-input-focused textarea.ng-invalid.ng-dirty,
md-input-container.md-input-focused textarea.ng-invalid.ng-dirty,
md-input-container.md-input-resized textarea.ng-invalid.ng-dirty,
md-input-container textarea.md-input.ng-invalid.ng-dirty,
md-input-container.md-input-focused textarea.md-input.ng-invalid.ng-dirty,
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused textarea.md-input.ng-invalid.ng-dirty,
md-input-container:not(.md-input-invalid).md-input-focused textarea.md-input.ng-invalid.ng-dirty,
md-input-container.md-input-focused textarea.md-input.ng-invalid.ng-dirty,
md-input-container.md-input-resized textarea.md-input.ng-invalid.ng-dirty {
  border-width: 1px;
}
md-input-container textarea::-moz-placeholder, md-input-container.md-input-focused textarea::-moz-placeholder, md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused textarea::-moz-placeholder, md-input-container:not(.md-input-invalid).md-input-focused textarea::-moz-placeholder, md-input-container.md-input-focused textarea::-moz-placeholder, md-input-container.md-input-resized textarea::-moz-placeholder, md-input-container textarea.md-input::-moz-placeholder, md-input-container.md-input-focused textarea.md-input::-moz-placeholder, md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused textarea.md-input::-moz-placeholder, md-input-container:not(.md-input-invalid).md-input-focused textarea.md-input::-moz-placeholder, md-input-container.md-input-focused textarea.md-input::-moz-placeholder, md-input-container.md-input-resized textarea.md-input::-moz-placeholder, md-input-container textarea:focus::-moz-placeholder, md-input-container.md-input-focused textarea:focus::-moz-placeholder, md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused textarea:focus::-moz-placeholder, md-input-container:not(.md-input-invalid).md-input-focused textarea:focus::-moz-placeholder, md-input-container.md-input-focused textarea:focus::-moz-placeholder, md-input-container.md-input-resized textarea:focus::-moz-placeholder, md-input-container textarea.md-input:focus::-moz-placeholder, md-input-container.md-input-focused textarea.md-input:focus::-moz-placeholder, md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused textarea.md-input:focus::-moz-placeholder, md-input-container:not(.md-input-invalid).md-input-focused textarea.md-input:focus::-moz-placeholder, md-input-container.md-input-focused textarea.md-input:focus::-moz-placeholder, md-input-container.md-input-resized textarea.md-input:focus::-moz-placeholder {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: rgba(102, 102, 102, 0.4);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
md-input-container textarea:-ms-input-placeholder, md-input-container.md-input-focused textarea:-ms-input-placeholder, md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused textarea:-ms-input-placeholder, md-input-container:not(.md-input-invalid).md-input-focused textarea:-ms-input-placeholder, md-input-container.md-input-focused textarea:-ms-input-placeholder, md-input-container.md-input-resized textarea:-ms-input-placeholder, md-input-container textarea.md-input:-ms-input-placeholder, md-input-container.md-input-focused textarea.md-input:-ms-input-placeholder, md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused textarea.md-input:-ms-input-placeholder, md-input-container:not(.md-input-invalid).md-input-focused textarea.md-input:-ms-input-placeholder, md-input-container.md-input-focused textarea.md-input:-ms-input-placeholder, md-input-container.md-input-resized textarea.md-input:-ms-input-placeholder, md-input-container textarea:focus:-ms-input-placeholder, md-input-container.md-input-focused textarea:focus:-ms-input-placeholder, md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused textarea:focus:-ms-input-placeholder, md-input-container:not(.md-input-invalid).md-input-focused textarea:focus:-ms-input-placeholder, md-input-container.md-input-focused textarea:focus:-ms-input-placeholder, md-input-container.md-input-resized textarea:focus:-ms-input-placeholder, md-input-container textarea.md-input:focus:-ms-input-placeholder, md-input-container.md-input-focused textarea.md-input:focus:-ms-input-placeholder, md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused textarea.md-input:focus:-ms-input-placeholder, md-input-container:not(.md-input-invalid).md-input-focused textarea.md-input:focus:-ms-input-placeholder, md-input-container.md-input-focused textarea.md-input:focus:-ms-input-placeholder, md-input-container.md-input-resized textarea.md-input:focus:-ms-input-placeholder {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: rgba(102, 102, 102, 0.4);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
md-input-container textarea::placeholder,
md-input-container.md-input-focused textarea::placeholder,
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused textarea::placeholder,
md-input-container:not(.md-input-invalid).md-input-focused textarea::placeholder,
md-input-container.md-input-focused textarea::placeholder,
md-input-container.md-input-resized textarea::placeholder,
md-input-container textarea.md-input::placeholder,
md-input-container.md-input-focused textarea.md-input::placeholder,
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused textarea.md-input::placeholder,
md-input-container:not(.md-input-invalid).md-input-focused textarea.md-input::placeholder,
md-input-container.md-input-focused textarea.md-input::placeholder,
md-input-container.md-input-resized textarea.md-input::placeholder,
md-input-container textarea:focus::placeholder,
md-input-container.md-input-focused textarea:focus::placeholder,
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused textarea:focus::placeholder,
md-input-container:not(.md-input-invalid).md-input-focused textarea:focus::placeholder,
md-input-container.md-input-focused textarea:focus::placeholder,
md-input-container.md-input-resized textarea:focus::placeholder,
md-input-container textarea.md-input:focus::placeholder,
md-input-container.md-input-focused textarea.md-input:focus::placeholder,
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused textarea.md-input:focus::placeholder,
md-input-container:not(.md-input-invalid).md-input-focused textarea.md-input:focus::placeholder,
md-input-container.md-input-focused textarea.md-input:focus::placeholder,
md-input-container.md-input-resized textarea.md-input:focus::placeholder {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: rgba(102, 102, 102, 0.4);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
md-input-container md-select,
md-input-container.md-input-focused md-select,
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused md-select,
md-input-container:not(.md-input-invalid).md-input-focused md-select,
md-input-container.md-input-focused md-select,
md-input-container.md-input-resized md-select {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  font-size: 15px;
  color: #666666;
  border: solid 1px rgba(112, 112, 112, 0.4);
  height: 36px;
  padding: 0 10px;
  background-color: white;
}
md-input-container md-select md-select-value.md-select-value,
md-input-container.md-input-focused md-select md-select-value.md-select-value,
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused md-select md-select-value.md-select-value,
md-input-container:not(.md-input-invalid).md-input-focused md-select md-select-value.md-select-value,
md-input-container.md-input-focused md-select md-select-value.md-select-value,
md-input-container.md-input-resized md-select md-select-value.md-select-value {
  border: none;
}
md-input-container label,
md-input-container.md-input-focused label,
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused label,
md-input-container:not(.md-input-invalid).md-input-focused label,
md-input-container.md-input-focused label,
md-input-container.md-input-resized label {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  font-weight: bold;
  line-height: 18px;
}
md-input-container:not(.md-input-focused):not(.md-input-invalid):not(.md-input-has-value) label,
md-input-container:not(.md-input-invalid).md-input-has-value label {
  color: #666666;
}
md-input-container:not(.md-input-focused):not(.md-input-invalid):not(.md-input-has-value) label:not(.md-no-float):not(.md-container-ignore),
md-input-container:not(.md-input-invalid).md-input-has-value label:not(.md-no-float):not(.md-container-ignore) {
  padding-left: 15px;
  transform: translate3d(0, 30px, 0) scale(1);
  transition: transform 0.4s cubic-bezier(0.3, 0.8, 0.34, 1);
}
md-input-container.md-icon-left.md-icon-right.two-icons {
  padding-right: 58px;
}
md-input-container.md-icon-left.md-icon-right.two-icons > md-icon:not(:first-child) {
  width: 48px;
}
a {
  color: #49c57f;
}
.md-button {
  min-height: 42px;
  line-height: 42px;
}
.md-button.md-default-theme.md-raised:not([disabled]):hover,
.md-button.md-raised:not([disabled]):hover {
  background-color: #d1d1d1;
}
.md-button.md-default-theme.md-primary.md-fab,
.md-button.md-primary.md-fab,
.md-button.md-default-theme.md-primary.md-raised,
.md-button.md-primary.md-raised,
.md-button.md-default-theme.md-accent.md-fab,
.md-button.md-accent.md-fab,
.md-button.md-default-theme.md-accent.md-raised,
.md-button.md-accent.md-raised {
  box-shadow: none;
  border-radius: 50px;
  padding: 0 5%;
}
.md-button.md-default-theme.md-primary.md-fab,
.md-button.md-primary.md-fab,
.md-button.md-default-theme.md-primary.md-raised,
.md-button.md-primary.md-raised {
  background-color: #49c57f;
}
.md-button.md-default-theme.md-accent.md-fab,
.md-button.md-accent.md-fab,
.md-button.md-default-theme.md-accent.md-raised,
.md-button.md-accent.md-raised {
  background-color: #633d81;
}
.md-button.md-primary.outline {
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 50px;
  padding: 0 5%;
  background-color: transparent;
  color: #49c57f;
  border: 1px solid #49c57f;
  height: 42px;
  line-height: 42px;
}
.md-button.md-primary.outline:hover,
.md-button.md-primary.outline:focus {
  background-color: transparent !important;
}
@media only screen and (max-width: 767px) {
  .md-button.md-primary.outline {
    height: 34px;
    line-height: 34px;
  }
}
.md-button.md-accent.outline {
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 50px;
  padding: 0 5%;
  background-color: transparent;
  color: #633d81;
  border: 1px solid #633d81;
  height: 42px;
  line-height: 42px;
}
.md-button.md-accent.outline:hover,
.md-button.md-accent.outline:focus {
  background-color: transparent !important;
}
@media only screen and (max-width: 767px) {
  .md-button.md-accent.outline {
    height: 34px;
    line-height: 34px;
  }
}
.md-button.md-default-theme.md-fab,
.md-button.md-fab,
.md-button.md-default-theme.md-raised,
.md-button.md-raised,
.md-button:not([disabled]).md-raised,
.md-button:not([disabled]).md-raised:active,
.md-button:not([disabled]).md-fab:active,
.md-button:not([disabled]).md-raised.md-focused,
.md-button:not([disabled]).md-fab.md-focused {
  box-shadow: none;
  border-radius: 50px;
  padding: 0 5%;
}
.md-button.md-fab.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: fixed;
}
md-toast {
  position: fixed !important;
}
md-toast.md-error-toast-theme .md-toast-content {
  background-color: #c50000;
}
md-toast.md-warning-toast-theme .md-toast-content {
  background-color: #E56868;
}
md-toast.md-center {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.app-guests-component > md-content {
  background-color: white;
}
md-backdrop.md-opaque.md-default-theme,
md-backdrop.md-opaque {
  background-color: #633d81;
  opacity: 0.8;
}
.md-dialog-container {
  z-index: 101;
}
.color-option {
  background-color: grey;
  color: white;
  font-size: 80%;
  border-radius: 2px;
  padding: 1px 4px;
}
.empty-sidenav-wrapper {
  position: relative;
  height: 100%;
  min-height: 300px;
}
.empty-sidenav-wrapper .empty {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.page-title {
  margin: 20px 16px 16px 16px;
  font-weight: normal;
  line-height: 36px;
  color: #633d81;
}
.limited-page-width {
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (min-width: 767px) and (max-width:1024px) {
  .no-overflow {
    overflow: hidden;
  }
}
.no-overflow-x {
  overflow-x: hidden;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome 49+ */
  -moz-user-select: none;
  /* Firefox 43+ */
  -ms-user-select: none;
  user-select: none;
}
[preload-image].loading {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
          animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0.75);
  border-top-color: rgba(0, 0, 0, 0.25);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  /* Change the color to your own background color */
  -webkit-text-fill-color: #333;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  /*your box-shadow*/
  -webkit-text-fill-color: #333;
}
@media only screen and (max-width: 767px) {
  .md-button {
    min-height: 34px;
    line-height: 34px;
  }
}
.no-errors-spacer .md-errors-spacer {
  min-height: 0;
}

order-confirmation-guest {
  display: flex;
  justify-content: center;
  background-image: url(public/2a258a730054d87e.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: bottom;
  background-size: 758px 228px;
  background-position-x: calc(50% + 75px);
  min-height: 100%;
}
@media only screen and (max-width: 767px) {
  order-confirmation-guest {
    background-image: url(public/d3e9e30d8c87d4df.svg);
    background-size: calc(100% + 40px);
    background-position-y: bottom;
    background-position-x: -20px;
  }
}
order-confirmation-guest .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  width: 993px;
  margin-bottom: 77px;
}
order-confirmation-guest .content .navigation-link {
  align-self: flex-start;
}
order-confirmation-guest .content .header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 114px;
  width: 369px;
  background-image: url(public/a06e0c1106aaaf7f.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
}
order-confirmation-guest .content .header div {
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
  color: #633d81;
  font-size: 30px;
  padding: 0 40px;
  white-space: nowrap;
  cursor: default;
}
order-confirmation-guest .content .header div span {
  font-weight: 300;
  color: #49c57f;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
}
order-confirmation-guest .content h1 {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #49c57f;
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: inherit;
}
order-confirmation-guest .content .info {
  line-height: 18px;
  text-align: center;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
}
order-confirmation-guest .content .info a {
  color: #633d81;
  text-decoration: underline;
}
order-confirmation-guest .content satisfaction-form {
  display: block;
  margin-top: 40px;
}
order-confirmation-guest .content .action-cards {
  display: flex;
  justify-content: center;
  padding-top: 49px;
}
order-confirmation-guest .content .action-cards > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 215px;
  padding: 14px 9px 14px 16px;
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.2);
  border-radius: 6px;
  background: white;
  box-sizing: border-box;
}
order-confirmation-guest .content .action-cards > div:nth-child(2) {
  margin-left: 27px;
}
order-confirmation-guest .content .action-cards > div .title {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 12px;
}
order-confirmation-guest .content .action-cards > div .subtitle {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
order-confirmation-guest .content .action-cards .download .file-list {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 12px;
  font-weight: 500;
  width: 148px;
  height: auto;
  background: rgba(241, 241, 241, 0.7);
  border-radius: 5px;
  margin-top: 20px;
  padding: 12px 4px 2px 0;
  min-height: 40px;
  box-sizing: border-box;
}
order-confirmation-guest .content .action-cards .download .file-list > div {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  border-radius: 0 15px 15px 0;
  padding: 0 4px;
}
order-confirmation-guest .content .action-cards .download .file-list > div:hover {
  background: rgba(73, 197, 127, 0.1);
}
order-confirmation-guest .content .action-cards .download .file-list > div:hover:after {
  color: #49c57f;
}
order-confirmation-guest .content .action-cards .download .file-list > div:after {
  font-size: 16px;
  font-family: 'Material Icons';
  content: "file_download";
}
order-confirmation-guest .content .action-cards .share .subtitle {
  color: #666666;
}
order-confirmation-guest .content .action-cards .share input {
  margin-top: 22px;
  width: 190px;
  height: 36px;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  font-size: 15px;
  color: #666666;
  font-weight: 500;
  border: 1px solid rgba(112, 112, 112, 0.4);
  padding: 0 9px;
  box-sizing: border-box;
}
order-confirmation-guest .content .action-cards .share .md-button {
  text-transform: none;
}
order-confirmation-guest .content .columns {
  display: flex;
  flex-direction: row;
  width: 657px;
  justify-content: space-between;
}
order-confirmation-guest .content .columns > div {
  display: flex;
  flex-direction: column;
}
order-confirmation-guest .content .columns > div:first-child {
  width: 410px;
}
order-confirmation-guest .content .columns > div:first-child .info {
  text-align: left;
}
order-confirmation-guest .content .columns > div:first-child .info > div:first-child {
  margin-bottom: 15px;
}
order-confirmation-guest .content .columns > div:last-child {
  width: 215px;
}
order-confirmation-guest .content .columns satisfaction-form {
  margin-top: 0;
  width: 215px;
}
order-confirmation-guest .content .columns .action-cards {
  flex-direction: column;
  margin-right: 0;
  margin-top: 51px;
  padding-top: 0;
}
order-confirmation-guest .content .columns .action-cards > div {
  margin-bottom: 27px;
}
order-confirmation-guest .content .check-payment-instructions {
  width: 410px;
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.2);
  border-radius: 6px;
  background: white;
  padding: 20px 24px 16px 27px;
  box-sizing: border-box;
  margin-top: 37px;
}
order-confirmation-guest .content .check-payment-instructions h4 {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 15px;
  font-weight: 700;
}
order-confirmation-guest .content .check-payment-instructions .amount-info {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
}
order-confirmation-guest .content .check-payment-instructions .amount-info .highlight {
  color: #49c57f;
}
order-confirmation-guest .content .check-payment-instructions ul {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  padding-left: 17px;
}
order-confirmation-guest .content .check-payment-instructions .address {
  margin-top: 32px;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 25px;
}
order-confirmation-guest .content .check-payment-instructions .collective-end-date {
  background-color: rgba(229, 104, 104, 0.2);
  font-style: italic;
  display: flex;
  padding: 6px 6px 6px 16px;
  border-radius: 5px;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #E56868;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-top: 32px;
}
order-confirmation-guest .content .check-payment-instructions .collective-end-date > div:last-child {
  margin-left: 23px;
  background: white;
  border-radius: 5px;
  padding: 30px 33px;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #E56868;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 767px), only screen and (max-width: 767px) and (orientation : landscape) {
  order-confirmation-guest .navigation-link {
    margin-left: 18px;
  }
  order-confirmation-guest .content {
    width: 100%;
  }
  order-confirmation-guest .content .header {
    background-image: url(public/8ad7725d7fc991d4.svg);
  }
  order-confirmation-guest .content h1 {
    font-family: Roboto, " Helvetica Neue ", sans-serif;
    color: #49c57f;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-right: 40px;
    margin-left: 40px;
  }
  order-confirmation-guest .content .info {
    margin-right: 25px;
    margin-left: 25px;
    text-align: center;
    margin-bottom: 40px;
  }
  order-confirmation-guest .content satisfaction-form {
    width: 215px;
    margin-right: auto;
    margin-left: auto;
  }
  order-confirmation-guest .content .check-payment-instructions {
    box-shadow: none;
    width: 100%;
    padding: 0;
    margin-top: 30px;
    padding-top: 30px;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0.08), white 5%);
  }
  order-confirmation-guest .content .check-payment-instructions > * {
    padding-left: 44px;
    padding-right: 44px;
  }
  order-confirmation-guest .content .check-payment-instructions > ul {
    padding-left: 62px;
  }
  order-confirmation-guest .content .check-payment-instructions .collective-end-date {
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 15px;
  }
  order-confirmation-guest .content .check-payment-instructions .collective-end-date > div:last-child {
    margin-right: 14px;
    margin-left: 0;
    border-radius: 0;
  }
  order-confirmation-guest .content .check-payment-instructions:before {
    content: "";
    box-shadow: 0 -30px 30px 0px rgba(102, 102, 102, 0.15);
  }
  order-confirmation-guest .content .action-cards {
    box-shadow: 0 -30px 30px 0px rgba(102, 102, 102, 0.15);
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
  }
  order-confirmation-guest .content .action-cards > div {
    margin-bottom: 24px;
    margin-right: 0;
  }
  order-confirmation-guest .content .action-cards > div:nth-child(2) {
    margin-left: 0;
  }
}

.order-format-item {
  background-color: transparent;
  padding: 20px 29px;
}
.order-format-item .photo {
  width: 154px;
  height: 154px;
}
.order-format-item .photo img {
  max-width: 100%;
  max-height: 100%;
}
.order-format-item .format-info {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  display: none;
}
.order-format-item .format-info .price {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}
.order-format-item .format {
  padding-left: 30px;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
}
.order-format-item .format h3 {
  margin: 0;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 18px;
  font-weight: 700;
}
.order-format-item .format button.outline {
  margin: 0;
  font-size: 12px;
  text-transform: none;
  width: 148px;
}
.order-format-item .format .format-info {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .order-format-item .photo {
    width: 89px;
    height: 89px;
  }
  .order-format-item .format-info {
    margin-top: 20px;
    display: flex;
  }
  .order-format-item .format .format-info {
    display: none;
  }
}

.order-list-item {
  margin-top: 15px;
  background-color: white;
  height: 190px;
}
.order-list-item .photo {
  width: 152px;
  height: 152px;
}
.order-list-item .photo img {
  max-width: 100%;
  max-height: 100%;
}
.order-list-item .order-info {
  padding-left: 15px;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
.order-list-item .order-info h3 {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #49c57f;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  text-transform: capitalize;
}
.order-list-item .order-info .price {
  font-weight: 500;
}
.order-list-item .order-info .ribbon-info {
  width: 96px;
  height: 37px;
  background-color: #633d81;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: white;
  font-size: 10px;
  font-weight: 500;
  font-size: 9px;
  text-transform: uppercase;
  text-align: center;
  margin-right: 0;
}
.order-list-item .order-info .ribbon-info.grouped {
  background-color: rgba(99, 61, 129, 0.3);
  color: #633d81;
}
.order-list-item .order-status {
  height: 39px;
  background-color: #49c57f;
  text-align: center;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: white;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.order-list-item.awaiting-payment .order-info h3 {
  color: #E56868;
}
.order-list-item.awaiting-payment .order-info .ribbon-info {
  background-color: #E56868;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: white;
  font-size: 10px;
  font-weight: 400;
  text-transform: none;
  height: 55px;
}
.order-list-item.awaiting-payment .order-info .ribbon-info .date {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: white;
  font-size: 10px;
  font-weight: 500;
  margin-top: 6px;
}
.order-list-item.awaiting-payment .order-status {
  background-color: #E56868;
}
@media only screen and (max-width: 767px) {
  .order-list-item {
    height: 232px;
  }
  .order-list-item .photo {
    width: 117px;
    height: 193px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .order-list-item .photo img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .order-list-item .order-info {
    flex-direction: column;
  }
  .order-list-item .order-info .ribbon-info {
    align-self: flex-end;
    order: -1;
  }
}

#order-view-component {
  background-color: white;
  padding-top: 25px;
  min-height: calc(100% - 25px);
  background-image: url(public/2a258a730054d87e.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: bottom;
  background-size: 758px 228px;
}
#order-view-component a.navigation-link {
  padding-left: 20vw;
}
@media only screen and (max-width: 767px) {
  #order-view-component {
    background-image: url(public/d3e9e30d8c87d4df.svg);
    background-size: calc(100% + 40px);
    background-position-y: bottom;
    background-position-x: -20px;
  }
}
#order-view-component .container {
  margin: 30px auto;
}
#order-view-component .container .order-view {
  margin-top: 30px;
  min-height: 50vh;
  width: 675px;
  background-color: rgba(241, 241, 241, 0.5);
  padding: 20px 50px 82px;
}
#order-view-component .container .order-view .order {
  box-shadow: 0 0 5px #01010133;
  background-color: white;
}
#order-view-component .container .order-view .order hr {
  margin: 0 30px;
  border: none;
  border-bottom: 1px solid #707070;
}
#order-view-component .container .order-view .order .order-detail {
  padding: 29px;
}
#order-view-component .container .order-view .order .order-detail .value {
  font-weight: 500;
  font-style: normal;
}
#order-view-component .container .order-view .order .order-detail .order-detail-info > div:first-child {
  width: 277px;
}
#order-view-component .container .order-view .order .order-detail h3 {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
#order-view-component .container .order-view .order .order-detail .order-detail-check-layout {
  height: 130px;
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
}
#order-view-component .container .order-view .order .order-detail .order-detail-check-layout .order-detail-check-instructions {
  box-sizing: border-box;
  padding: 0 15px;
  width: 309px;
  background-color: rgba(229, 104, 104, 0.2);
}
#order-view-component .container .order-view .order .order-detail .order-detail-check-layout .order-detail-check-instructions h4 {
  color: #E56868;
  font-weight: 700;
  margin: 19px 0;
}
#order-view-component .container .order-view .order .order-detail .order-detail-check-layout .order-detail-check-instructions ul {
  padding-left: 15px;
  font-style: italic;
}
#order-view-component .container .order-view .order .order-detail .order-detail-check-layout .order-detail-check-delivery {
  box-sizing: border-box;
  text-align: center;
  padding: 15px;
  width: 206px;
  border: 1px solid rgba(229, 104, 104, 0.2);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#order-view-component .container .order-view .order .order-detail .order-detail-check-layout .order-detail-check-delivery .order-detail-check-delivery-address {
  margin-top: 19px;
  text-transform: uppercase;
}
#order-view-component .container .order-view .order .order-detail .order-detail-info-recap {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
}
#order-view-component .container .order-view .order .order-detail .order-detail-info-recap .value.awaitingPayment {
  color: #E56868;
}
#order-view-component .container .order-view .order .order-detail .order-detail-info-shipping {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
}
#order-view-component .container .order-view .order .order-detail .order-detail-info-shipping .grouped {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 15px;
  font-weight: 700;
}
#order-view-component .container .order-view .order .order-detail .order-detail-info-shipping .grouped > div {
  margin-bottom: 12px;
}
#order-view-component .container .order-view .order .order-detail .order-detail-info-shipping .grouped .delay {
  font-weight: 400;
}
#order-view-component .container .order-view .order .order-detail .order-detail-info-shipping .grouped .date {
  color: #49c57f;
}
@media only screen and (max-width: 767px) {
  #order-view-component h1 {
    font-size: 18px;
  }
  #order-view-component a.navigation-link {
    padding-left: 18px;
  }
  #order-view-component .container .order-view {
    padding: 20px 0 82px;
  }
  #order-view-component .container .order-view .order .order-detail .order-detail-check-layout {
    flex-direction: column;
    height: auto;
  }
  #order-view-component .container .order-view .order .order-detail .order-detail-check-layout .order-detail-check-instructions {
    width: 100%;
    min-height: 142px;
  }
  #order-view-component .container .order-view .order .order-detail .order-detail-check-layout .order-detail-check-delivery {
    width: 100%;
    min-height: 100px;
  }
  #order-view-component .container .order-view .order .order-detail .order-detail-info {
    flex-direction: column;
  }
}

.orders-list-component {
  background-color: white;
  padding-top: 25px;
  min-height: calc(100% - 25px);
  background-image: url(public/2a258a730054d87e.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: bottom;
  background-size: 758px 228px;
}
.orders-list-component a.navigation-link {
  padding-left: 20vw;
}
@media only screen and (max-width: 767px) {
  .orders-list-component {
    background-image: url(public/d3e9e30d8c87d4df.svg);
    background-size: calc(100% + 40px);
    background-position-y: bottom;
    background-position-x: -20px;
  }
}
.orders-list-component .container {
  margin: auto;
}
.orders-list-component .container .orders-list {
  margin-top: 30px;
  min-height: 50vh;
  width: 675px;
  background-color: rgba(241, 241, 241, 0.5);
  padding: 20px 50px 82px;
}
.orders-list-component .container .orders-list .orders-list-count {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #633d81;
  font-size: 15px;
  font-weight: 700;
}
.orders-list-component .container .orders-list .order {
  box-shadow: 0 0 5px #01010133;
  cursor: pointer;
}
.orders-list-component .container .orders-list .no-order {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  height: 100%;
  margin-top: 20vh;
}
@media only screen and (max-width: 767px) {
  .orders-list-component h1 {
    font-size: 18px;
  }
  .orders-list-component a.navigation-link {
    padding-left: 18px;
  }
  .orders-list-component .container .orders-list-count {
    padding: 0 18px;
  }
  .orders-list-component .container .orders-list {
    padding: 20px 0 82px;
  }
}

.profile-edit-component {
  background-color: white;
  padding-top: 25px;
  background-image: url(public/2a258a730054d87e.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: bottom;
  background-size: 758px 228px;
}
.profile-edit-component h2 {
  color: #49c57f;
  font-size: 29px;
  font-weight: normal;
}
.profile-edit-component form {
  max-width: 365px;
  margin: auto;
}
.profile-edit-component form md-input-container {
  margin: 0;
  padding: 0;
  height: 82px;
}
.profile-edit-component a.navigation-link {
  padding-left: 20vw;
}
.profile-edit-component button {
  width: 148px;
}
.profile-edit-component .message {
  color: #d50000;
}
.profile-edit-component .full-width {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .profile-edit-component h2 {
    font-size: 18px;
  }
  .profile-edit-component a.navigation-link {
    padding-left: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .profile-edit-component {
    background-image: url(public/d3e9e30d8c87d4df.svg);
    background-size: calc(100% + 40px);
    background-position-y: bottom;
    background-position-x: -20px;
  }
}
.profile-edit-component .container {
  width: 576px;
  margin: auto;
}
.profile-edit-component .container > *:not(h2) {
  width: 100%;
  background-color: rgba(241, 241, 241, 0.5);
  padding: 30px;
  margin-top: 30px;
}
.profile-edit-component .container h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: #633d81;
  margin: 0 0 40px;
  text-align: left;
}
.profile-edit-component .container form {
  max-width: 100%;
  width: 100%;
  text-align: left;
}
.profile-edit-component .container form .button-container {
  text-align: center;
}
.profile-edit-component div.md-errors-spacer {
  min-height: 0;
}

.forgot-password-client-component h2 {
  color: #49c57f;
  font-size: 29px;
  font-weight: normal;
}
.forgot-password-client-component form {
  max-width: 365px;
  margin: auto;
}
.forgot-password-client-component form md-input-container {
  margin: 0;
  padding: 0;
  height: 82px;
}
.forgot-password-client-component a.navigation-link {
  padding-left: 20vw;
}
.forgot-password-client-component button {
  width: 148px;
}
.forgot-password-client-component .message {
  color: #d50000;
}
.forgot-password-client-component .full-width {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .forgot-password-client-component h2 {
    font-size: 18px;
  }
  .forgot-password-client-component a.navigation-link {
    padding-left: 18px;
  }
}
.forgot-password-client-component .navigation-link-container {
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .forgot-password-client-component {
    padding: 18px;
  }
  .forgot-password-client-component a.navigation-link {
    padding-left: 0;
  }
}

.reset-password-client-component h2 {
  color: #49c57f;
  font-size: 29px;
  font-weight: normal;
}
.reset-password-client-component form {
  max-width: 365px;
  margin: auto;
}
.reset-password-client-component form md-input-container {
  margin: 0;
  padding: 0;
  height: 82px;
}
.reset-password-client-component a.navigation-link {
  padding-left: 20vw;
}
.reset-password-client-component button {
  width: 148px;
}
.reset-password-client-component .message {
  color: #d50000;
}
.reset-password-client-component .full-width {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .reset-password-client-component h2 {
    font-size: 18px;
  }
  .reset-password-client-component a.navigation-link {
    padding-left: 18px;
  }
}

account-guests {
  min-height: calc(100vh - 62px - 75px);
  display: flex;
  flex-direction: column;
  justify-content: start;
  background-color: rgba(241, 241, 241, 0.5);
  padding-bottom: 75px;
  background-image: url(public/2a258a730054d87e.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: bottom;
  background-size: 758px 228px;
}
@media only screen and (max-width: 767px) {
  account-guests {
    background-image: url(public/d3e9e30d8c87d4df.svg);
    background-size: calc(100% + 40px);
    background-position-y: bottom;
    background-position-x: -20px;
  }
}
account-guests h2 {
  color: #49c57f;
  font-size: 29px;
  font-weight: normal;
}
account-guests form {
  max-width: 365px;
  margin: auto;
}
account-guests form md-input-container {
  margin: 0;
  padding: 0;
  height: 82px;
}
account-guests a.navigation-link {
  padding-left: 20vw;
}
account-guests button {
  width: 148px;
}
account-guests .message {
  color: #d50000;
}
account-guests .full-width {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  account-guests h2 {
    font-size: 18px;
  }
  account-guests a.navigation-link {
    padding-left: 18px;
  }
}
account-guests h2 {
  transition: font-size 100ms ease-in;
}
account-guests h2.minimize {
  font-size: 18px;
  transition: font-size 125ms ease-in;
}
account-guests form .inputs-container {
  padding-top: 36px;
  opacity: 1;
  transition: opacity 125ms linear, max-height 125ms linear, min-height 125ms linear;
  overflow: hidden;
}
account-guests form .inputs-container.collapsed {
  padding-top: 0px;
  min-height: 0;
  max-height: 0;
  opacity: 0;
}
account-guests form .inputs-container md-input-container label,
account-guests form .inputs-container md-input-container label:not(.md-container-ignore) {
  margin-bottom: 9px;
}
account-guests form button {
  width: 148px;
}
account-guests .full-width {
  width: 100%;
}
account-guests a.navigation-link {
  background-color: white;
  padding-top: 25px;
}
account-guests .no-animation * {
  transition: none !important;
}
@media only screen and (max-width: 767px) {
  account-guests {
    min-height: calc(100vh - 40px - 75px);
  }
  account-guests h2 {
    font-size: 18px;
  }
  account-guests a.navigation-link {
    padding-left: 18px;
  }
}

.connection-help-modal .connection-help-modal-image {
  max-width: 100%;
}

.signin-user-guests-component {
  background-color: white;
  padding-bottom: 23px;
}
.signin-user-guests-component a.forgotPassword {
  font-size: 10px;
  color: #666666;
  text-decoration: underline;
  padding-left: 2px;
}
.signin-user-guests-component .inputs-container {
  min-height: 200px;
  height: 200px;
  max-height: 200px;
}
.signin-user-guests-component .input-password-container {
  position: relative;
}
.signin-user-guests-component .input-password-container .toggle-button {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .signin-user-guests-component {
    padding: 18px;
  }
}

.check-url-modal .check-url-modal-image {
  max-width: 100%;
}
.check-url-modal md-dialog-content {
  font-size: 16px;
}

.contact-offline-modal textarea {
  resize: vertical;
  width: 100%;
  min-height: 120px;
}

.signin-guests-component {
  height: 100vh;
  width: 100vw;
  margin: 0 auto;
  display: flex;
}
.signin-guests-component .left-side-img {
  height: 100%;
  position: absolute;
  width: calc(100% - 456px);
  justify-content: center;
  align-items: center;
  background: no-repeat center;
  background-size: cover;
}
.signin-guests-component .left-side-img.i0 {
  background-image: url(public/57ece1036e86c76d.jpg);
}
.signin-guests-component .left-side-img.i1 {
  background-image: url(public/8bc3c38aba537ace.jpg);
}
.signin-guests-component .left-side-img.i2 {
  background-image: url(public/f6cccea6f8dd410a.jpg);
}
.signin-guests-component .left-side-img.i2:before {
  content: "";
  background: url(public/f55f0d6e2ae933d2.svg) no-repeat;
  width: 250px;
  height: 250px;
  color: white;
  position: absolute;
  display: block;
  z-index: 1;
  left: 0;
  justify-content: center;
  align-items: center;
  bottom: 10vh;
}
.signin-guests-component .left-side-img.i2:after {
  background: #633d81;
  /* Old browsers */
  background: linear-gradient(135deg, #633d81 20%, #49c57f 80%);
  mix-blend-mode: multiply;
  opacity: 0.6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  text-align: center;
}
@supports (mix-blend-mode: screen) {
  .signin-guests-component .left-side-img.i2:after {
    opacity: 1;
  }
}
.signin-guests-component .left-side-img.i2 .slogan-wrapper {
  position: absolute;
  width: 100%;
  top: 45%;
  left: 0;
  z-index: 1;
}
.signin-guests-component .left-side-img.i2 .slogan-wrapper span {
  width: 25vw;
  text-align: center;
  margin: auto;
  display: block;
  color: white;
  font-weight: 600;
  line-height: 2rem;
  font-size: 1.5rem;
}
.signin-guests-component .left-side-img.i3 {
  background-image: url(public/757a0bfd8efd520e.jpg);
}
.signin-guests-component .left-side-img.i4 {
  background-image: url(public/d812177dfd79e348.jpg);
}
.signin-guests-component .left-side-img.i5 {
  background-image: url(public/ab0238febae92609.jpg);
}
.signin-guests-component .left-side-img.i6 {
  background-image: url(public/d25db2c57dd25cd7.jpg);
}
.signin-guests-component .left-side-img.i7 {
  background-image: url(public/479ef3d8701730c4.jpg);
}
.signin-guests-component .left-side-img.custom {
  background-image: url(/apig/background);
}
.signin-guests-component .left-side-img.imonfort {
  background-image: url(public/3e167ea5e36f4124.jpg);
}
.signin-guests-component .account-icon {
  text-align: center;
}
.signin-guests-component .account-icon md-icon {
  font-size: 60px;
  height: 60px;
  width: 60px;
  min-height: 60px;
  min-width: 60px;
}
.signin-guests-component .image {
  height: 100%;
}
.signin-guests-component .md-sidenav-right {
  height: 100%;
  width: 456px;
  max-width: 456px;
  overflow: visible;
}
.signin-guests-component .md-sidenav-right.default {
  background: white url(public/d82f1ac4383ebe62.svg) top left no-repeat;
}
.signin-guests-component .md-sidenav-right.default:before {
  content: "";
  display: block;
  background: url(public/d9bb4b95a30dfb60.svg) no-repeat;
  position: absolute;
  top: 65px;
  left: -20px;
  width: 40px;
  height: 30px;
}
.signin-guests-component .md-sidenav-right .content {
  padding: 0 38px;
}
.signin-guests-component .md-sidenav-right .content .sidenav-title {
  text-align: center;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
  color: #633d81;
  margin-bottom: 18vh;
  font-size: 2.5rem;
}
.signin-guests-component .md-sidenav-right .content .sidenav-title span {
  color: #49c57f;
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}
.signin-guests-component .md-sidenav-right .content .loginButton {
  margin: auto;
  display: block;
}
.signin-guests-component .md-sidenav-right .content .link-contact {
  margin: 33px auto 0 auto;
  text-align: center;
  display: block;
  font-size: 12px;
}
.signin-guests-component .md-sidenav-right .content .slidingFields {
  width: 100%;
  display: flex;
  overflow: hidden;
  min-height: 114px;
}
.signin-guests-component .md-sidenav-right .content .slidingFields > * {
  display: inline-block;
  width: 100%;
  color: #888888;
}
.signin-guests-component .md-sidenav-right .content .slidingFields md-input-container {
  margin-bottom: 0;
  min-width: 100%;
  padding: 0;
  box-sizing: border-box;
  transition: margin-left ease-out 300ms;
}
.signin-guests-component .md-sidenav-right .content .slidingFields md-input-container input {
  margin-top: 13px;
  border-width: 2px;
}
.signin-guests-component .md-sidenav-right .content .slidingFields.showEmailField > *:nth-child(1) {
  margin-left: -100%;
}
.signin-guests-component .md-sidenav-right .content .slidingFields.showEmailField > *:nth-child(2) {
  margin-left: 0;
}
.signin-guests-component .md-sidenav-right .content .slidingFields .emailInfo {
  color: rgba(0, 0, 0, 0.38);
  font-size: 10px;
  margin-bottom: 1em;
  padding-right: 1em;
  margin-top: 10px;
}
.signin-guests-component .md-sidenav-right .content .slidingFields label {
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
}
.signin-guests-component .md-sidenav-right .content .slidingFields .connection-help {
  position: absolute;
  right: 0;
  top: -15px;
  padding-bottom: 1px;
  font-size: 12px;
}
.signin-guests-component .md-sidenav-right .content .slidingFields .connection-help:hover {
  border-bottom: solid #49c57f 1px;
}
.signin-guests-component .md-sidenav-right .sidenav-footer {
  color: white;
  font-size: 12px;
  box-sizing: content-box;
}
.signin-guests-component .md-sidenav-right .sidenav-footer .logo {
  text-align: center;
  color: #666666;
  margin-bottom: 2px;
}
.signin-guests-component .md-sidenav-right .sidenav-footer .logo .logo-lumys {
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
  color: #633d81;
  font-size: 2rem;
}
.signin-guests-component .md-sidenav-right .sidenav-footer .logo .logo-scolaire {
  color: #49c57f;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}
.signin-guests-component .md-sidenav-right .sidenav-footer .md-button {
  background-color: #49c57f;
  height: 100%;
  min-height: 34px;
  line-height: 34px;
  margin: 0;
  font-weight: initial;
  text-transform: none;
  font-size: 12px;
  border-radius: 0;
}
.signin-guests-component .md-sidenav-right .sidenav-footer .md-button:nth-of-type(1) {
  background-color: #633d81;
}
.signin-guests-component .md-sidenav-right .sidenav-footer .cgu-link {
  text-align: center;
  padding: 6px 0;
}
.signin-guests-component .md-sidenav-right .sidenav-footer .cgu-link a {
  color: #666666;
}
.signin-guests-component .md-sidenav-right md-input-container label.md-no-float {
  transform: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
}
.signin-guests-component .md-sidenav-right md-input-container input#code {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .signin-guests-component .md-sidenav-right {
    width: 100%;
    max-width: 100%;
    background-position: top right;
    background-size: 75%;
  }
  .signin-guests-component .md-sidenav-right:before {
    display: none;
  }
  .signin-guests-component .content {
    padding: 0 17px;
  }
}
@media only screen and (max-width: 767px) and (orientation : landscape) and (max-device-height: 410px) {
  .signin-guests-component .md-sidenav-right {
    background-position: top right;
    background-size: 40%;
  }
  .signin-guests-component .md-sidenav-right .content .sidenav-title {
    margin-bottom: 1vh;
    font-size: 2.5rem;
  }
}
/**
*  Spécifique IE 11
 */
.ie-11 .signin-guests-component .md-sidenav-right {
  background-size: 100% 120px;
}

.signup-user-guests-component {
  background-color: transparent;
}
.signup-user-guests-component h2 {
  color: #633d81;
  margin-top: 42px;
}
.signup-user-guests-component .inputs-container {
  min-height: 430px;
  height: 430px;
  max-height: 430px;
}
@media only screen and (max-width: 767px) {
  .signup-user-guests-component {
    padding: 18px;
  }
}
.signup-user-confirmation {
  width: 400px;
  height: 400px;
}
.signup-user-confirmation md-content {
  background-color: white;
}
.signup-user-confirmation md-content .icon-happy {
  margin-top: 60px;
}
.signup-user-confirmation md-content .icon-happy img {
  width: 92px;
  height: 61px;
}
.signup-user-confirmation md-content h1 {
  margin-top: 34px;
  margin-bottom: 1px;
  font-weight: bold;
  width: 242px;
  text-align: center;
  text-transform: none;
}
.signup-user-confirmation md-content h1 .logo {
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
  color: #633d81;
  font-weight: normal;
}
.signup-user-confirmation md-content p {
  font-family: Roboto, " Helvetica Neue ", sans-serif;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  width: 267px;
  text-align: center;
  margin-bottom: 20px;
}

.version-check {
  position: fixed;
  top: 0;
  right: 0;
  height: 100px;
  z-index: 2000;
}
.version-check .panel {
  margin: 8px;
}
.version-check .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.version-check .subtitle {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.version-check .image {
  width: 80px;
  vertical-align: top;
  margin-left: 10px;
}
.version-check .version-check-button {
  clear: both;
  text-align: right;
  margin-top: 10px;
}

