@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;
  font-family: "Montserrat";
  font-weight: 400;
}

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

.slider {
  list-style: none;
  background: #73bd98;
  width: 630px;
  height: 170px;
  padding: 0;
  margin: 0 0 40px 0;
  font-size: 0;
  overflow: hidden;
}

.slider li{
  display: inline-block;
  vertical-align: top;
  height: 100%;
}

.slider_animation{
  width: 45%;
  text-align: center;
}

.slider_animation_headband{
  position: relative;
  top: -35px;
}

.slider_animation_bubble{
  position: relative;
  animation: bubble 2s ease-out;
}

.slider_text{
  width: 55%;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 40px;
}

.slider_text span{
  font-size: 25px; 
  display: inline;
  padding: 5px;
  background: #e44c3e;
  font-weight: 100;
}

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

#form {
  overflow: hidden;
  position: relative;
  height: 500px;
  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: 'Montserrat';
  font-weight: 700;
  color: #e44c3e;
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 24px;
}

.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: "Montserrat";
  font-size: 16px;
  width: 95%;
  color: #824c26;
}

.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: 'Montserrat';
  font-weight: 700;
  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 #73bd98;
  color: #73bd98;
}

.number_item--active:after {
  background: #73bd98 !important;
}

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

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

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

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

.score_number{
  font-weight: 700;
  font-size: 50px;
}

.container_score{
  margin-top: 80px;
}

.score_winner {
  width: 366px;
  height: 366px;
  margin: auto;
  background: white;
  position: relative;
  text-align: center;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
  padding: 35px;
  box-sizing: border-box;
}

.score_winner:before {
  content:"";
  background: url("assets/img/result_background.png") center no-repeat;
  position: absolute;
  width: 475px;
  height: 484px;
  transform: translate(-50%, -50px);
  top: 0;
  left: 50%;
  z-index: -1;
}

.score_winner:after {
  content: "";
  width: 325px;
  height: 325px;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50px);
  border: 5px solid #73bd98;
}

.score_annonce{
  font-size: 25px;
}

.score_result{
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.score_result li{
  display: inline-block;
  color: #e44c3e;
}

.score_result--player{
  width: 40%;
  font-size: 130px;
  line-height: 110px;
  text-align: right;
}

.score_result--word{
  width: 60%;
  font-size: 35px;
  line-height: 32px;
  font-weight: bold;
  text-align: left;
}

.ribbon{
  background: url("assets/img/rubbon.png") no-repeat center;
  display: block;
  margin:auto;
  width: 284px;
  height: 36px;
  position: relative;
  margin-top: 10px;
}

.ribbon span{
  color: white;
  font-size: 20px;
  position: relative;
  top: 5px;
}

.score_social{
  padding: 20px 0 0 0;
  margin: 0;
  position: relative;
  z-index: 10000;
}

.score_social li{
  display: inline-block;
  padding: 0 15px;
  font-size: 28px;
}

.score_social li a{
  text-decoration: none;
}

.fa-facebook{
  color: #3c5998;
}

.fa-twitter{
  color: #3aaae1; 
}

.fa-envelope-o{
  color: #e44c3e;
}

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

.response{
  color: #824c26;
  line-height: 18px;
  font-size: 13px;
  padding-left: 60px;
  position: relative;
  opacity: 0;
  margin-top:30px;
  transition: all 2s;
}

.response strong{
  font-weight: 700;
  display: block;
  color: #73bd98;
  margin-bottom: 10px;
  font-size: 20px;
}

.response--good:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("assets/img/christmas_good.svg") no-repeat center;
  background-size: contain;
  width: 45px;
  height: 50px;
}

.response--bad:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("assets/img/christmas_bad.svg") no-repeat center;
  background-size: contain;
  width: 45px;
  height: 50px;
}

.response--good{
  opacity: 1;
}

.response--bad{
  opacity: 1;
}

.response--good strong{
  color: #73bd98;
}

.response--bad strong{
  color: #e44c3e;
}

.layout_table{
  display: table;
  width: 100%;
  height: 100%;
}

.layout_tableCell{
  display: table-cell;
}

.layout_tableCell--center{
  vertical-align: middle;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bubble {
    0% {top: -100px;}
    100%{top: 0px;}
} 

/* Standard syntax */ 
@keyframes bubble {
    0% {top: -100px;}
    100%{top: 0px;}
}