@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

p {
  margin: 0 0 10px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

strong, .b {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}

#wrapper {
  background: #fff;
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 52px;
  }
}

.content {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (min-width: 768px) {
  .content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .content {
    width: 980px;
  }
  .content.narrow {
    width: 780px;
  }
}
@media (min-width: 1200px) {
  .content {
    width: 1020px;
  }
  .content.narrow {
    width: 780px;
  }
}
.xcontainer {
  width: 100%;
}

/* GRILLE BOOTSTRAP */
.row {
  margin-right: -10px;
  margin-left: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (max-width: 480px) {
  .col-tn-1, .col-tn-2, .col-tn-3, .col-tn-4, .col-tn-5, .col-tn-6, .col-tn-7, .col-tn-8, .col-tn-9, .col-tn-10, .col-tn-11, .col-tn-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col-tn-12 {
    width: 100%;
  }

  .col-tn-11 {
    width: 91.66666667%;
  }

  .col-tn-10 {
    width: 83.33333333%;
  }

  .col-tn-9 {
    width: 75%;
  }

  .col-tn-8 {
    width: 66.66666667%;
  }

  .col-tn-7 {
    width: 58.33333333%;
  }

  .col-tn-6 {
    width: 50%;
  }

  .col-tn-5 {
    width: 41.66666667%;
  }

  .col-tn-4 {
    width: 33.33333333%;
  }

  .col-tn-3 {
    width: 25%;
  }

  .col-tn-2 {
    width: 16.66666667%;
  }

  .col-tn-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.color {
  color: #dd802d !important;
}

.color_bis {
  color: #555;
}

.bgcolor {
  background-color: #dd802d;
}

.exp {
  font-style: italic;
  color: #666;
}

.information {
  font-style: italic;
  background-image: url("../ui/sign_info_24.png");
  background-repeat: no-repeat;
  background-position: left 7px;
  padding: 8px 30px;
  color: #666;
  line-height: 22px;
}

.no-border, .no-border:hover {
  border: 0 !important;
}

.container.nopadding {
  padding: 0;
}

.padding {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.clear {
  clear: both;
}

img {
  border: 0;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #DDD;
}

.circle {
  border-radius: 50%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.margin {
  margin: 0 15px;
}

.big_margin {
  margin: 0 150px;
}

.shadow {
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.35);
}

.error {
  color: red;
}

.s_spacer {
  display: block;
  height: 0.375em;
}

.m_spacer {
  display: block;
  height: 1.125em;
}

.l_spacer {
  display: block;
  height: 2.5em;
}

.xl_spacer {
  display: block;
  height: 4.375em;
}

.xxl_spacer {
  display: block;
  height: 6.875em;
}

.transition {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.barre {
  text-decoration: line-through;
}

.ln:hover {
  text-decoration: underline;
  cursor: pointer;
}

.lnc {
  color: #54A0D6;
}

.lnc:hover {
  color: #7BBDEC;
}

.u {
  text-decoration: underline;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.display_none {
  display: none;
}

.display_block {
  display: block;
}

.nobg {
  background: transparent !important;
}

.transparent {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.box-alert {
  padding: 15px;
  background: #EEE;
  font-size: 14px;
  width: 100%;
  z-index: 2000;
  text-align: center;
  font-style: italic;
}

.box-alert.success {
  color: #222;
}

.box-alert.error {
  color: #c70b0b;
}

#cookieMsgBox {
  font-size: 12px;
  line-height: 16px;
  background: #EEE;
  padding: 5px 3px;
}

#cookieMsgBox p {
  margin: 0;
  padding: 0;
}

#cookieMsgBox p img {
  vertical-align: -5px;
  margin: 0 4px;
  cursor: pointer;
}

.puce {
  height: 15px;
  width: 15px;
  display: inline-block;
  background: url(../ui/puce.png);
  background-repeat: no-repeat;
  margin-right: 3px;
  margin-top: 5px;
  cursor: pointer;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 8px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #dd802d;
}

input:focus + .slider {
  box-shadow: 0 0 1px #dd802d;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

section.cmd {
  min-height: 50vh;
}

section.cmd nav.tunnel {
  background: #3D3D3D;
  color: #FFF;
  text-align: left;
  width: 100%;
}

section.cmd nav.tunnel a {
  display: inline-block;
  width: 10%;
  text-align: center;
  padding: 10px;
  color: #6e6e6e;
}

section.cmd div.wrapper {
  padding: 20px 40px;
}

section.cmd.type div.left {
  width: 60%;
  max-width: 330px;
}

section.cmd.type div.right {
  width: 40%;
}

section.cmd table.tabcmd {
  width: 100%;
  border-collapse: collapse;
}

section.cmd table.tabcmd .field {
  position: relative;
}

section.cmd table.tabcmd tr td:first-child {
  width: 50%;
}

section.cmd table.tabcmd tr td, section.cmd table.tabcmd tr td {
  padding-top: 3px;
  padding-bottom: 3px;
}

.cmdtype_rightcont {
  margin-top: 10px;
}

.autoover {
  display: none;
}

.autohide {
  position: relative;
}

.autohide div.autoover {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  background-color: #fff;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
}

section.cmd .cmd-error-label {
  background-color: #f00;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  width: 28px;
  z-index: 999;
}

section.cmd div.adrlist label {
  display: block;
  background-color: #ffffff;
  padding: 5px 10px 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DDD;
}

section.cmd.ship div.left {
  width: 50%;
  padding-right: 50px;
}

section.cmd.ship div.right {
  width: 50%;
  border-left: 1px solid #e2e2e2;
  padding-left: 50px;
}

#bloc_liste_adresse input[type=radio] {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

#bloc_liste_adresse .adrlist .adr_content {
  float: left;
}

/* PAGE MERCI */
section.cmd.end h1.cmdstatus {
  font-size: 24px;
  font-variant: small-caps;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

section.cmd.end h1.cmdstatus.failure {
  color: #f00;
}

section.cmd.end h1.cmdstatus.success {
  color: #0bb6d6;
}

section.cmd.end table.tabcmd.cheque, section.cmd.end table.tabcmd.virement {
  border-collapse: collapse;
  max-width: 500px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f4f4f4;
}

section.cmd.end table.tabcmd.cheque tr td, section.cmd.end table.tabcmd.virement tr td {
  padding: 3px;
  border: 1px solid #e2e2e2;
}

section.cmd.end .ulpayfail {
  padding-left: 15px;
  list-style-type: square;
}

.merci_etape_titre {
  color: #0bb6d6;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 20px;
  padding-bottom: 5px;
}

.merci_bloc p {
  font-family: Arial;
  font-size: 13px;
  margin-top: 0;
}

.merci_recap {
  font-family: Arial;
  font-size: 12px;
  margin-top: 10px;
  border-collapse: collapse;
}

.merci_recap td {
  padding: 5px 10px;
}

.merci_print {
  text-align: center;
  border: 1px solid #ccc;
  width: 100px;
  border-radius: 8px;
  padding: 5px;
  margin-top: 30px;
  float: left;
}

.merci_print p {
  margin: 9px;
  text-transform: uppercase;
}

.merci_bloc {
  width: 500px;
  float: left;
}

/* RECAP & PAIEMENT */
section.cmd .paylist label {
  cursor: pointer;
  border-radius: 0;
  display: block;
  line-height: 24px;
  margin: 0;
  border-bottom: 1px solid #DDD;
  background: #FFF;
  padding: 8px 6px 6px;
  transition: none;
  font-size: 14px;
  font-weight: 500;
  color: #252525;
}

section.cmd .paylist label:hover {
  background-color: #EEE;
}

section.cmd .paylist label.selected {
  background: #4abdec;
  color: #fff;
}

section.cmd .paylist label > img {
  float: right;
  margin-right: 5px;
  margin-top: 2px;
}

section.cmd .paylist label > input[type=radio] {
  vertical-align: -2px;
  margin-right: 4px;
}

.bank_mode {
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #E2E2E2;
  padding: 10px;
  border-radius: 5px;
}

#cgvdivid {
  text-align: right;
  margin-top: 20px;
}

#cgvdivid a, #cgvdivid.active a {
  text-decoration: underline;
}

#cgvdivid.active {
  color: #3a9e0e;
}

/* PANIER */
.tunnel .panier_etape {
  padding: 12px 20px;
  text-transform: uppercase;
  background-color: #EEE;
  border: 1px solid #CCC;
  width: 20%;
}

.tunnel .panier_etape.done {
  background-color: #82A5CB;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  border: 1px solid #527091;
}

table.panier {
  margin-top: 20px;
}

table.panier th {
  text-align: left;
  padding-left: 10px;
  font-weight: normal;
  font-size: 13px;
  padding-bottom: 3px;
}

table.panier tr.product td {
  vertical-align: middle;
  padding: 5px 10px;
  border: 1px solid #CCC;
  background: #FFFFFF;
}

table.panier .panart_designation {
  font-weight: bold;
}

table.panier .panart_qty {
  width: 50px;
  text-align: center;
  border: 1px solid #CCC;
}

table.panier .product .panart_total {
  font-weight: bold;
}

table.panier .total .pan_libelle {
  text-align: right;
  padding: 5px 10px;
  background: #EEE;
}

table.panier .total .pan_prix {
  text-align: right;
  padding: 5px 10px;
}

table.panier .total .pan_prix, table.panier .total .pan_libelle {
  border: 1px solid #CCC;
}

table.panier .total_panier {
  font-size: 16px;
  font-weight: bold;
}

table.panier .total_panier .tva {
  color: #444;
  font-weight: normal;
  font-size: 11px;
}

table.panier tr.product .panart_delete {
  width: 32px;
  padding: 0;
  text-align: center;
}

table.panier tr.product .panart_delete > a {
  background: #dba8a8;
  color: #FFF;
}

.pan_next {
  background: #FFC200;
  text-transform: uppercase;
  border: 1px solid #C0B07D;
  border-radius: 2px;
  font-weight: bold;
  color: #2c2a24;
  box-shadow: inset 0px 2px 4px rgba(255, 255, 255, 0.7);
}

.pan_next:hover {
  background: #FFD318;
}

.pan_prev {
  background: #EEE;
  border: 1px solid #D1D1D1;
  border-radius: 2px;
  font-weight: bold;
  color: #444;
  box-shadow: inset 0px 2px 4px rgba(255, 255, 255, 0.7);
}

.pan_prev:hover {
  border: 1px solid #BBB;
  background: #E1E1E1;
}

.pan_reduction {
  padding: 15px;
  display: inline-block;
  border: 1px solid #AAA;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cmd_footer {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pan_content {
  position: relative;
}

.panier_vide {
  text-align: center;
  color: #000;
  padding: 100px 0;
  background: url(../ui/panier_vide.png) center 185px no-repeat;
  font-size: 24px;
}

/* TUNNEL */
nav.tunnel div.triangle {
  position: absolute;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #000;
  border-top: 20px solid transparent;
  height: 0;
  width: 0;
  background-color: transparent;
  top: -4px;
  left: 0;
}

nav.tunnel div.triangle.dcl {
  left: -1px;
  border-left: 20px solid #fff;
}

nav.tunnel div.trcont {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
}

.autohide div.autoover {
  color: #AAA;
  padding-left: 8px;
  padding-right: 8px;
  max-width: 270px;
  background-image: url("../img/edit_16_gr.png");
  background-repeat: no-repeat;
  background-position: right 9px;
  border-bottom: 1px solid #EEE;
  line-height: 36px;
  font-size: 13px;
}

.autohide div.autoover:hover {
  color: #54A0D6;
  background-image: url("../img/edit_16.png");
  background-repeat: no-repeat;
  background-position: right 6px;
  border-bottom: 1px solid #AAA;
}

section.cmd div.adrlist label .btn.pan_next {
  margin-top: 14px;
}

section.cmd table.tabcmd td {
  min-height: 34px;
  vertical-align: middle;
}

section.cmd nav.tunnel div.triangle.dcl {
  border-left: 20px solid #DDD;
}

section.cmd nav.tunnel {
  background: #DDD;
  color: #FFF;
  padding: 0;
  overflow: hidden;
  margin: 0px;
}

section.cmd nav.tunnel span {
  display: inline-block;
}

section.cmd nav.tunnel .done a {
  color: #FFF;
}

section.cmd nav.tunnel .done {
  background: #4abdec;
}

section.cmd nav.tunnel .done a + .trcont .triangle.dcl {
  border-left: 30px solid #4abdec;
}

section.cmd nav.tunnel .done a + .trcont .triangle {
  border-left: 30px solid #4abdec;
}

section.cmd nav.tunnel .current {
  background: #4abdec;
  margin-left: -4px;
}

section.cmd nav.tunnel .current a + .trcont .triangle.dcl {
  border-left: 30px solid #4abdec;
}

section.cmd nav.tunnel .current a + .trcont .triangle {
  border-left: 30px solid #4abdec;
}

section.cmd nav.tunnel a {
  color: #FFF;
  padding: 20px 0;
  padding-left: 46px;
  text-align: left;
  width: 138px;
}

section.cmd nav.tunnel div.trcont {
  width: 0;
  height: 30px;
}

section.cmd nav.tunnel div.triangle.dcl {
  border-left: 30px solid #DDD;
}

section.cmd nav.tunnel div.triangle {
  border-left: 30px solid #FFF;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

section.cmd.type div.left, section.cmd.type div.right {
  width: 50%;
}

section.cmd.ship div.left {
  padding-right: 30px;
}

section.cmd.ship div.right {
  padding-left: 30px;
}

/* Tunnel de commande, affichage étroit */
.tunnel nav.menu, #main.tunnel .top_search {
  display: none;
}

.tunnel .container {
  max-width: 900px;
}

.tunnel section.cmd .container {
  background: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tunnel {
  background-color: #EEE;
}

#id_email_result > span {
  margin: 0;
  display: block;
  padding: 8px 30px 5px;
  font-size: 12px;
}

section.account .sidebar {
  width: 200px;
  background-color: #EFF5F9;
  margin-right: 30px;
  margin-bottom: 50px;
}

section.account .sidebar li {
  padding: 10px;
  border-bottom: 1px solid #FFF;
  vertical-align: middle;
  position: relative;
  padding-left: 45px;
}

section.account .sidebar svg {
  position: absolute;
  left: -2px;
  top: 6px;
  height: 28px;
}

section.account .sidebar li.selected svg {
  fill: #FFF;
}

section.account .sidebar li svg {
  fill: #34495E;
}

section.account .sidebar li.selected {
  background: #34495E;
  color: #FFF;
}

section.account .content {
  width: 770px;
  margin-bottom: 20px;
}

section.account .recap_profile {
  background-color: #EDEDED;
  padding: 12px 15px;
  width: 350px;
  border-radius: 10px;
}

section.account .recap_profile p, section.account .recap_profile h3 {
  margin-bottom: 3px;
}

section.account .lastcom {
  padding: 10px 15px;
  padding-left: 136px;
  border: 0;
  height: 130px;
  position: relative;
  width: 500px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  overflow: hidden;
}

section.account .lastcom .illu {
  background-image: url("../ui/package.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 130px;
  width: 120px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #EDEDED;
}

section.account .lastcom h3 {
  margin-bottom: 5px;
}

section.account .lastcom .line {
  margin-bottom: 2px;
}

section.account .lastcom .line.price {
  color: #666;
}

section.account .statut.wait {
  text-transform: uppercase;
  color: #D89C2D;
}

section.account .recap_commandes .com {
  margin-left: 5px;
}

.wrapper .block_center {
  padding: 40px;
}

.block_center {
  display: table;
  margin: auto;
}

.wrapper .block_collapse_left {
  margin: 0;
  padding-right: 45px;
  float: left;
  width: 50%;
}

section.account .wrapper .block_collapse_right {
  margin-top: 35px;
  padding-left: 45px;
  padding-bottom: 5px;
  border-left: 1px solid #555;
  text-align: center;
}

.wrapper .block_collapse_right {
  padding-left: 10px;
  float: left;
  width: 50%;
}

.btn_group .btn {
  min-width: 200px;
}

@media (max-width: 768px) {
  section.account .sidebar, section.account .content {
    width: 100%;
    padding: 0;
  }

  section.account .recap_profile, section.account .lastcom {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  section.account .recap_profile, section.account .lastcom {
    padding: 10px;
  }
  section.account .recap_profile .illu, section.account .lastcom .illu {
    display: none;
  }
}
@font-face {
  font-family: "ecommerce";
  src: url("../fonts/ecommerce.eot");
  src: url("../fonts/ecommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/ecommerce.woff") format("woff"), url("../fonts/ecommerce.ttf") format("truetype"), url("../fonts/ecommerce.svg#ecommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon, .done-list li::before, .menu_left ul li.cat_menu_active::before, [data-icon]:before,
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "ecommerce" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-icon]:before,
[class^=icon-]:before,
[class*=" icon-"]:before {
  content: attr(data-icon);
}

.ic {
  vertical-align: -2px;
}

.icon-truck:before {
  content: "a";
}

.icon-banknote:before {
  content: "b";
}

.icon-bubble:before {
  content: "c";
}

.icon-bulb:before {
  content: "d";
}

.icon-calendar:before {
  content: "e";
}

.icon-clip:before {
  content: "f";
}

.icon-camera:before {
  content: "g";
}

.icon-cloud:before {
  content: "h";
}

.icon-data:before {
  content: "i";
}

.icon-display:before {
  content: "j";
}

.icon-eye:before {
  content: "k";
}

.icon-note:before {
  content: "l";
}

.icon-t-shirt:before {
  content: "m";
}

.icon-study:before {
  content: "n";
}

.icon-news:before {
  content: "o";
}

.icon-music:before {
  content: "p";
}

.icon-star:before {
  content: "q";
}

.icon-stack:before {
  content: "r";
}

.icon-megaphone:before {
  content: "s";
}

.icon-mail:before {
  content: "t";
}

.icon-sound:before {
  content: "u";
}

.icon-shop:before {
  content: "v";
}

.icon-lock:before {
  content: "w";
}

.icon-location:before {
  content: "x";
}

.icon-settings:before {
  content: "y";
}

.icon-search:before {
  content: "z";
}

.icon-like:before {
  content: "A";
}

.icon-lab:before {
  content: "B";
}

.icon-photo:before {
  content: "C";
}

.icon-iphone:before {
  content: "D";
}

.icon-key:before {
  content: "E";
}

.icon-heart:before {
  content: "F";
}

.icon-pen:before {
  content: "G";
}

.icon-params:before {
  content: "H";
}

.icon-fire:before {
  content: "J";
}

.icon-paperplane:before {
  content: "K";
}

.icon-tag:before {
  content: "I";
}

.icon-trash:before {
  content: "L";
}

.icon-tv:before {
  content: "M";
}

.icon-vallet:before {
  content: "N";
}

.icon-video:before {
  content: "P";
}

.icon-vynil:before {
  content: "Q";
}

.icon-world:before {
  content: "R";
}

.icon-left-open:before {
  content: "S";
}

.icon-right-open:before {
  content: "T";
}

.icon-down-open:before {
  content: "U";
}

.icon-up-dir:before {
  content: "V";
}

.icon-down-dir:before {
  content: "X";
}

.icon-plus-circled:before {
  content: "Y";
}

.icon-plus:before {
  content: "Z";
}

.icon-right-dir:before {
  content: "0";
}

.icon-left-dir:before {
  content: "1";
}

.icon-arrow-combo:before {
  content: "2";
}

.icon-block:before {
  content: "3";
}

.icon-attention:before {
  content: "4";
}

.icon-ccw:before {
  content: "5";
}

.icon-download:before {
  content: "6";
}

.icon-folder:before {
  content: "7";
}

.icon-forward:before {
  content: "8";
}

.icon-link:before {
  content: "9";
}

.icon-up-open:before {
  content: "W";
}

.icon-up-open-big:before {
  content: "!";
}

.icon-right-open-big:before {
  content: '"';
}

.icon-left-open-big:before {
  content: "#";
}

.icon-down-open-big:before {
  content: "$";
}

.icon-credit-card:before {
  content: "%";
}

.icon-doc-text-inv:before {
  content: "&";
}

.icon-home:before {
  content: "'";
}

.icon-home-1:before {
  content: "(";
}

.icon-thumbnails:before {
  content: ")";
}

.icon-package:before {
  content: "*";
}

.icon-search-1:before {
  content: "+";
}

.icon-chevron-down:before {
  content: ",";
}

.icon-chevron-left:before {
  content: "-";
}

.icon-chevron-right:before, .menu_left ul li.cat_menu_active:before {
  content: ".";
}

.icon-chevron-up:before {
  content: "/";
}

.icon-dash:before {
  content: ":";
}

.icon-check:before {
  content: ";";
}

.icon-gear:before {
  content: "<";
}

.icon-location-1:before {
  content: "=";
}

.icon-link-external:before {
  content: ">";
}

.icon-primitive-dot:before {
  content: "?";
}

.icon-primitive-square:before {
  content: "@";
}

.icon-triangle-up:before {
  content: "[";
}

.icon-triangle-right:before {
  content: "]";
}

.icon-triangle-down:before {
  content: "^";
}

.icon-x:before {
  content: "_";
}

.icon-settings-1:before {
  content: "`";
}

.icon-issue-opened:before {
  content: "|";
}

.icon-clock:before {
  content: "}";
}

.icon-hourglass:before {
  content: "~";
}

.icon-gift:before {
  content: "\\";
}

.icon-lock-1:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-category:before {
  content: "";
}

.icon-calendar-1:before {
  content: "";
}

.icon-1814100-credit-card-paym:before {
  content: "";
}

.icon-cart-shopping-1:before {
  content: "";
}

.icon-card:before {
  content: "";
}

.icon-pricetag:before {
  content: "";
}

.icon-pricetags:before {
  content: "";
}

.icon-user:before {
  content: "O";
}

.icon-caddie-shopping-streamline:before {
  content: "";
}

.icon-lock-locker-streamline:before {
  content: "";
}

.icon-locker-streamline-unlock:before {
  content: "";
}

.icon-settings-streamline-2:before {
  content: "";
}

.icon-map-pin-streamline:before {
  content: "";
}

.icon-user-circle:before {
  content: "";
}

.icon-user-circle-outline:before {
  content: "";
}

.icon-checkmark-circled:before, .done-list li:before {
  content: "";
}

.icon-checkmark:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-close-circled:before {
  content: "";
}

.icon-android-more-vertical:before {
  content: "";
}

.icon-android-more-horizontal:before {
  content: "";
}

.icon-alert-circled:before {
  content: "";
}

.icon-android-alert:before {
  content: "";
}

.icon-android-add-circle:before {
  content: "";
}

.icon-android-cancel:before {
  content: "";
}

.icon-android-cart:before {
  content: "";
}

.icon-credit-card-1:before {
  content: "";
}

.icon-record:before {
  content: "";
}

.icon-stop:before {
  content: "";
}

.icon-star-empty:before {
  content: "";
}

.icon-star-1:before {
  content: "";
}

.icon-heart-empty:before {
  content: "";
}

.icon-heart-1:before {
  content: "";
}

.icon-bag:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-phone-1:before {
  content: "";
}

.icon-mail-1:before {
  content: "";
}

.icon-phone-1:before {
  content: "";
}

.icon-mail-2-outline:before {
  content: "";
}

.icon-mail-2:before {
  content: "";
}

.icon-beer:before {
  content: "";
}

.icon-ios-pint:before {
  content: "";
}

.icon-ios-pint-outline:before {
  content: "";
}

.icon-coffee-streamline:before {
  content: "";
}

.icon-settings-streamline-1:before {
  content: "";
}

.icon-cup:before {
  content: "";
}

.icon-diamond:before {
  content: "";
}

.icon-food:before {
  content: "";
}

.icon-clock-1:before {
  content: "";
}

.icon-information-circled:before {
  content: "{";
}

.icon-help-circled:before {
  content: "";
}

.icon-help:before {
  content: "";
}

.icon-information:before {
  content: "";
}

.icon-right-open-mini:before {
  content: "";
}

.icon-left-open-mini:before {
  content: "";
}

/****************** FORMULAIRES (INPUT) *******************/
input:focus {
  outline: 0;
}

.form_input {
  height: 34px;
  margin: 5px 0;
  padding: 5px 7px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 14px;
  vertical-align: middle;
  color: #555555;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form_input:focus {
  border-color: #66afe9;
  outline: 0;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.5);
}

.form_input_addon {
  height: 34px;
  line-height: 30px;
  font-weight: 600;
}

select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #e2e2e2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.bank-selector {
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #E2E2E2;
  padding: 10px;
  transition: background 0.5s;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.bank-selector input[type=radio] {
  display: none;
}
.bank-selector .bank-title {
  font-size: 15px;
  display: block;
}
.bank-selector .bank-detail {
  padding-left: 10px;
  flex: 2;
}
.bank-selector .bank-logo {
  flex: 1;
  max-width: 130px;
}
.bank-selector .bank-logo img {
  width: 100%;
}
@media (max-width: 320px) {
  .bank-selector {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .bank-selector .bank-detail {
    padding: 10px 0;
  }
}

/* FORMULAIRES */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 2px;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.field.disabled .form_input {
  cursor: not-allowed;
  background: #EEE;
  border: 0;
  box-shadow: none;
}

table.form tr td {
  padding: 4px;
}

.form .form_label {
  padding-right: 15px;
  color: #666;
  font-weight: 700;
  text-align: right;
}

.form .field {
  padding: 5px 0px;
}

.form_input_group {
  display: inline-block;
}

.form_input_group label {
  margin-right: 5px;
}

.form_input_group input[type=checkbox],
.form_input_group input[type=radio] {
  vertical-align: -2px;
}

.form_input {
  display: inline-block;
  width: 270px;
  padding: 2px 10px;
  max-width: 100%;
  margin-bottom: 0;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b5b5b5;
  border-radius: 1px;
  font-size: 13px;
  color: #555;
  font-weight: normal;
  line-height: 1.75;
  vertical-align: middle;
  height: 36px;
  text-align: left;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form_input:focus {
  border: 1px solid #A2C5E0;
  outline: 0;
  -webkit-box-shadow: 0 0 6px rgba(102, 175, 233, 0.4);
  -box-shadow: 0 0 6px rgba(102, 175, 233, 0.4);
}

.form_input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form_input:-ms-input-placeholder {
  color: #999;
}

.form_input::-webkit-input-placeholder {
  color: #999;
}

.form_input[disabled],
.form_input[readonly],
fieldset[disabled] .form_input {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

textarea.form_input {
  height: auto;
  padding: 8px;
  max-width: 100%;
  width: 100%;
}

.form_group {
  margin: 4px 0;
}

.form_group .label {
  display: block;
  width: 100%;
  margin: 2px;
}

.form_group .label-inline {
  display: inline-block;
  width: 200px;
  text-align: right;
  padding-right: 10px;
}

.form_group .form_input {
  width: 100%;
}

.form_input_addon {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: normal;
  line-height: 32px;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 36px;
  margin-left: -3px;
}

.form_input_addon.error {
  background: #e74c3c;
  color: #FFF;
  border: 1px solid #f00;
}

.form_input_addon:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.form_input_addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.form_input_addon + .form_input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form_input_addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -5px;
  z-index: 1;
  position: relative;
  outline: 0;
}

.field .form_input_addon:last-child {
  position: absolute;
  margin-left: -22px;
}

.form_input_group.addon .form_input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 2;
  position: relative;
}

.sign_error {
  background-image: url("../ui/sign_error_24.png");
  background-position: left;
  background-repeat: no-repeat;
  color: #c0392b;
}

.sign_check {
  background-image: url("../ui/sign_check_24.png");
  background-position: left;
  background-repeat: no-repeat;
  color: #27ae60;
}

/* BOUTONS */
.btn {
  display: inline-block;
  padding: 6px 12px 5px;
  outline: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-lg {
  padding: 10px 16px;
  font-size: 1.2em;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 2px 5px 1px;
  font-size: 0.9em;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-add {
  background-color: #c70b0b;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
  border-bottom: 2px solid #a70b0b;
  border-right: 1px solid #a70b0b;
  text-shadow: 1px 1px 1px #a70b0b;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.btn-add:hover {
  background-color: #e52f27;
  color: #FFF;
}

.btn-valid {
  background-color: #58BB65;
  border-bottom: 2px solid #4C9C57;
  color: #FFF;
}

.btn-valid:hover {
  background-color: #6BC778;
  color: #FFF;
}

.btn-error {
  background-color: #e74c3c;
  border-bottom: 2px solid #C5473A;
  color: #FFF;
}

.btn-error:hover {
  background-color: #F76A5B;
  border-bottom: 2px solid #C75347;
  color: #FFF;
}

.btn_simple {
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 5px 10px;
  border: 1px solid #BB681E;
  text-shadow: 1px 1px 1px #BB681E;
  color: #FFF;
  background-color: #dd802d;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.btn_simple:hover,
.btn_accueil:hover,
.btn_simple:focus,
.btn_accueil:focus {
  background: #E1924A;
  color: #FFF;
}

.btn_accueil {
  font-size: 17px;
  letter-spacing: 0.06em;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 15px 8px;
  font-family: kameron;
  border: 1px solid #dd802d;
  text-shadow: 1px 1px 1px #BB681E;
  color: #ffffff;
  margin-top: 18px;
  background: #dd802d;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  border-radius: 2px;
  width: 180px;
}

.btn_rmv {
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid #B34040;
  text-shadow: 1px 1px 1px #A23B3B;
  color: #FFF;
  background-color: #DF5A5A;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.btn_rmv:hover {
  background: #DF6F6F;
}

.btn_warning {
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid #BD8A1F;
  text-shadow: 1px 1px 1px #9C520E;
  color: #FFF;
  background-color: #DA9937;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.btn_warning:hover {
  background: #DEA550;
}

.btn_valid {
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 4px 12px 3px 12px;
  border-bottom: 2px solid #E09628;
  border-right: 1px solid #E09628;
  text-shadow: 1px 1px 1px #E09628;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 2px;
  color: #FFF;
  background-color: #fda624;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.btn_valid:hover,
.btn_valid:focus {
  background: #FEB649;
  border-bottom: 2px solid #E99E2F;
  border-right: 1px solid #E99E2F;
  color: #FFF;
}

.btn_valid:active {
  box-shadow: none;
  top: 1px;
  position: relative;
  color: #FFF;
}

.btn_gr {
  margin: 4px 0;
  padding: 5px 10px;
  border: 1px solid #dcdcdc;
  text-shadow: 1px 1px 0 #ffffff;
  font-size: 14px;
  color: #666;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
  background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
  background-color: #f9f9f9;
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#e9e9e9");
}

.btn_gr img {
  vertical-align: -3px;
}

.btn_gr:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
  background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
  background-color: #e9e9e9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9e9e9", endColorstr="#f9f9f9");
}

.btn_large {
  width: 200px;
  margin: 28px auto 0;
  border: 1px solid #F59B2A;
  height: 37px;
  line-height: 38px;
  border-radius: 7px;
  padding: 0px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  font-family: Arial;
  letter-spacing: 1px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  background-color: #fda624;
}

.btn_large:hover {
  background: #FEB649;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* HEADER */
#header {
  width: 100%;
  padding-top: 15px;
  background-repeat: no-repeat;
  background-position: 5px 12px;
}
@media (max-width: 768px) {
  #header {
    height: 52px;
    padding: 0px;
    background: none;
    position: fixed;
    z-index: 2000;
  }
}
#header .header-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 600;
}
@media (max-width: 768px) {
  #header .header-wrapper {
    background: #fff;
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.2);
    padding-left: 5px;
    padding-right: 5px;
  }
  #header .header-wrapper > div {
    padding: 10px 5px;
  }
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

nav.menu li {
  float: left;
}

nav.menu li a {
  line-height: 1.42857143;
}

.arbo {
  font-size: 16px;
  margin: 0px;
  padding: 20px 0px;
}

.arbo li {
  display: inline;
}

.arbo li::after {
  content: " › ";
  margin: 0 2px;
}

.arbo li:hover a {
  text-decoration: underline;
}

.arbo li:last-child::after {
  content: "";
}

#logo {
  max-width: 100%;
  margin: 0px auto;
  flex: 1;
}
@media (max-width: 768px) {
  #logo {
    margin: 0;
  }
}

.logo_brasserie {
  position: absolute;
  margin-left: -5px;
}

#title {
  font-family: Kameron;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
}

#sub-title {
  font-family: Kameron;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin: 0px 44px;
  text-transform: initial;
}

