/* < MOBILE */
/* < TABLETTE PORTRAIT */
/* < TABLETTE PAYSAGE > ORDINATEUR */
/* line 3, ../../sass/plugins/fancy.scss */
.fc-container .fancybox-bg {
  background: #1e1e1e;
}

/* line 7, ../../sass/plugins/fancy.scss */
.fancybox-is-open.fc-container .fancybox-bg {
  opacity: 0.95;
}

/* line 11, ../../sass/plugins/fancy.scss */
.fc-content {
  margin: 20px;
  max-width: 550px;
  padding: 50px;
  box-shadow: 10px 10px 60px -25px;
  border-radius: 4px;
}

/* line 19, ../../sass/plugins/fancy.scss */
.fc-content h3 {
  margin: 0 0 15px 0;
  font-size: 1.4rem;
  letter-spacing: normal;
  line-height: 22px;
  color: #2D2926;
  font-family: "Roboto Condensed", Verdana;
}

/* line 28, ../../sass/plugins/fancy.scss */
.fc-content p {
  color: #666;
  line-height: 20px;
}

/* line 33, ../../sass/plugins/fancy.scss */
.fc-content p.tright {
  text-align: right;
  margin-bottom: 0;
}

/* line 38, ../../sass/plugins/fancy.scss */
.fc-content p:last-child {
  margin-bottom: 0;
}

/* line 42, ../../sass/plugins/fancy.scss */
.fc-content .button {
  vertical-align: bottom;
  max-width: 130px;
  margin-left: 15px;
}

/* line 48, ../../sass/plugins/fancy.scss */
.fc-content .button:first-of-type {
  margin-left: 0;
}

/* Custom animation */
/* line 53, ../../sass/plugins/fancy.scss */
.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
  transform: translateY(-60px) scale(1.1);
  opacity: 0;
}

/* line 59, ../../sass/plugins/fancy.scss */
.fancybox-fx-material.fancybox-slide--current {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* line 64, ../../sass/plugins/fancy.scss */
.fc-confirm .fancybox-close-small, .fc-alert .fancybox-close-small {
  width: 48px;
  height: 48px;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

/* line 74, ../../sass/plugins/fancy.scss */
.fc-confirm .fancybox-close-small:after, .fc-alert .fancybox-close-small:after {
  top: 14px !important;
  left: 14px !important;
  outline: none;
  border: 2px solid grey;
  line-height: 28px;
  outline: none;
}

/* line 83, ../../sass/plugins/fancy.scss */
.fc-confirm .fancybox-close-small:focus:after, .fc-alert .fancybox-close-small:focus:after {
  outline: none;
}

/* line 90, ../../sass/plugins/fancy.scss */
.fc-container.fancybox-can-drag .fancybox-content {
  cursor: default;
}
/* line 95, ../../sass/plugins/fancy.scss */
.fc-container .fc-notif {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 98, ../../sass/plugins/fancy.scss */
.fc-container .fc-notif .fancybox-close-small {
  display: none;
}
/* line 102, ../../sass/plugins/fancy.scss */
.fc-container .fc-notif > p:first-of-type {
  margin-top: 0;
}
/* line 106, ../../sass/plugins/fancy.scss */
.fc-container .fc-notif.error {
  border: 2px solid #FA0029;
}
/* line 110, ../../sass/plugins/fancy.scss */
.fc-container .fc-notif.valid {
  border: 2px solid #01E9C1;
  background-color: #01E9C1;
  color: white;
  box-shadow: none;
}
/* line 116, ../../sass/plugins/fancy.scss */
.fc-container .fc-notif.valid p {
  color: white;
}
