@charset "UTF-8";
@font-face {
  font-family: 'Univers';
  src: url('/bundles/vowebapp/fonts/universltstd-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "vorwerk-webapp";
  src: url("/bundles/vowebapp/fonts/vorwerk-webapp.eot");
  src: url("/bundles/vowebapp/fonts/vorwerk-webapp.eot?#iefix") format("embedded-opentype"), url("/bundles/vowebapp/fonts/vorwerk-webapp.woff") format("woff"), url("/bundles/vowebapp/fonts/vorwerk-webapp.ttf") format("truetype"), url("/bundles/vowebapp/fonts/vorwerk-webapp.svg#vorwerk-webapp") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "vorwerk-webapp" !important;
  content: attr(data-icon);
  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;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "vorwerk-webapp" !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;
}
.icon-bulle:before {
  content: "\e000";
}
.icon-bulle-pleine:before {
  content: "\e001";
}
.icon-doigt:before {
  content: "\e002";
}
.icon-etoile:before {
  content: "\e003";
}
.icon-mail:before {
  content: "\e004";
}
.icon-silhouette:before {
  content: "\e005";
}
.icon-toque:before {
  content: "\e006";
}
.icon-arrow:before {
  content: "\e007";
}
.icon-refresh:before {
  content: "\e008";
}
@-webkit-keyframes jello-horizontal {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes pulsate-fwd {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rotate-90-ccw {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@keyframes rotate-90-ccw {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
body {
  background: #ebecec;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  overflow: hidden;
}
body * {
  margin: 0;
  padding: 0;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body *:focus {
  outline: none;
}
body.modal-open section {
  z-index: 10;
}
body .modal-backdrop {
  display: none !important;
}
body input,
body select,
body textarea {
  -webkit-user-select: auto;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  box-shadow: none !important;
}
body input:focus,
body select:focus,
body textarea:focus {
  outline: none;
}
body select::-ms-expand {
  display: none;
}
body input:-webkit-autofill,
body input:-webkit-autofill:hover,
body input:-webkit-autofill:focus,
body input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}
body input[type=text]::-ms-clear {
  display: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  line-height: 75px;
  background: #ffffff;
  z-index: 3;
}
header + section {
  padding-top: 75px;
}
header .logo {
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
}
header .logo img {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
}
header .switch-marque {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  text-align: right;
  padding-right: 40px;
}
header .switch-marque a {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 35px;
  text-decoration: none;
  position: relative;
}
header .switch-marque a:before {
  content: "\e007";
  font-family: "vorwerk-webapp";
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  color: #113c2b;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header .switch-marque a.clicked:before {
  left: -20px;
  color: #009a3d;
}
header .switch-marque img {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
}
header .switch-marque img.thermomix {
  height: 23px;
  margin-top: -5px;
}
.menu {
  position: fixed;
  top: 75px;
  left: 0;
  width: 100%;
  height: 62px;
  line-height: 55px;
  border-top: 7px solid #009a3d;
  background: #ffffff;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  z-index: 2;
}
.menu + section {
  padding-top: 137px;
}
.menu .bloc-menu {
  margin: 0 15px;
}
.menu .bloc-menu a {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  line-height: 49px;
  margin-top: -2px;
  text-decoration: none;
  font-family: "Univers", Arial, sans-serif;
  font-size: 12px;
  color: #113c2b;
  text-transform: uppercase;
  position: relative;
  padding-left: 32px;
}
.menu .bloc-menu a:before {
  position: absolute;
  font-size: 25px;
  color: #979797;
  height: 26px;
  line-height: 26px;
  left: 0;
  top: 50%;
  margin-top: -13px;
}
.menu .bloc-menu a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  margin-top: 2px;
}
.menu .bloc-menu.active a,
.menu .bloc-menu.active a:before {
  color: #009a3d;
}
section {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
section .accueil {
  float: left;
  width: 100%;
  height: 100%;
}
section .accueil .bloc-logo {
  float: left;
  width: 100%;
  height: 35%;
  border-bottom: 10px solid #009a3d;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.41);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.41);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.41);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.41);
  position: relative;
}
section .accueil .bloc-logo img {
  position: absolute;
  top: 50%;
  margin-top: -56px;
  left: 50%;
  margin-left: -110px;
  width: 220px;
  padding-bottom: 20px;
  border-bottom: 8px solid #009a3d;
}
section .accueil .liens-univers {
  float: left;
  width: 100%;
  height: 65%;
  padding: 50px;
}
section .accueil .liens-univers .marque {
  float: left;
  width: 47%;
  height: 100%;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
section .accueil .liens-univers .marque + .marque {
  float: right;
}
section .accueil .liens-univers .marque a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 10;
}
section .accueil .liens-univers .marque .titre {
  float: left;
  width: 100%;
  background: #ffffff;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
  z-index: 2;
}
section .accueil .liens-univers .marque .titre img {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 10px;
}
section .accueil .liens-univers .marque .titre img.thermomix {
  height: 40px;
}
section .accueil .liens-univers .marque .titre img.kobold {
  height: 30px;
}
section .accueil .liens-univers .marque .titre span {
  font-family: "Univers", Arial, sans-serif;
  font-size: 20px;
  color: #009a3d;
}
section .accueil .liens-univers .marque .titre:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  background: #009a3d;
  width: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
section .accueil .liens-univers .marque:after {
  content: '';
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  z-index: 1;
}
section .accueil .liens-univers .marque .appareil {
  position: absolute;
  bottom: -8%;
  z-index: 3;
}
section .accueil .liens-univers .marque .appareil img {
  height: 100%;
}
section .accueil .liens-univers .marque.thermomix:after {
  background: url('/bundles/vowebapp/images/background-thermomix.jpg') no-repeat center;
  background-size: cover;
}
section .accueil .liens-univers .marque.thermomix .appareil {
  left: 5%;
  height: 80%;
}
section .accueil .liens-univers .marque.kobold:after {
  background: url('/bundles/vowebapp/images/background-kobold.jpg') no-repeat left -15px center;
  background-size: cover;
}
section .accueil .liens-univers .marque.kobold .appareil {
  right: 5%;
  height: 116%;
}
section .accueil .liens-univers .marque.clicked {
  transform: scale(1.03);
  -moz-box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.5);
}
section .accueil .liens-univers .marque.clicked .titre:after {
  width: 100%;
}
section .homepage {
  float: left;
  width: 100%;
  height: 100%;
  background-color: #113c2b;
  padding: 10px;
}
section .homepage .acces-pages {
  float: left;
  height: 50%;
  padding: 10px;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
section .homepage .acces-pages > div {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 2;
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
section .homepage .acces-pages a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
section .homepage .acces-pages .visuel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 25%;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  z-index: 1;
}
section .homepage .acces-pages .visuel img {
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
  height: 100%;
}
section .homepage .acces-pages .titre {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 25%;
  background: #ffffff;
  text-align: left;
  border-top: 5px solid #009a3d;
  z-index: 2;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
section .homepage .acces-pages .titre > div {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  height: 30px;
  line-height: 30px;
  left: 20px;
  right: 20px;
}
section .homepage .acces-pages .titre span {
  display: inline-block;
  vertical-align: middle;
  font-family: "Univers", Arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  color: #113c2b;
  position: relative;
  padding-left: 40px;
}
section .homepage .acces-pages .titre span:before {
  color: #009a3d;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  height: 30px;
  line-height: 30px;
  margin-top: -18px;
}
section .homepage .acces-pages.opacity {
  opacity: 0.6;
}
section .homepage .acces-pages.clicked {
  transform: scale(1.03);
}
section .homepage .acces-pages.clicked > div {
  -moz-box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.5);
}
section .homepage.thermomix .acces-pages,
section .homepage.kobold .acces-pages {
  width: 33.33333333%;
}
section .titre-page {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
section .titre-page:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #009a3d;
  width: 200px;
}
section .titre-page span {
  font-family: "Univers", Arial, sans-serif;
  font-size: 20px;
  color: #113c2b;
  display: inline-block;
  line-height: 25px;
}
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  padding: 0 30px;
}
footer > div {
  float: left;
  width: 100%;
  height: 100%;
  padding-left: 100px;
  position: relative;
}
footer img {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
  width: 80px;
  padding-bottom: 5px;
  border-bottom: 3px solid #009a3d;
}
footer .texte-footer {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  text-align: left;
}
footer .texte-footer span {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #000000;
}
.message-rotate {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ebecec;
  z-index: 99999;
  text-align: center;
  display: none;
}
@media screen and (orientation: portrait) {
  .message-rotate {
    display: block;
  }
  .message-rotate .ipad {
    -webkit-animation: rotate-90-ccw 2s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
    animation: rotate-90-ccw 2s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
    animation-delay: 0.5s;
  }
}
.message-rotate .ipad {
  display: inline-block;
  width: 150px;
  height: 150px;
  background: url('/bundles/vowebapp/images/ipad.svg') no-repeat center;
  background-size: contain;
  position: relative;
}
.message-rotate .ipad:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: url('/bundles/vowebapp/images/loader.svg') no-repeat center;
  background-size: contain;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  transform: scaleX(-1);
}
.message-rotate > div {
  position: absolute;
  width: 80%;
  height: 300px;
  line-height: 70px;
  left: 10%;
  top: 50%;
  margin-top: -150px;
}
.message-rotate > div > span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 25px;
  font-size: 22px;
  color: #113c2b;
  font-weight: bold;
}
.message-rotate > div > span span {
  display: block;
  font-weight: normal;
  font-size: 18px;
  color: #009a3d;
}
#content-quiz {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
#content-quiz .liste-questions {
  position: absolute;
  left: 0;
  top: 65px;
  bottom: 0;
  width: 25%;
  background: #113c2b;
  overflow: auto;
  z-index: 3;
}
#content-quiz .liste-questions li {
  float: left;
  width: 100%;
  height: 90px;
  line-height: 90px;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#content-quiz .liste-questions li:focus {
  outline: none;
}
#content-quiz .liste-questions li.ui-state-default {
  opacity: 1;
}
#content-quiz .liste-questions li:before {
  content: '';
  position: absolute;
  left: 34px;
  top: 0;
  height: 25px;
  width: 2px;
  background: #009a3d;
  opacity: 0.4;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#content-quiz .liste-questions li:after {
  content: '';
  position: absolute;
  left: 34px;
  bottom: 0;
  height: 25px;
  width: 2px;
  background: #009a3d;
  opacity: 0.4;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#content-quiz .liste-questions li a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  position: relative;
  padding-left: 70px;
  padding-right: 25px;
  z-index: 2;
}
#content-quiz .liste-questions li a:focus {
  outline: none;
}
#content-quiz .liste-questions li a .number {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  color: #ffffff;
  font-family: "Univers", Arial, sans-serif;
  font-size: 22px;
  padding-top: 2px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#content-quiz .liste-questions li a .number:before {
  content: "\e000";
  font-family: "vorwerk-webapp";
  font-size: 45px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#content-quiz .liste-questions li a .question {
  display: inline-block;
  vertical-align: middle;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  max-height: 48px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#content-quiz .liste-questions li:first-of-type:before,