#lampe-container {
  height: 0;
  z-index: 40;
}
#lampe-container #lampe-inner {
  top: -15px;
  right: -26px;
  width: 525px;
  margin: 0;
  position: absolute;
  text-align: center;
}
#lampe-container #lampe-inner > img {
  z-index: 50;
  position: relative;
}
#lampe-container #lampe-inner::before {
  content: "";
  display: block;
  background: url(../img/light.png);
  width: 525px;
  height: 367px;
  position: absolute;
  top: 162px;
  z-index: 5;
  opacity: 0;
  animation: flashLightOn 4s 0.9s infinite;
  transition: all 0.16s;
}
@media (max-width: 992px) {
  #lampe-container {
    display: none;
  }
}

@keyframes flashLightOn {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0.8;
  }
  6% {
    opacity: 0;
  }
  8% {
    opacity: 0;
  }
  10% {
    opacity: 0.7;
  }
  12% {
    opacity: 0;
  }
  16% {
    opacity: 0.8;
  }
  19% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* MENU BURGER */
#burger-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#burger-menu .burger-menu-content {
  margin-top: -2px;
  width: 20px;
  height: 20px;
  position: relative;
}
#burger-menu .burger-menu-content > div {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0);
  transition: 0.15s ease-in-out;
}
#burger-menu .burger-menu-content > div:nth-child(1) {
  top: 3px;
}
#burger-menu .burger-menu-content > div:nth-child(2), #burger-menu .burger-menu-content > div:nth-child(3) {
  top: 9px;
}
#burger-menu .burger-menu-content > div:nth-child(4) {
  top: 15px;
}
#burger-menu.open .burger-menu-content > div:nth-child(1), #burger-menu.open .burger-menu-content > div:nth-child(4) {
  top: 9px;
  width: 0;
  left: 50%;
}
#burger-menu.open .burger-menu-content > div:nth-child(2) {
  transform: rotate(45deg);
}
#burger-menu.open .burger-menu-content > div:nth-child(3) {
  transform: rotate(-45deg);
}

