@font-face {
  font-family: 'helveticaneuelt_std_cnbold';
  src: url(http://css.lequotidiendumedecin.fr/sites/qdm/themes/custom/qdm/fonts/helveticaneueltstd-bdcn-webfont.eot);
  src: url(http://css.lequotidiendumedecin.fr/sites/qdm/themes/custom/qdm/fonts/helveticaneueltstd-bdcn-webfont.eot?#iefix) format("embedded-opentype"), url(http://css.lequotidiendumedecin.fr/sites/qdm/themes/custom/qdm/fonts/helveticaneueltstd-bdcn-webfont.woff) format("woff"), url(http://css.lequotidiendumedecin.fr/sites/qdm/themes/custom/qdm/fonts/helveticaneueltstd-bdcn-webfont.ttf) format("truetype"), url(http://css.lequotidiendumedecin.fr/sites/qdm/themes/custom/qdm/fonts/helveticaneueltstd-bdcn-webfont.svg#helveticaneuelt_std_cnbold) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'helveticaneueregular';
  src: url(http://css.lequotidiendumedecin.fr/sites/qdm/themes/custom/qdm/fonts/helveticaneue-roman-webfont.eot);
  src: url(http://css.lequotidiendumedecin.fr/sites/qdm/themes/custom/qdm/fonts/helveticaneue-roman-webfont.eot?#iefix) format("embedded-opentype"), url(http://css.lequotidiendumedecin.fr/sites/qdm/themes/custom/qdm/fonts/helveticaneue-roman-webfont.woff) format("woff"), url(http://css.lequotidiendumedecin.fr/sites/qdm/themes/custom/qdm/fonts/helveticaneue-roman-webfont.ttf) format("truetype"), url(http://css.lequotidiendumedecin.fr/sites/qdm/themes/custom/qdm/fonts/helveticaneue-roman-webfont.svg#helveticaneueregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?aogkkp");
  src: url("fonts/icomoon.eot?aogkkp#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?aogkkp") format("truetype"), url("fonts/icomoon.woff?aogkkp") format("woff"), url("fonts/icomoon.svg?aogkkp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
}

.container {
  width: 630px;
  margin: auto;
}

.slider {
  height: 278px;
  width: 100%;
  margin-bottom: 30px;
  background-size: 100%;
  -webkit-animation: slider 40s infinite;
          animation: slider 40s infinite;
  text-align: right;
  background: #050505;
  position: relative;
  overflow: hidden;
}

.slider_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 6s all;
  transition: 6s all;
}

.slider_img--active {
  opacity: 1;
}

.slider_title {
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  font-family: 'helveticaneuelt_std_cnbold';
  display: inline-block;
  width: 380px;
  margin-top: 80px;
  position: relative;
}

.slider_title:after {
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  background: #0052ff;
  margin: auto;
  position: relative;
  top: 20px;
}

.slider strong {
  text-align: center;
  color: #0052ff;
  font-size: 48px;
  display: block;
}

#form {
  overflow: hidden;
  position: relative;
  height: 360px;
  border-bottom: 1px solid #dbdbdb;
}

.form_slider {
  position: absolute;
  top: 0;
  left: 0;
}

.form_question {
  display: inline-block;
  width: 630px;
  vertical-align: top;
  padding: 0 70px;
  box-sizing: border-box;
}

.form_theme {
  font-family: 'helveticaneuelt_std_cnbold';
  color: #0052ff;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  margin-top: 25px;
  margin-bottom: 40px;
}

.form_theme span:after {
  content: "\A";
  white-space: pre;
}

.form_answer {
  padding-bottom: 15px;
  font-size: 0;
}

.form_radio {
  display: inline-block;
  width: 5%;
  vertical-align: top;
  position: relative;
  top: 3px;
}

.form_radio input {
  padding: 0;
  margin: 0;
}

.form_label {
  display: inline-block;
  font-family: Arial;
  font-size: 16px;
  width: 95%;
}

.number {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.number_item {
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  display: inline-block;
  font-family: 'helveticaneuelt_std_cnbold';
  width: 30px;
  height: 30px;
  color: #dbdbdb;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  background: #FFFFFF;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.number_item:not(:last-child) {
  margin-right: 30px;
}

.number_item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  left: 32px;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #dbdbdb;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.number_item--active {
  border: 2px solid #0052ff;
  color: #0052ff;
}

.number_item--active:after {
  background: #0052ff !important;
}

.control {
  text-align: right;
  padding: 20px 10px;
}

.control_controller {
  display: inline-block;
  font-family: 'helveticaneuelt_std_cnbold';
  text-transform: uppercase;
  padding: 5px 0;
  margin: 0 10px;
  width: 130px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

.control_controller--prev {
  color: #0052ff;
  border: 2px solid #0052ff;
  border-radius: 200px;
}

.control_controller--next {
  color: white;
  background: #0052ff;
  border: 2px solid #0052ff;
  border-radius: 200px;
}

.control_controller--result {
  color: white;
  background: black;
  border: 2px solid black;
  border-radius: 200px;
}

.score_title {
  text-align: center;
  font-family: 'helveticaneuelt_std_cnbold';
  color: #0052ff;
  font-size: 40px;
  margin: 0;
  margin-bottom: 60px;
  line-height: 30px;
  text-transform: uppercase;
}

.score_title span {
  font-family: Arial;
  font-weight: normal;
  color: black;
  font-size: 20px;
  text-transform: uppercase;
}

.score_title span:after {
  content: "\A";
  white-space: pre;
}

.score_winner {
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
}

.score_winner:before {
  content: "";
  width: 100%;
  height: 200px;
  top: -30px;
  position: absolute;
  display: block;
  background: #f2f6ff;
}

.score_cards {
  text-align: center;
  width: 185px;
  height: 240px;
  display: inline-block;
  border-radius: 5px;
  position: relative;
}

.score_cards:not(:last-child) {
  margin-right: 20px;
}

.score_candidate {
  font-size: 18px;
  color: white;
  font-family: Arial;
  font-weight: bold;
  position: absolute;
  bottom: 0;
}

.score_candidate span {
  font-weight: normal;
}

.score_candidate span:after {
  content: "\A";
  white-space: pre;
}

.score_button {
  display: inline-block;
  font-family: 'helveticaneuelt_std_cnbold';
  text-transform: uppercase;
  padding: 3px 0;
  margin: 10px 10px;
  width: 130px;
  text-align: center;
  border: 2px solid white;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  color: white;
  text-decoration:none;
}

.score_reset {
  display: block;
  font-family: 'helveticaneuelt_std_cnbold';
  text-transform: uppercase;
  padding: 3px 0;
  margin: 10px 10px;
  width: 210px;
  color: white;
  text-align: center;
  border: 2px solid #0052ff;
  border-radius: 30px;
  background: #0052ff;
  font-size: 22px;
  margin: 50px auto;
  cursor: pointer;
}