#content-quiz .liste-questions li:last-of-type:after {
  opacity: 0;
}
#content-quiz .liste-questions li.ui-state-default a .question {
  color: #009a3d;
}
#content-quiz .liste-questions li.ui-state-default a .number {
  color: #009a3d;
}
#content-quiz .liste-questions li.ui-state-active a .question,
#content-quiz .liste-questions li.ui-state-active ~ li a .question {
  color: #ffffff;
}
#content-quiz .liste-questions li.ui-state-active a .number,
#content-quiz .liste-questions li.ui-state-active ~ li a .number {
  color: #ffffff;
}
#content-quiz .liste-questions li.ui-state-active:before,
#content-quiz .liste-questions li.ui-state-active:after {
  opacity: 0;
}
#content-quiz .liste-questions li.ui-state-active ~ li:before,
#content-quiz .liste-questions li.ui-state-active ~ li:after {
  background-color: #ffffff;
}
#content-quiz .liste-questions .background {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 90px;
  top: 0;
  z-index: 1;
  background-color: #009a3d;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#content-quiz .liste-questions.kobold {
  bottom: 220px;
}
#content-quiz .reponses {
  float: right;
  width: 75%;
  height: 100%;
  padding: 10px 5px 60px 5px;
  position: relative;
}
#content-quiz .reponses .content-reponses {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 60px;
}
#content-quiz .reponses .content-reponses .question {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 10px;
}
#content-quiz .reponses .content-reponses .question > span {
  display: inline-block;
  vertical-align: middle;
  font-family: "Univers", Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #113c2b;
  max-height: 40px;
  overflow: hidden;
}
#content-quiz .reponses .content-reponses .question > span span {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 13px;
}
#content-quiz .reponses .content-reponses .liste-reponses {
  float: left;
  width: 100%;
  height: 100% !important;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse {
  float: left;
  padding: 10px;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse input {
  display: none;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse input:checked + label:after {
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
  -moz-box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.5);
  background: #009a3d;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse input:checked + label .titre-label span {
  margin-top: 50px;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse input:checked + label .titre-label span:before {
  -webkit-animation: pulsate-fwd 0.7s ease-in-out both;
  animation: pulsate-fwd 0.7s ease-in-out both;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse input:checked + label .visuel + .titre-label span {
  margin-top: 0;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse label {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse label .visuel {
  float: left;
  width: 100%;
  height: 98%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-bottom: 60px;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse label .visuel img {
  float: left;
  width: 100%;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse label .visuel + .titre-label {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  line-height: 50px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse label .visuel + .titre-label span {
  overflow: hidden;
  position: static;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse label .visuel + .titre-label span:before {
  top: -35px;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse label .titre-label {
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 5px 10px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  z-index: 2;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse label .titre-label span {
  display: inline-block;
  vertical-align: middle;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  color: #6b6666;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse label .titre-label span:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #83b22f;
  background: -moz-linear-gradient(top, #83b22f 0%, #159943 100%);
  background: -webkit-linear-gradient(top, #83b22f 0%, #159943 100%);
  background: linear-gradient(to bottom, #83b22f 0%, #159943 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83b22f', endColorstr='#159943', GradientType=0);
  top: -60px;
  left: 50%;
  margin-left: -23px;
  opacity: 0;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  padding-right: 3px;
  -moz-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse textarea {
  float: left;
  width: 100%;
  height: auto;
  min-height: 200px;
  line-height: 20px;
  padding: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #979797;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse textarea:focus {
  outline: none;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse.grande label {
  padding-bottom: 90px;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse.grande label .titre-label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: auto;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse.grande label .visuel {
  padding-bottom: 0;
  height: 100%;
  position: relative;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse.grande label .visuel img {
  width: auto;
  height: 100%;
  position: absolute;
  left: -1000px;
  right: -1000px;
  margin: auto;
}
#content-quiz .reponses .content-reponses .liste-reponses .reponse.grande label .visuel + .titre-label {
  top: inherit;
  height: 100px;
  line-height: 90px;
}
#content-quiz .refresh-quizz {
  position: absolute;
  left: 0;
  width: 25%;
  top: 0;
  height: 65px;
  border-bottom: 2px solid #ebecec;
  background: #113c2b;
  padding: 10px;
  z-index: 2;
}
#content-quiz .refresh-quizz button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: left;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  background: none;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#content-quiz .refresh-quizz button:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 20px;
  margin-top: -3px;
}
#content-quiz .refresh-quizz button.clicked {
  border-color: #ffffff;
  color: #ffffff;
}
#content-quiz .actions-quizz {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 60px;
  line-height: 50px;
  text-align: right;
  padding: 0 15px;
}
#content-quiz .actions-quizz .action {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 20px;
  border: none;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#content-quiz .actions-quizz .action + .action {
  margin-left: 10px;
}
#content-quiz .actions-quizz .action:disabled {
  background: #d8d8d9;
  color: #979797;
}
#content-quiz .actions-quizz .action:not(:disabled)#continuer {
  background: #009a3d;
}
#content-quiz .actions-quizz .action:not(:disabled)#continuer:before {
  font-size: 13px;
  margin-top: -3px;
}
#content-quiz .actions-quizz .action:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#content-quiz .actions-quizz .action#continuer:before {
  font-size: 13px;
  margin-top: -3px;
}
#content-quiz .actions-quizz .action.clicked {
  transform: scale(1.05);
}
#content-quiz .liens-videos {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  width: 25%;
  background: #113c2b;
}
#content-quiz .liens-videos > div {
  position: absolute;
  bottom: 0;
  width: 50%;
  text-align: center;
  padding: 15px 25px;
}
#content-quiz .liens-videos > div:first-of-type {
  padding-left: 5px;
  left: 0;
}
#content-quiz .liens-videos > div:last-of-type {
  padding-right: 5px;
  right: 0;
}
#content-quiz .liens-videos > span {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 38px;
  left: 50%;
  margin-left: -20px;
  bottom: 15px;
  border: 2px solid #ffffff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}
#content-quiz .liens-videos a {
  display: inline-block;
  width: 80px;
}
#content-quiz .liens-videos a .visuel {
  float: left;
  width: 100%;
  height: 150px;
}
#content-quiz .liens-videos a .titre {
  float: left;
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-family: "Univers", Arial, sans-serif;
  font-size: 14px;
  color: #009a3d;
  margin-top: 5px;
}
#content-quiz .liens-videos a.vk .visuel {
  background: transparent url('/bundles/vowebapp/images/vk200.png') no-repeat bottom center;
}
#content-quiz .liens-videos a.vr .visuel {
  background: transparent url('/bundles/vowebapp/images/vr200.png') no-repeat bottom center;
}
.modal {
  background: rgba(0, 0, 0, 0.7);
}
.modal .modal-dialog {
  position: absolute;
  margin: 0;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  top: 10%;
  transform: translate(0, 0) !important;
}
.modal .modal-content {
  float: left;
  width: 100%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 30px 15px 15px 15px;
}
.modal .modal-content .message {
  float: left;
  width: 100%;
  margin: 10px 0 25px 0;
  text-align: center;
}
.modal .modal-content .message span {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #113c2b;
}
.modal .modal-content iframe {
  float: left;
  width: 100%;
  height: 320px;
}
.modal .modal-content .close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 5px;
  position: absolute;
  right: 3px;
  top: 3px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #979797;
  opacity: 1;
}
.modal .modal-content .close:before {
  content: 'X';
  display: inline-block;
  margin-right: 2px;
}
.page-form {
  float: left;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
}
.page-form .formulaire {
  float: left;
  width: 100%;
}
.page-form .formulaire .form-group {
  margin: 0;
}
.page-form .formulaire .form-group .help-block {
  float: left;
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 5px;
}
.page-form .formulaire .form-group .form-control-feedback {
  right: 5px;
  top: inherit;
  bottom: 6px;
}
.page-form .formulaire .form-group.has-error .help-block,
.page-form .formulaire .form-group.has-error .form-control-feedback {
  color: #e05120;
}
.page-form .formulaire .form-group.has-success .help-block,
.page-form .formulaire .form-group.has-success .form-control-feedback {
  color: #009a3d;
}
.page-form .formulaire .form-part {
  float: left;
  width: 100%;
}
.page-form .formulaire .form-part > div {
  float: left;
  width: 100%;
}
.page-form .formulaire .form-part .semi {
  width: 48%;
}
.page-form .formulaire .form-part .semi + .semi {
  float: right;
}
.page-form .formulaire .form-part .control-label {
  float: left;
  margin-bottom: 5px;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-align: left;
  color: #000000;
}
.page-form .formulaire .form-part .bloc-form {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.page-form .formulaire .form-part input[type='text'],
.page-form .formulaire .form-part input[type='email'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: left;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: 1px solid #d8d8d9;
  font-size: 15px;
}
.page-form .formulaire .form-part input[type='text']:focus,
.page-form .formulaire .form-part input[type='email']:focus {
  border-color: #979797;
}
.page-form .formulaire .form-part .radio,
.page-form .formulaire .form-part .toggle-switch {
  float: left;
  padding: 0;
}
.page-form .formulaire .form-part .radio + .radio,
.page-form .formulaire .form-part .toggle-switch + .radio,
.page-form .formulaire .form-part .radio + .toggle-switch,
.page-form .formulaire .form-part .toggle-switch + .toggle-switch {
  margin-left: 30px;
}
.page-form .formulaire .form-part .radio input,
.page-form .formulaire .form-part .toggle-switch input {
  display: none;
}
.page-form .formulaire .form-part .radio input:checked + label:before,
.page-form .formulaire .form-part .toggle-switch input:checked + label:before {
  border-color: #979797;
}
.page-form .formulaire .form-part .radio input:checked + label:after,
.page-form .formulaire .form-part .toggle-switch input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.page-form .formulaire .form-part .radio label,
.page-form .formulaire .form-part .toggle-switch label {
  float: left;
  height: 25px;
  line-height: 25px;
  position: relative;
  margin: 0;
  font-size: 15px;
  padding-left: 30px;
}
.page-form .formulaire .form-part .radio label:before,
.page-form .formulaire .form-part .toggle-switch label:before {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  background: #ffffff;
  border: 1px solid #d8d8d9;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.page-form .formulaire .form-part .radio label:after,
.page-form .formulaire .form-part .toggle-switch label:after {
  content: "\f00c";
  font-family: "FontAwesome";
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
  text-align: center;
  font-size: 16px;
  color: #009a3d;
  opacity: 0;
  transform: scale(0.5);
}
.page-form .formulaire .form-part .civilite .radio {
  width: 110px;
}
.page-form .formulaire .form-part .civilite .radio label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.page-form .formulaire .form-part .civilite .radio label:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.page-form .formulaire .form-part .opt_out {
  margin-top: 10px;
}
.page-form .formulaire .form-part .opt_out .bloc-form {
  margin: 0;
}
.page-form .formulaire .form-part .opt_out label {
  font-size: 14px;
  line-height: 26px;
}
.page-form .formulaire .form-part .txt {
  float: left;
  width: 100%;
  font-size: 11px;
  color: #979797;
  font-style: italic;
  margin: 20px 0;
  line-height: 14px;
}
.page-form .formulaire .submit-btn {
  float: left;
  width: 100%;
  text-align: right;
}
.page-form .formulaire .submit-btn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border: none;
  background: #009a3d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-form .formulaire .submit-btn button:focus,
.page-form .formulaire .submit-btn button:active {
  -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.4);
  outline: none;
}
.page-form .formulaire .submit-btn button:disabled {
  background: #979797;
  opacity: 1;
}
.page-form .alert {
  padding: 10px;
  margin-bottom: 10px;
  padding-right: 35px;
}
.page-form .alert .close {
  opacity: 1;
  color: #000000;
}
.page-form .alert-success {
  border-color: #009a3d;
  background-color: rgba(0, 154, 61, 0.05);
  color: #009a3d;
}
.page-form .alert-danger {
  border-color: #e05120;
  background-color: rgba(224, 81, 32, 0.05);
  color: #e05120;
}
.promos {
  float: left;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 1%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
}
.promos .promo {
  float: left;
  margin: 1%;
  width: 31.33333333%;
  overflow: hidden;
  background: #ffffff;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  transform: rotateX(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.promos .promo.open .descriptif {
  top: 0;
}
.promos .promo.open .more:before {
  transform: rotate(0deg);
}
.promos .promo .visuel {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.promos .promo .visuel img {
  position: absolute;
  left: -1%;
  top: 0;
  width: 102%;
  z-index: 1;
}
.promos .promo .infos {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
  line-height: 20px;
}
.promos .promo .infos .titre {
  float: left;
  width: 100%;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.promos .promo .infos .titre.no-price {
  padding-right: 80px;
  height: auto;
}
.promos .promo .infos .titre span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #6b6666;
  line-height: 18px;
}
.promos .promo .infos .prix {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
}
.promos .promo .infos .prix span {
  display: inline-block;
  vertical-align: bottom;
  font-family: "Univers", Arial, sans-serif;
  color: #009a3d;
}
.promos .promo .infos .prix .new {
  font-size: 27px;
  line-height: 27px;
}
.promos .promo .infos .prix .old {
  font-size: 16px;
  line-height: 20px;
  margin-left: 20px;
  position: relative;
}
.promos .promo .infos .prix .old:after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  top: 8px;
  height: 1px;
  background: #000000;
  opacity: 0.7;
}
.promos .promo .descriptif {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 5;
  padding: 15px;
  padding-bottom: 50px;
  line-height: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.promos .promo .descriptif > div {
  float: left;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.promos .promo .descriptif span {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #113c2b;
  text-align: justify;
}
.promos .promo .more {
  position: absolute;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  width: auto;
  height: 29px;
  line-height: 22px;
  padding: 0 10px;
  display: inline-block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ffffff;
  border: 2px solid #eb8a34;
  text-align: center;
}
.promos .promo .more span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
}
.promos .promo .more:before {
  content: "\f00d";
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 13px;
  color: #eb8a34;
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.promos .no_promos {
  float: left;
  width: 100%;
  text-align: center;
  padding: 2%;
}
.promos .no_promos span {
  font-weight: bold;
  font-size: 15px;
  color: #113c2b;
}