/* SOCIAL */
.top_social {
  position: absolute;
  top: 20px;
  right: 10px;
}
@media (max-width: 768px) {
  .top_social {
    position: relative;
    top: 0;
    right: 0;
  }
}

.top_social a:hover {
  color: #4FC058;
}

.top_social .social {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.top_social p {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  margin-right: 5px;
  margin-bottom: 0;
  color: #ccc;
}

.top_social .social:hover {
  background-color: #fff;
}

.top_social .facebook {
  background-image: url(../img/social_round.png);
  background-position: 0 30px;
}

.top_social .facebook:hover {
  background-image: url(../img/social_round.png);
  background-position: 0 0px;
}

.top_social .twitter {
  background-image: url(../img/social_round.png);
  background-position: -30px 30px;
}

.top_social .twitter:hover {
  background-image: url(../img/social_round.png);
  background-position: -30px 0px;
}

.top_social .googleplus {
  background-image: url(../img/social_round.png);
  background-position: 60px 30px;
}

.top_social .googleplus:hover {
  background-image: url(../img/social_round.png);
  background-position: 60px 0;
}

.top_social .pinterest {
  background-image: url(../img/social_round.png);
  background-position: 30px 30px;
}

.top_social .pinterest:hover {
  background-image: url(../img/social_round.png);
  background-position: 30px 0;
}

/* MENU */
#menu {
  font-family: Raleway;
  font-weight: 600;
  font-size: 15px;
  color: #555;
}
#menu .menu-wrapper {
  padding-top: 40px;
  padding-bottom: 12px;
}

