/* Blocs question et autres tirages en bas des rÃ©sulats */

#resultat form {
  margin-bottom: 40px;
}
#resultat form .sep {
  display: block;
  height: 1px;
  width: 200px;
  margin: 0 auto;
  background: #ffffff;
  margin-bottom: 30px;
}
#resultat form .titre {
  color: #ffffff;
  text-align: center;
  font-family: 'bahnhof_regularregular';
  margin-bottom: 15px;
  font-size: 30px;
}
#resultat form .sstitre {
  color: #ffffff;
  text-align: center;
  font-family: 'Montserrat';
  margin-bottom: 15px;
  font-size: 16px;
}
#resultat form span {
  display: block;
  margin-bottom: 15px;
}
#resultat form span label {
  width: 45%;
  text-align: right;
  color: #ffffff;
  display: block;
  float: left;
  margin-right: 10px;
  font-family: 'Montserrat';
  font-size: 16px;
}
#resultat form span select {
  height: 25px;
  width: 40%;
  font-family: 'Montserrat';
  font-size: 16px;
  margin-bottom:15px;
}
#resultat .send {
  margin-top:0px;
}
#resultat form input[type="text"] {
    padding: 10px;
    height: 25px;
}

/* Callback new */

#ajax_question_callback {
  text-align:center;
}

#ajax_question_callback span label {
  width:100% !important;
  text-align:center !important;
  margin-bottom:10px;
}

#ajax_question_callback #phone {
  width:100%;
}

#resultat form #phone {
    padding: 20px 50px !important;
    font-size: 18px;
}

#resultat form span {
  overflow:inherit !important;
}

#resultat .iti__flag-container span {
  display:inline-block !important;
}

#resultat #error-msg {
  color: red;
  text-align:center;
}

#resultat #valid-msg {
  color: #00C900 !important;
  display: inline-block;
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: inherit !important;
}

#resultat input.error {
  border: 1px solid #FF7C7C;
}

#resultat .hide {
  display: none !important;
}

#resultat form .check label {
  float: right;
  width: 70%;
  text-align: left;
}
#resultat form .check input {
  width: 20px;
  height: 20px;
  margin-left: 25%;
}
#resultat form .cgv {
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 16px;
  width: 70%;
  margin: 0 auto 15px;
}
#resultat form .cgv a {
  color: #ffffff;
  text-decoration: underline;
}

#resultat .tirage span {
  display: block;
  height: 1px;
  width: 200px;
  margin: 0 auto;
  background: #ffffff;
  margin-bottom: 30px;
}
#resultat .tirage .titre {
  font-family: 'bahnhof_regularregular';
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}
#resultat .tirage ul {
  width: 652px;
  margin: 0 auto;
}
#resultat .tirage ul li {
  background: #ffffff;
  width: 148px;
  height: 212px;
  padding: 4px;
  position: relative;
  margin-left: 20px;
  float: left;
  margin-bottom: 45px;
  cursor: pointer;
}
#resultat .tirage ul li .vignette {
  overflow: hidden;
  pointer-events: none;
  width: 139px;
  height: 107px;
}
#resultat .tirage ul li .vignette img {
  width: 100%;
}
#resultat .tirage ul li .name {
  color: #4d4d4d;
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
  line-height: 17px;
  pointer-events: none;
  padding-top:9px
}
#resultat .tirage ul li .card {
  width: 66px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 160px;
  pointer-events: none;
}
#resultat .tirage ul li .card img {
  position: absolute;
}
#resultat .tirage ul li .card .back {
  left: 30px;
}
#resultat .tirage ul li .bouton {
  background: #27758c;
  border-radius: 10px;
  display: block;
  width: 90px;
  height: 30px;
  font-size: 11px;
  font-family: 'Montserrat';
  box-shadow: 0px 2px 0px #16294f;
  position: absolute;
  bottom: -15px;
  left: 30px;
  text-align: center;
  padding-top: 7px;
  pointer-events: none;
}
#resultat .tirage ul li:first-child {
  margin-left: 0;
}
#resultat .tirage ul li:nth-child(5) {
  margin-left: 85px;
}

/* RWD Rules */
@media only screen and (max-width: 760px), only screen and (max-width: 760px) and (min-device-pixel-ratio: 2), only screen and (max-width: 760px) and (min-resolution: 192dpi) {
  header {
    padding: 8px 35px;
  }

  .send,
  .start {
    height: 40px !important;
    line-height: 40px !important;
    margin: 20px auto;
  }
  .send img,
  .start img {
    width: 20px !important;
    height: auto !important;
  }

  .is-centered {
    transform: translate(-50%, 0) !important;
  }

  #resultat form .check input {
    margin-left: 0%;
  }
  #resultat form .check label {
    width: 90%;
  }
  #resultat form .cgv {
    width: 100%;
  }
  #resultat .tirage ul {
    width: 100%;
    margin-bottom: 100px;
  }
  #resultat .tirage ul li {
    float: inherit;
    width: 100%;
    margin-left: 0;
  }
  #resultat .tirage ul li .vignette {
    width: 100%;
  }
  #resultat .tirage ul li .vignette img {
    margin-top: -18%;
  }
  #resultat .tirage ul li .name {
    margin-top: 13px;
  }
  #resultat .tirage ul li .bouton, .tarot1 #resultat .tirage ul li .card {
    left: 50%;
    transform: translate(-50%, 0);
  }
  #resultat .tirage ul li:nth-child(5) {
    margin-left: 0;
  }

  
  footer .content ul:nth-child(2){
    position: relative;
  }
  footer .content ul:nth-child(2) li{
    margin-right: 3px;
  }
}
@media only screen and (max-width: 480px), only screen and (max-width: 480px) and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-resolution: 192dpi) {
  header {
    padding: 4px 10px;
  }


  #resultat form .titre {
    font-size: 22px;
  }
  #resultat form .sstitre {
    font-size: 16px;
    text-align: left;
  }
  #resultat form span label {
    font-size: 16px;
    text-align: left;
    width: 40%;
  }
    #resultat form span select {
    width: 50% !important;
  }
  #resultat form span input, .tarot1 #resultat form span select {
    width: 50%;
  }
  #resultat form .check {
    margin-bottom: 30px;
    display:inline-block !important;
  }
  #resultat form .check input {
    margin-left: 0px !important;
    margin-top:20px!important;
    font-size:13px !important;
  }
  #resultat form .check label {
    width: 83% !important;
    margin-top:20px !important;
  }
  #resultat form .cgv {
    width: 100%;
    font-size: 16px;
  }
  #resultat .tirage .titre {
    font-size: 20px;
  }
  #resultat .tirage ul {
    width: 100%;
  }
  #resultat .tirage ul li {
    float: inherit;
    width: 100%;
    margin-left: 0;
  }
  #resultat .tirage ul li .vignette {
    width: 100%;
  }
  #resultat .tirage ul li .vignette img {
    margin-top: -18%;
  }
  #resultat .tirage ul li .name {
    margin-top: 13px;
  }
  #resultat .tirage ul li .bouton, .tarot1 #resultat .tirage ul li .card {
    left: 50%;
    transform: translate(-50%, 0);
  }
  #resultat .tirage ul li:nth-child(5) {
    margin-left: 0;
  }
}