.menu_cell {
  display: inline-block;
  z-index: 100;
  position: relative;
}

.menu_cell:hover a {
  color: #000;
  text-decoration: none;
}

.menu_cell.menu_cell_selected a {
  color: #c70b0b;
}

.nav {
  float: left;
}

.nav_right {
  float: right;
}

.menu_cell a {
  padding: 0px 15px;
  border-right: 1px solid #777;
  color: #555;
}

.menu_cell:first-child a {
  padding-left: 0;
}

.menu_cell:last-child a {
  border: 0;
  padding-right: 0;
}

@media (max-width: 768px) {
  #title {
    font-size: 24px;
    text-align: left;
  }

  #sub-title {
    font-size: 16px;
    margin: 0;
    text-align: left;
  }

  #menu {
    background: #fff;
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.2);
    position: fixed;
    overflow: hidden;
    top: 52px;
    z-index: 500;
    margin: 0;
    width: 100%;
    left: 0;
    right: 0;
    transition-property: transform, opacity;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
    opacity: 0;
    transform: translateY(-100%) scale(0.75);
    transform-origin: center;
  }
  #menu.open {
    opacity: 1;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(0%);
  }
  #menu .menu-wrapper {
    padding: 0;
  }
  #menu .nav, #menu .nav_right {
    display: block;
    float: none;
    width: 100%;
    padding: 1rem;
  }
  #menu .nav .menu_cell, #menu .nav_right .menu_cell {
    display: block;
    border: 0;
  }
  #menu .nav .menu_cell a, #menu .nav_right .menu_cell a {
    padding: 10px 0;
    display: block;
    text-align: center;
    border: 0;
  }
  #menu .nav {
    padding-bottom: 1rem;
  }
  #menu .nav_right {
    padding-top: 1rem;
    border-top: 1px solid #ddd;
  }
}
@media (max-width: 320px) {
  #sub-title {
    display: none;
  }
}
h1 {
  margin: 0;
}

body {
  font-family: "Raleway", "Helvetica Neue", "Arial", sans-serif;
  font-size: 13px;
  color: #222;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.tree_h1 {
  font-family: "Raleway", "Helvetica Neue", "Arial", sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #333;
  text-transform: initial;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.titre_etape {
  font-family: "Raleway", "Helvetica Neue", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  text-transform: initial;
  text-align: left;
  margin-top: 1px;
  margin-bottom: 20px;
}

.subtitle {
  margin-top: -16px;
  margin-bottom: 20px;
  font-size: 14px;
}

.tree_h1 + .subtitle {
  font-size: 16px;
}

h2 {
  font-family: "Raleway", "Helvetica Neue", "Arial", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-transform: initial;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
}

input[type=radio] {
  vertical-align: -1px;
}

.content_tab {
  padding-top: 20px;
}

/* SLIDER */
#slider {
  height: 383px;
  background: url(../img/ban.jpg);
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #slider {
    margin-left: -10px;
    margin-right: -10px;
  }
}

#light {
  background: url(../img/light.png);
  width: 525px;
  height: 367px;
  position: absolute;
  margin-left: 514px;
  margin-top: 35px;
}

.bottle-index {
  float: left;
  height: 383px;
  width: 550px;
  position: absolute;
  display: block;
}

.bottle-index img {
  -moz-transition: -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  max-height: 100%;
}

.texte-index, .texte-index h1 {
  margin-top: 160px;
  font-size: 28px;
  font-family: Raleway;
  z-index: 100;
  position: relative;
  font-weight: 400;
  line-height: 37px;
}

.texte-index a:hover {
  color: #dd802d;
}

.texte-index a.btn:hover {
  color: #fff;
}

.right-index {
  text-align: center;
  float: right;
  width: 425px;
  height: 383px;
  margin-right: 25px;
}

@media (max-width: 992px) {
  .right-index {
    margin-right: 0;
  }

  #slider, #bottleindex {
    height: 250px;
  }

  .texte-index, .texte-index h1 {
    margin-top: 60px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
  }

  #bottleindex {
    max-width: 100%;
  }
  #bottleindex .bottle-index-hide {
    display: none;
  }
}
@media (max-width: 768px) {
  .right-index {
    float: none;
    margin: auto;
    height: auto;
    width: 100%;
    text-align: center;
  }

  #bottleindex {
    display: none;
  }
}
/* CONTENU */
.grid-section-home {
  text-align: center;
  margin-left: -5px;
  margin-right: -5px;
}

.grid-item {
  width: 33.3333%;
  height: 195px;
  margin: 0;
  float: left;
  vertical-align: top;
  padding: 5px;
}
.grid-item > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 15px;
  transition: background 0.35s;
  -webkit-transition: background 0.35s;
  -moz-transition: background 0.35s;
}
@media (max-width: 992px) {
  .grid-item {
    height: 162px;
  }
}
@media (max-width: 768px) {
  .grid-item {
    height: 150px;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .grid-item {
    height: 120px;
  }
}
.grid-item .grid-libelle {
  font-family: Raleway;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  line-height: 1.3;
  display: inline-block;
  text-align: center;
  margin: auto;
}
@media (max-width: 768px) {
  .grid-item .grid-libelle {
    background: #000;
    padding: 5px;
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .grid-item .grid-libelle {
    font-size: 16px;
  }
}
.grid-item #grid-design .grid-libelle {
  background: #000;
  color: #fff;
  text-shadow: none;
  font-weight: 600;
  padding: 5px;
}
@media (max-width: 768px) {
  .grid-item #grid-design .grid-libelle {
    background: #dd802d;
    color: #fff;
  }
}

.grid-item-etiquettes {
  margin: 0px;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.grid-section-etiquette {
  float: left;
  width: 750px;
  max-width: 100%;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .grid-section-etiquette {
    width: 700px;
  }
}
@media (max-width: 992px) {
  .grid-section-etiquette {
    padding: 0;
    width: 100%;
  }
}

.grid-section-etiquette-r {
  float: right;
  width: 250px;
  max-width: 100%;
}
@media (max-width: 992px) {
  .grid-section-etiquette-r {
    float: none;
    width: 100%;
  }
}

.grid-item-etiquettes img {
  width: 100%;
  vertical-align: top;
}

.grid-section-etiquette-r .grid-item-etiquettes {
  display: inline-block;
  width: 123px;
}
@media (max-width: 480px) {
  .grid-section-etiquette-r .grid-item-etiquettes {
    width: 100%;
    margin: 5px 0;
  }
}

#grid-sport {
  background-image: url(../img/grid-sport.jpg);
  background-size: 100%;
  background-position: center;
}

#grid-fete {
  background-image: url(../img/grid-fete.jpg);
  background-size: 100%;
  background-position: center;
}

#grid-restaurant {
  background-image: url(../img/grid-restaurant.jpg);
  background-size: 100%;
  background-position: center;
}

#grid-amis {
  background-image: url(../img/grid-amis.jpg);
  background-size: 100%;
  background-position: center;
}

#grid-entreprise {
  background-image: url(../img/grid-entreprise.jpg);
  background-size: 100%;
  background-position: center;
}

#grid-design {
  background-image: url(../img/grid-design.jpg);
  background-size: 100%;
  background-position: center;
}

#grid-sport:hover, #grid-fete:hover, #grid-restaurant:hover, #grid-amis:hover, #grid-entreprise:hover, #grid-design:hover {
  background-size: 115%;
  filter: url(filters.svg#desat);
  filter: gray;
  -webkit-filter: grayscale(0.7);
}

.item-diy:hover {
  filter: url(filters.svg#desat);
  filter: gray;
  -webkit-filter: grayscale(0.7);
}

.item-diy {
  background: #f7f8f3 url(../img/grid-design.jpg) no-repeat top;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  height: 190px;
}
.item-diy.high {
  background-position: bottom;
  justify-content: flex-start;
  height: 320px;
}
.item-diy .actbg {
  font-size: 15px;
}

.item-diy p, .item-diy > strong {
  font-size: 21px;
  color: #000;
  text-shadow: none;
  font-weight: 600;
  text-align: center;
  margin: 0;
  letter-spacing: 0.68px;
  line-height: 26px;
  font-family: Raleway;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.actbg {
  background: #000;
  color: #fff;
  padding: 5px 7px;
}
.actbg.color {
  background: #dd802d;
  color: #fff !important;
}

.grid_item_commander {
  margin: 0;
  display: inline-block;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  background: #fff;
  max-width: 100%;
  width: 208px;
  height: 238px;
}
.grid_item_commander .main {
  display: block;
  object-fit: cover;
}
.grid_item_commander .secondary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  object-fit: contain;
  width: 100%;
  transition: all 0.6s;
  transform: translateY(10px);
}
.grid_item_commander .main, .grid_item_commander .secondary {
  max-width: 100%;
  height: 100%;
  margin: auto;
}
@media (max-width: 992px) {
  .grid_item_commander {
    width: 228px;
    height: 261px;
  }
}
@media (max-width: 768px) {
  .grid_item_commander {
    width: 228px;
    height: 261px;
  }
}
@media (max-width: 480px) {
  .grid_item_commander {
    width: auto;
    height: auto;
  }
  .grid_item_commander .main {
    height: auto;
  }
}

.grid_item_commander:hover {
  box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.19);
  z-index: 150;
  transform: scale(1.05);
}
.grid_item_commander:hover .secondary, .grid_item_commander:hover p {
  opacity: 1;
  transform: translateY(0px);
}

.grid_item_commander p {
  background: #2f3238;
  color: #fff;
  padding: 10px 8px;
  bottom: 0;
  position: absolute;
  margin: 0;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(20px);
}

.eti-associate {
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.eti-associate .item {
  width: 20%;
  padding: 5px 10px;
  float: left;
}
.eti-associate .item .grid_item_commander {
  height: 202px;
}
@media (min-width: 1200px) {
  .eti-associate .item .grid_item_commander {
    height: 212px;
  }
}
@media (max-width: 992px) {
  .eti-associate .item {
    width: 25%;
  }
  .eti-associate .item .grid_item_commander {
    height: 192px;
  }
}
@media (max-width: 768px) {
  .eti-associate .item {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .eti-associate .item {
    width: 50%;
  }
  .eti-associate .item .grid_item_commander {
    height: auto;
  }
}
@media (max-width: 320px) {
  .eti-associate .item {
    width: 100%;
  }
}

/* Grille etiquettes */
.grid-wrap {
  clear: both;
  margin: 0 auto;
  padding: 0;
  max-width: 750px;
}

.grid {
  padding: 0;
  min-height: 500px;
  list-style: none;
  margin: 30px -7px;
}

.grid li {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin-bottom: 15px;
  width: 33.3333%;
}
@media (max-width: 768px) {
  .grid li {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .grid li {
    width: 100%;
  }
}

.title-box h3 {
  color: #FFF;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
}

.eti-bottom {
  display: block;
  margin: 0px;
  padding: 10px 12px;
  background: #2E3444;
  position: relative;
  z-index: 100;
}

.eti-bottom span {
  font-size: 11px;
  font-weight: 100;
  color: #D3EEE2;
}

.title-box h3 a {
  display: block;
  font-weight: 900;
}

.title-box h3 a:hover {
  color: #FFF;
}

.grid li > a,
.grid li img {
  display: block;
  outline: none;
  max-width: 100%;
}

.grid li > a {
  position: relative;
  overflow: hidden;
  margin: 7px;
}

.grid li img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}

.grid li:hover img {
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
}

.content_doublesidebar {
  width: 500px;
  float: left;
}

.content_small {
  width: 380px;
  float: left;
}

.content_medium {
  width: 500px;
  max-width: 100%;
  float: left;
}

.main_content {
  flex: 2;
}
.main_content .etape_content {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .main_content .etape_content {
    padding: 15px 0;
    flex-direction: column;
  }
  .main_content .etape_content #preview_prototype {
    flex-basis: auto;
  }
}

.tricols {
  display: flex;
  flex-direction: row;
}
.tricols > div {
  width: auto;
}
.tricols .central {
  padding-right: 35px;
  flex: 1;
}
@media (max-width: 992px) {
  .tricols .central {
    padding: 0 25px 0 0;
  }
}
@media (max-width: 768px) {
  .tricols {
    flex-direction: column;
  }
  .tricols .central {
    padding: 0;
  }
}

.doublecols {
  display: flex;
  flex-direction: row;
}
.doublecols .colright {
  padding-left: 30px;
  flex: 1;
}
@media (max-width: 768px) {
  .doublecols {
    flex-direction: column;
  }
  .doublecols .colright {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .content_medium, .content_right, .content_small, .content_doublesidebar {
    width: 100%;
    float: none;
  }
}
.content_right .livrcond {
  float: right;
  display: block;
}

.content_right.livrcond_cont {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .content_right.livrcond_cont {
    flex-direction: row;
    align-items: flex-start;
  }
}

.small_sep {
  border-bottom: 1px solid #ddd;
  box-shadow: 0 1px 0 #fff;
  margin-top: 5px;
}

.block-item {
  width: auto;
  border-top: 1px solid #333;
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  padding: 15px 0px;
}

.block-item img {
  float: left;
  margin-right: 15px;
}

.block-libelle {
  font-family: "Raleway", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 500;
  color: #111;
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 8px;
}

.tribus .block-libelle {
  padding: 3px 6px;
  background: #000;
  color: #fff;
  display: inline-block;
  margin-bottom: 8px;
}

.block-description {
  line-height: 20px;
  text-align: justify;
  color: #222;
}

.cmdbg {
  background: #eceeed;
  padding: 10px;
}

.eti-diy-desktop {
  display: block;
}
@media (max-width: 992px) {
  .eti-diy-desktop {
    display: none;
  }
}

.eti-diy-mobile {
  display: none;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .eti-diy-mobile {
    display: block;
  }
}
.eti-diy-mobile .or {
  text-align: center;
  margin-top: 25px;
  position: relative;
}
.eti-diy-mobile .or::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #ccc;
  top: 12px;
  width: 60%;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 15;
}
.eti-diy-mobile .or span {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #CCC;
  background: #fff;
  padding: 5px;
  z-index: 16;
  position: relative;
}

.selecteur_commande {
  text-align: left;
  background-image: url(../img/logo_grid.jpg);
  background-repeat: no-repeat;
  background-position: 93% 93%;
  padding: 5px 5px 10px;
}
.selecteur_commande > div {
  padding: 5px 5px 0;
}
.selecteur_commande > div > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .selecteur_commande {
    background: none;
    padding: 0;
  }
  .selecteur_commande > div {
    padding: 6px 4px;
  }
}

.selecteur_commande .grid-item {
  text-align: center;
}

.line_black {
  border: 0;
  border-top: 1px solid #888;
  margin-top: 20px;
  margin-bottom: 20px;
}

.resume_section {
  background: #f4f4f4;
  padding: 0;
  margin: 30px 0;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .resume_section .resume_illu > img {
    height: 100%;
    object-fit: cover;
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .resume_section .resume_illu {
    text-align: center;
  }
  .resume_section .resume_illu > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .resume_section {
    flex-direction: column;
  }
  .resume_section.reverse {
    flex-direction: column-reverse;
  }
}
.resume_section .annonce {
  right: 0;
  top: 0;
  padding: 15px;
  font-size: 1.2em;
  font-weight: bold;
  color: #c70b0b;
  position: absolute;
}

.resume {
  padding: 30px 40px;
  width: 100%;
  flex: 2;
}
@media (max-width: 768px) {
  .resume {
    padding: 20px;
  }
}

.resume h2 {
  margin: 5px 0px 12px;
}

.resume_titre {
  font-family: Raleway;
  font-weight: 500;
  font-size: 24px;
  color: #333;
}

.resume_text {
  font-family: Raleway;
  font-size: 15px;
  font-weight: 500;
  color: #555;
  line-height: 23px;
  text-align: justify;
}

.resume_text a {
  color: #dd802d;
  text-decoration: underline;
  cursor: pointer;
}

.resume_section .resume_text {
  line-height: 1.55;
}

.menu_left {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .menu_left {
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .menu_left {
    display: none;
  }
}
@media (max-width: 768px) {
  .menu_left {
    float: none;
    display: block;
    position: relative;
    width: 100%;
  }
}

.content_medium ul li {
  margin: 2px 0;
}

.menu_left ul {
  padding: 0;
  margin: 0;
  color: #444;
}

.menu_left ul li {
  padding: 5px 0px;
  list-style: none;
  text-transform: initial;
  font-family: "Raleway", "Helvetica Neue", "Arial", sans-serif;
  position: relative;
}

.title_menu_left {
  font-weight: 600;
  padding: 5px 0px;
  list-style: none;
  color: #222;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", "Arial", sans-serif;
}

.menu_left ul li.cat_menu_active {
  color: #dd802d;
  font-weight: bold;
}
.menu_left ul li.cat_menu_active::before {
  padding-right: 10px;
  font-size: 18px;
  color: #dd802d;
  left: -18px;
  position: absolute;
  top: 4px;
}

.menu_left ul li .new {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
  color: red;
  letter-spacing: 0.01em;
  position: absolute;
  margin-left: 5px;
}

.menu_left ul .cat_menu_diy {
  color: #c70b0b !important;
}

.img_select_menu_left {
  position: absolute;
  margin-left: -18px;
  margin-top: 7px;
}

.cat_menu {
  cursor: pointer;
}

.cat_menu:hover {
  color: #000;
}

.done-list {
  margin-bottom: 8px;
}
.done-list li {
  list-style-type: none;
  padding: 3px 0;
}
.done-list li::before {
  padding-right: 8px;
  font-size: 18px;
  vertical-align: -4px;
  color: #4abdec;
}

.consigne {
  font-weight: bold;
  font-family: "Raleway", "Helvetica Neue", "Arial", sans-serif;
  font-size: 14px;
}

.txt_presentation_biere {
  padding: 15px 0px;
}

/* PERSONNALISATION ETIQUETTES */
.perso_color {
  width: 40px;
  height: 40px;
  float: left;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 3px;
  border: 2px solid #fff;
  transition: background 0.4s;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
}

.perso_color:hover {
  transition: background 0.1s;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
}

.perso_color_active {
  border: 2px solid #000;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6);
}

#perso_color_yellow {
  background-color: #b79100;
}

#perso_color_yellow:hover {
  background-color: #EABB00;
}

#perso_color_black {
  background-color: #000;
}

#perso_color_black:hover {
  background-color: #111;
}

#perso_color_red {
  background-color: #c51426;
}

#perso_color_red:hover {
  background-color: #EA3143;
}

#perso_color_green {
  background-color: #738c30;
}

#perso_color_green:hover {
  background-color: #9FC047;
}

#perso_color_blue {
  background-color: #9AC3F7;
}

#perso_color_blue:hover {
  background-color: #BED9FA;
}

#perso_color_brown {
  background-color: #2c1803;
}

#perso_color_brown:hover {
  background-color: #391900;
}

.fields_action {
  margin-top: 20px;
}
.fields_action a {
  margin-right: 10px;
}
.fields_action .btn {
  margin-top: 0;
}
@media (max-width: 768px) {
  .fields_action {
    display: none;
    margin: 0;
  }
}

#entrer_texte {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #entrer_texte {
    margin-bottom: 20px;
  }
}

#entrer_texte input {
  width: 300px;
  max-width: calc(100% - 50px);
  margin-left: 3px;
  margin-bottom: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #bbb;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  #entrer_texte input {
    width: 100%;
  }
}

.prev_step {
  float: left;
  text-align: center;
  margin-top: 100px;
  width: 105px;
}
@media (max-width: 768px) {
  .prev_step {
    margin: 0;
    float: none;
  }
}

.next_step span, .next_step a {
  color: #777;
  font-size: 12px;
  font-family: Raleway;
}
.next_step span.nextLibelle, .next_step a.nextLibelle {
  display: block;
}

.next_step a:hover {
  text-decoration: underline;
}

#livraison table td, #connexion table td {
  padding-right: 10px;
}

#connexion {
  margin-top: 80px;
}

#etiquette_view, #bottle_view {
  text-align: center;
}
@media (max-width: 768px) {
  #etiquette_view, #bottle_view {
    display: inline-block;
    vertical-align: top;
  }
}

#zoomindic {
  font-size: 12px;
  margin: 10px 0;
}

#bottle_view img {
  max-width: 100%;
  max-height: 450px;
}
@media (max-width: 768px) {
  #bottle_view img {
    max-height: 380px;
  }
}
@media (max-width: 480px) {
  #bottle_view img {
    max-height: 300px;
  }
}

#bottle_view {
  width: 120px;
  float: right;
}
@media (max-width: 1200px) {
  #bottle_view {
    max-width: 40%;
  }
}
@media (max-width: 768px) {
  #bottle_view {
    float: none;
    margin: 0;
  }
}
@media (max-width: 320px) {
  #bottle_view {
    display: none;
  }
}

#etiquette_view {
  width: 250px;
  margin-top: 30px;
  float: left;
}
#etiquette_view > a {
  display: block;
}
@media (max-width: 1200px) {
  #etiquette_view {
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  #etiquette_view {
    float: none;
    max-width: 60%;
    margin-top: 20px;
    text-align: center;
    margin: auto;
    padding-right: 0px;
  }
}
@media (max-width: 480px) {
  #etiquette_view {
    margin-top: 20px;
  }
}
@media (max-width: 320px) {
  #etiquette_view {
    max-width: 100%;
  }
}

#etiquette_view img {
  width: 100%;
  box-shadow: 0 3px 22px -1px rgba(0, 0, 0, 0.2);
  position: relative;
  display: block;
  border-radius: 6px;
}

#preview_prototype {
  position: relative;
  display: block;
  text-align: center;
  width: 375px;
  height: 480px;
  float: right;
  overflow: hidden;
  flex-basis: 375px;
}
#preview_prototype #etiquette_view {
  padding-right: 10px;
}
@media (max-width: 1200px) {
  #preview_prototype {
    width: 360px;
    flex-basis: 360px;
  }
  #preview_prototype #etiquette_view {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  #preview_prototype {
    width: 100%;
    display: block;
    float: none;
    height: 400px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  #preview_prototype {
    height: 320px;
  }
}
@media (max-width: 320px) {
  #preview_prototype {
    min-height: 250px;
    height: auto;
  }
}

#upload_status {
  padding: 15px;
  border: 1px solid #BBB;
  margin: 8px 0;
}
@media (max-width: 768px) {
  #upload_status {
    padding: 0;
    text-align: left;
    margin-top: 15px;
    display: inline-block;
    border: 0;
    float: left;
  }
}

#preview_prototype #load_bar {
  position: absolute;
  margin-top: 50%;
  display: block;
  text-align: center;
  width: 410px;
  height: 30px;
  float: right;
}

@media (max-width: 768px) {
  .next_step {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.2);
    text-align: right;
  }
}
#btnMajMobile {
  font-size: 14px;
  margin-top: 8px;
}

.btn_next {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 8px 30px 6px 30px;
  border: 1px solid #DA9D00;
  border-bottom: 2px solid #DA9D00;
  text-shadow: 1px 1px 1px #DA9D00;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: bold;
  border-radius: 2px;
  color: #FFF;
  background-color: #ffb415;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-size: 17px;
  opacity: 1;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (max-width: 768px) {
  .btn_next {
    font-size: 15px;
  }
}

.btn_next:hover,
.btn_next:focus {
  background-color: #ffc13e;
  color: #FFF;
}

.btn_next:disabled {
  opacity: 0.5;
  cursor: auto;
}

#btnFin.disable {
  background: #CCC;
  border: 1px solid #BBB;
  border-bottom: 2px solid #BBB;
  text-shadow: none;
  color: #EEE;
}

#dropfile {
  width: 300px;
  height: 50px;
  border: 3px dashed #BBBBBB;
  line-height: 50px;
  text-align: center;
  display: block;
}

#resp_img_container {
  text-align: center;
  margin-bottom: 10px;
  width: 300px;
  max-width: 300px;
  padding-top: 20px;
  flex-basis: 300px;
}

.image-fill-options {
  width: 262px;
  max-width: 100%;
  float: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0;
}
.image-fill-options > div {
  padding: 5px;
}
.image-fill-options > div.label {
  flex: 1;
  cursor: pointer;
}
.image-fill-options > div.switch {
  flex-basis: 60px;
}

.diy-format {
  font-size: 11px;
  border: 1px solid #999;
  padding: 3px 4px 2px;
  line-height: 1;
  border-radius: 2px;
  margin-right: 3px;
}

#resp_img {
  border: 4px dashed #D2D2D2;
  height: 298px;
  max-height: 100%;
  width: 262px;
  max-width: 100%;
  text-align: center;
  transition: all 0.3s;
  float: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 2px;
}
#resp_img.highlight {
  border-color: #444;
}
#resp_img img {
  max-width: 100%;
  max-height: 300px;
  border-radius: 5px;
}
#resp_img .upload-init {
  background: url(../img/cloud_storage.svg) no-repeat center top;
  padding: 90px 0 20px;
  background-size: 80px;
}
#resp_img .upload-init p {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 4px;
}
#resp_img .upload-init span, #resp_img .upload-init label {
  font-size: 13px;
}

@media (max-width: 768px) {
  #resp_img_container {
    float: none;
    width: 100%;
    margin: auto;
    padding-top: 20px;
  }

  #resp_img, .image-fill-options {
    float: none;
    margin: auto;
  }
}
/* FOOTER */
#footer {
  font-family: Raleway;
  padding-top: 40px;
  padding-bottom: 50px;
}
#footer .footer_ban {
  padding: 10px 0;
  width: 50%;
}
#footer .footer_ban img {
  max-width: 100%;
}
#footer .footer_ban.right {
  text-align: right;
}
@media (max-width: 768px) {
  #footer .footer_ban {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
  }
  #footer .footer_ban.right {
    text-align: center;
  }
}

.footer_categorie {
  margin: 20px 0;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  text-align: center;
}

.footer_footer {
  text-align: center;
  color: #AAA;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* RECAP */
.recap_final .recap_commande {
  padding: 10px;
  width: 200px;
  background: #EEE;
  float: left;
  margin: 0;
  margin-right: 15px;
}

.recap_final .recap_livraison {
  padding: 10px;
  margin: 0;
  background: #EEE;
  float: left;
}

.recap_final .recap_commande h2, .recap_final .recap_livraison h2 {
  margin: 0px;
  padding: 10px 0;
  border-bottom: 1px solid #CCC;
}

.recap_preview {
  padding: 10px;
  background: #FFF;
  float: left;
  text-align: center;
  width: 120px;
  margin-right: 5px;
}

.recap_preview img {
  height: 300px;
}

/* PAGE MERCI */
#bottle_view_end {
  background: url(../img/frame.png) no-repeat scroll center center transparent;
  height: 460px;
  width: 310px;
  max-width: 100%;
  margin: auto;
}

#bottle_view_end img {
  height: 345px;
  margin-top: 54px;
  max-width: 100%;
}

.merci_right {
  text-align: center;
  float: right;
  width: 50%;
}

.merci_left {
  width: 50%;
  float: left;
}

@media (max-width: 992px) {
  .merci_left, .merci_right {
    float: none;
    width: 100%;
  }
}
#merci p {
  margin: 0px;
  line-height: 24px;
  font-size: 14px;
  font-family: "Raleway", "Helvetica Neue", "Arial", sans-serif;
}

#merci .share {
  margin-top: 10px;
}

#merci .share > div {
  margin-bottom: 8px;
}

#merci .share > div h3 {
  font-weight: 300;
  margin-bottom: 4px;
}

.graphblock {
  border-bottom: 1px solid #e2e2e2;
  padding: 30px 0 20px;
}

.graphblock h3 {
  margin-bottom: 10px;
}

.graphavatar {
  float: left;
  margin-right: 20px;
  width: 128px;
}

.graphavatar img {
  height: 128px;
  width: 128px;
}

.graphdesc {
  font-size: 14px;
  color: #666;
}

.graphlink {
  padding-top: 10px;
  display: block;
  color: #5f82aa;
  font-weight: bold;
}

.grapheti {
  clear: both;
}

.grapheti a img {
  width: 80px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.graphmine {
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.livrcond {
  margin-top: 10px;
  width: 130px;
  margin-bottom: 20px;
  color: #666;
  font-size: 13px;
}

.livrcond span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  color: #0790ba;
  display: block;
}

.livrcond a {
  padding-top: 6px;
  font-size: 12px;
  display: block;
  color: #0790ba;
}

.qty_biere_line > div {
  padding: 10px 14px;
  background: #EEE;
  margin-bottom: 10px;
  font-size: 14px;
  display: table;
  vertical-align: middle;
}
.qty_biere_line > div .txt-inline-qte {
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
}
.qty_biere_line > div .input-qte-dyn,
.qty_biere_line > div input[type=text].input-qte-dyn,
.qty_biere_line > div input[type=password].input-qte-dyn,
.qty_biere_line > div input[type=number].input-qte-dyn {
  width: 55px;
  border: 1px solid #E0E0E0;
  padding: 2px 6px;
  line-height: 25px;
  display: table-cell;
}

.pack-add {
  background-color: #323232;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.18);
  cursor: pointer;
}
.pack-add:hover {
  background-color: #000;
  color: #FFF;
}
.pack-add.red {
  background-color: #c70b0b;
  text-shadow: 1px 1px 1px #a70b0b;
  border-color: #a70b0b;
}
.pack-add.red:hover {
  background-color: #f21313;
}

.popover {
  position: absolute;
  left: -10px;
  right: -10px;
  top: 10px;
  background-color: #d8f5ff;
  border-radius: 4px;
  box-shadow: 0 12px 26px -5px rgba(50, 50, 93, 0.22), 0 8px 16px -8px rgba(0, 0, 0, 0.28);
  transition-property: transform, opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-100%) scale(0.75);
  transform: translateY(calc(-100% + 10px)) scale(0.75);
  transform-origin: 20px calc(100% + 12px);
  color: #0790ba;
  padding: 15px 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
}
.popover::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 40px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0 0 4px 0;
  background-color: inherit;
  box-shadow: 3px 3px 5px rgba(82, 95, 127, 0.04);
}

.input_biere:hover .popover {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(calc(-100% - 5px));
}

.qty_biere_content {
  width: 75px;
  height: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
}
.qty_biere_content .btn-less, .qty_biere_content .btn-more {
  font-size: 24px;
  width: 25px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  background: #c70b0b;
  display: block;
  height: 24px;
  line-height: 1;
  border-bottom: 2px solid #a70b0b;
  border-right: 1px solid #a70b0b;
  text-shadow: 1px 1px 1px #a70b0b;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
}
.qty_biere_content .btn-less {
  line-height: 0.9;
  border-right: 0;
  border-left: 1px solid #a70b0b;
}
.qty_biere_content .input-qty {
  width: 25px;
  text-align: center;
  border: 1px solid #ddd;
  height: 24px;
  font-size: 15px;
  line-height: 1;
}

.selection_type_biere .label {
  font-size: 14px;
}
.selection_type_biere .bio {
  position: absolute;
  right: 15px;
  bottom: 14px;
}
.selection_type_biere .bio img {
  width: 24px;
  display: inline-block;
}
@media (max-width: 768px) {
  .selection_type_biere .bio {
    position: initial;
    text-align: left;
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .selection_type_biere > div {
    height: 126px;
  }
}
.type_biere {
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
}
.type_biere .detail_biere {
  flex: 2;
}

@media (max-width: 768px) {
  .pack_biere {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .pack_biere .label {
    flex: 2;
  }
}
.type_biere .biere_nom {
  display: block;
}

.type_biere .biere_description {
  margin: 4px 0;
  font-size: 11px;
  letter-spacing: -0.02em;
  color: #776b5f;
  line-height: 1.2;
}

.type_biere .illu_biere {
  padding: 8px;
  background: #EEE;
  margin-right: 10px;
  border-radius: 100000px;
  min-width: 80px;
  width: 80px;
  height: 80px;
  position: relative;
}
@media (max-width: 768px) {
  .type_biere .illu_biere {
    height: 50px;
    width: 50px;
    min-width: 50px;
    margin-right: 15px;
  }
}

.type_biere .beer-bottle-svg {
  height: 50px;
  margin: 10px auto;
  display: block;
  fill: #ffc876;
}
@media (max-width: 768px) {
  .type_biere .beer-bottle-svg {
    margin: 0 auto;
    height: 35px;
  }
}

.page-bieres .type_biere {
  flex-direction: column;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 250px;
}
@media (max-width: 768px) {
  .page-bieres .type_biere {
    flex-direction: row;
    height: auto;
  }
  .page-bieres .type_biere .pack_biere {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .page-bieres .type_biere .pack_biere .label {
    flex: 2;
  }
}
.page-bieres .type_biere .bio {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 5px;
}
.page-bieres .type_biere .bio img {
  max-width: 100%;
  width: 32px;
  display: block;
  padding: 0 0 5px;
}
@media (max-width: 768px) {
  .page-bieres .type_biere .bio {
    position: initial;
    float: right;
  }
  .page-bieres .type_biere .bio img {
    display: inline-block;
    width: 24px;
  }
}
.page-bieres .type_biere .biere_nom {
  font-size: 16px;
}
.page-bieres .type_biere .biere_description {
  font-size: 14px;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .page-bieres .type_biere .biere_description {
    max-width: 100%;
  }
}
.page-bieres .type_biere .illu_biere {
  width: 100px;
  height: 100px;
  margin: 0 0 10px;
}
.page-bieres .type_biere .illu_biere .beer-bottle-svg {
  height: 65px;
}
@media (max-width: 768px) {
  .page-bieres .type_biere .illu_biere {
    height: 58px;
    width: 58px;
    min-width: 58px;
    margin-right: 15px;
  }
  .page-bieres .type_biere .illu_biere .beer-bottle-svg {
    height: 38px;
  }
}
.page-bieres .type_biere .illu_biere > img {
  max-width: 100%;
  border-radius: 10000px;
}
.page-bieres .type_biere .input_biere {
  width: 100%;
  padding: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .page-bieres .type_biere .input_biere {
    text-align: left;
  }
  .page-bieres .type_biere .input_biere .btn {
    margin-top: 4px;
  }
}
@media (min-width: 768px) {
  .page-bieres .type_biere .qte_bouteille {
    right: 18px;
  }
}

.type_biere .qte_bouteille {
  position: absolute;
  bottom: 18px;
  right: 12px;
  color: #AAA;
}
@media (max-width: 768px) {
  .type_biere .qte_bouteille {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 11px;
    width: 25px;
    background: #000;
  }
}

.type_biere .input_biere {
  padding-top: 5px;
  position: initial;
  width: 80px;
}
@media (max-width: 768px) {
  .type_biere .input_biere {
    padding: 0 0 0 5px;
    text-align: right;
  }
}

.type_biere .beer-bottle-svg.beer-bottle-blonde {
  fill: #ffd250;
}

.type_biere .beer-bottle-svg.beer-bottle-brune {
  fill: #793e04;
}

.type_biere .beer-bottle-svg.beer-bottle-ambree {
  fill: #dc6717;
}

.type_biere .beer-bottle-svg.beer-bottle-blanche {
  fill: #FFF;
}

@keyframes hover-color {
  from {
    border-color: #c0c0c0;
  }
  to {
    border-color: #fda624;
  }
}
.custom-radio,
.custom-checkbox {
  position: absolute;
  display: none;
}

.custom-radio[disabled],
.custom-checkbox[disabled] {
  cursor: not-allowed;
}

.custom-radio + label,
.custom-checkbox + label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
}

.custom-radio + label:hover:before,
.custom-checkbox + label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}

.custom-radio + label:before,
.custom-checkbox + label:before {
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #c0c0c0;
}

.custom-radio + label:after,
.custom-checkbox + label:after {
  position: absolute;
  display: none;
  content: "";
}

.custom-radio[disabled] + label,
.custom-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4;
}

.custom-radio[disabled] + label:hover, .custom-radio[disabled] + label:before, .custom-radio[disabled] + label:after,
.custom-checkbox[disabled] + label:hover,
.custom-checkbox[disabled] + label:before,
.custom-checkbox[disabled] + label:after {
  cursor: not-allowed;
}

.custom-radio[disabled] + label:hover:before,
.custom-checkbox[disabled] + label:hover:before {
  border: 1px solid #e4e4e4;
  animation-name: none;
}

.custom-radio[disabled] + label:before,
.custom-checkbox[disabled] + label:before {
  border-color: #e4e4e4;
}

.custom-radio:checked + label:before,
.custom-checkbox:checked + label:before {
  animation-name: none;
}

.custom-radio:checked + label:after,
.custom-checkbox:checked + label:after {
  display: block;
}

.custom-radio + label:before {
  border-radius: 50%;
}

.custom-radio + label:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fda624;
}

.custom-radio:checked + label:before {
  border: 1px solid #fda624;
}

.custom-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9;
}

.custom-radio:checked[disabled] + label:after {
  background: #c9e2f9;
}

.custom-checkbox + label:before {
  border-radius: 3px;
}

.custom-checkbox + label:after {
  top: 0px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}

.custom-checkbox:checked + label:before {
  border: #fda624;
  background: #fda624;
}

.custom-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9;
}

.tr {
  margin: 8px 0;
}

.td {
  display: inline-block;
  width: 59%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .td {
    width: 100%;
  }
}

.td.lb {
  width: 40%;
}
@media (max-width: 768px) {
  .td.lb {
    width: 100%;
  }
}

.td > .label {
  margin-top: 7px;
  margin-bottom: 3px;
  margin-right: 7px;
  font-size: 13px;
  line-height: 16px;
}

.td .form_input {
  margin: 0;
}

.td > .field.noinput {
  padding: 6px 0;
}

.tabcmd .td > .label {
  text-align: right;
}
@media (max-width: 768px) {
  .tabcmd .td > .label {
    text-align: left;
  }
}

.tabcmd .consigne {
  margin: 20px 0;
}

.tabcmd .td .form_input {
  width: 100%;
}

.edit-previous-step {
  color: #fda624;
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
}

table.recap_biere td {
  padding: 4px;
}

table.recap_biere .consigne {
  width: 130px;
}

.label-dspblock {
  width: 200px;
  display: inline-block;
  line-height: 34px;
}

#list_address .item_address {
  margin-bottom: 15px;
}

.retrait_brasserie_box {
  border: 1px solid #c1c1c1;
  padding: 13px 10px;
  background: #fff8e7;
  margin-top: 25px;
}

body.home.blog.basic footer#footer {
  border-top: none !important;
  background-color: #eee !important;
}

/** EVENT **/
body.event {
  background: #53969A;
}

.event-banner {
  background: linear-gradient(to top right, #53969A, #6faeb1);
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
}
.event-banner a {
  display: block;
  padding: 16px 20px;
}
.event-banner p {
  margin: 0;
}

.modal-grid {
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  z-index: 1500;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: none;
}
.modal-grid.active {
  display: block;
}

.modal {
  position: fixed;
  width: 1000px;
  cursor: pointer;
  max-width: 95%;
  z-index: 2000;
  height: 600px;
  max-height: 80vh;
  border-radius: 5px;
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.26);
  background: #fff;
  top: 15%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  display: none;
}
.modal.auth {
  width: 500px;
  height: auto;
  padding: 40px 50px;
}
.modal.auth .form_input {
  height: 40px;
  padding: 6px 10px;
  width: 100%;
}
.modal.auth #btn-valid-auth {
  float: right;
}
@media (max-width: 768px) {
  .modal.auth {
    padding: 30px;
  }
}
.modal.active {
  display: block;
}
.modal img {
  max-height: 100%;
  max-width: 100%;
}
.modal .modal-content {
  position: relative;
  height: 100%;
}
.modal .modal-close {
  font-size: 46px;
  right: 5px;
  top: 5px;
  cursor: pointer;
  position: absolute;
  height: 30px;
  width: 30px;
  line-height: 30px;
  z-index: 200;
}
.modal .btn_event {
  width: 180px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
}
.modal .event_hashtag {
  position: absolute;
  bottom: 50px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.event_hashtag {
  font-size: 24px;
  color: #53969A;
}

.btn_event {
  font-size: 17px;
  letter-spacing: 0.06em;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 15px 8px;
  font-family: Kameron;
  border: 1px solid #4a8689;
  color: #ffffff;
  margin: auto;
  background: #53969A;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  border-radius: 2px;
}

.content_medium.event {
  width: 650px;
  padding: 20px 40px;
}
.content_medium.event + .content_right {
  margin: 30px 20px 0 0;
}

.grid-event .grid li {
  width: 240px;
  height: 260px;
}
.grid-event .grid li img {
  object-fit: cover;
  width: 240px;
  height: 240px;
}

@media (max-width: 320px) {
  .hide-xs {
    display: none;
  }
}
@media (min-width: 768px) {
  .dsp-mobile {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .dsp-desktop {
    display: none !important;
  }
}
.content_tab_briques {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .content_tab_briques {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .content_tab_briques .briques {
    display: none;
  }
}
.content_tab_briques .briques-inner {
  flex: 1;
  padding: 0 30px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .content_tab_briques .briques-inner {
    padding: 0 10px;
  }
}

.next_step.etape2 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.next_step.etape2 .btn-container {
  text-align: right;
  flex: 1;
}
.next_step .price-container {
  margin-bottom: 20px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .next_step .price-container {
    margin: 0;
    text-align: left;
  }
  .next_step .price-container #pack_text {
    display: none;
  }
}
.next_step .price-container .consigne {
  margin-bottom: 2px;
}
.next_step .price-container #pack_total {
  font-size: 16px;
  color: #000;
}
.next_step .price-container #total {
  font-size: 16px;
  font-weight: 500;
}

.legaldoc {
  text-align: justify;
}
.legaldoc.cgv {
  column-count: 3;
  column-gap: 20px;
}
@media (max-width: 768px) {
  .legaldoc.cgv {
    column-count: 1;
  }
}
@media (max-width: 768px) {
  .legaldoc {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.popup, .modal-background {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.popup {
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 300;
}
.popup.active {
  display: flex;
}
.popup .modal-content {
  margin: 0 20px;
  min-height: 125px;
  max-height: calc(100vh - 120px);
  overflow: auto;
  position: relative;
  width: 600px;
  max-width: 100%;
  background: #fff;
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.2);
}
.popup .modal-content.loading {
  padding: 50px;
}
.popup.big .modal-content {
  width: 850px;
}
.popup.small .modal-content {
  width: 450px;
}
.popup .modal-close {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 46px;
  line-height: 1;
  background: none;
  color: #fff;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.popup .wrapper {
  padding: 15px;
}
.popup .modal-content .box .box-content {
  box-shadow: none;
  border-radius: 0;
  border: 0;
  padding: 4px;
}
.popup .modal-content .box .box-content .field {
  padding-left: 0;
  padding-right: 0;
}
.popup .alert-buttons {
  text-align: center;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.34);
  position: absolute;
}

.steps-container {
  display: flex;
  align-items: center;
  padding: 20px 0px;
  position: relative;
}
@media (max-width: 768px) {
  .steps-container {
    display: none;
  }
}
.steps-container .step {
  flex: 1;
  text-align: center;
}
.steps-container .step svg {
  height: 48px;
  fill: #999;
}
.steps-container .step.active svg {
  fill: #333;
}
.steps-container .step.active span {
  color: #333;
}
.steps-container .step span {
  display: block;
  padding: 8px 0;
  font-size: 0.875em;
  color: #999;
}
.steps-container .step .step-inner {
  background: #fff;
  position: relative;
  z-index: 20;
  width: 120px;
  margin: auto;
  display: block;
}
.steps-container .step a.step-inner:not(.disable):hover span {
  color: #333;
}
.steps-container .step a.step-inner:not(.disable):hover svg {
  fill: #333;
}
.steps-container .step .step-inner.disable {
  cursor: default;
}
.steps-container::after {
  z-index: 10;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
  top: 40%;
}

/* IMPRESSION */
@media print {
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  nav {
    display: none;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }

  #merci .degustation,
#menu,
#bottle_view_end,
.share_creation,
#footer {
    display: none;
  }
}

/*# sourceMappingURL=master.css.map */
