@media (max-width: 1280px) {
  .video {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .continue {
    margin-top: 20px;
  }

  .continue a.btn-continue,
.continue span.btn-continue, 
.continue .visible span.btn-continue{
  box-sizing: border-box;
  width: 100%;
 max-width: 803px;
  height: 40px;
  background-image: url(../images/btn-off.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
  padding-top: 7.5px;
  cursor: pointer;
}

  .questions-container{
    height: auto;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

  .questions {
    height: 140px;
    min-height: 140px;
  }

  .questions .question {
    width: 50%;
    padding-left: 80px;
    padding-top: 18px;
    font-size: 16px;
    line-height: 20px;
    background-image: url(../images/question-off-smart.svg);
    background-size: contain;
  }

  .questions .question:hover {
    background-image: url(../images/question-on-smart.svg);
}

.questions .question.choix{
    background-image: url(../images/question-on-smart.svg);
}
}


@media (max-width: 960px) {

    .page {
        align-items: flex-start;
        align-content:  flex-start;
    }

    .video {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
      }
      .continue {
        margin-top: 20px;
      }
      
      .questions-container{
        height: 62px;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

      .continue a.btn-continue,
      .continue span.btn-continue, 
      .continue .visible span.btn-continue{
        box-sizing: border-box;
        width: 100%;
        height: 40px;
        background-image: url(../images/btn-off.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        text-align: center;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 2px;
        color: #fff;
        text-decoration: none;
        padding-top: 10px;
        cursor: pointer;
      }

      .questions {
        width: 100%;
        max-width: 1146px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        height: 62px;
      }

      .questions .question {
        width: 50%;
        background-image: url(../images/question-off.svg);
        height:30px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 16px;
        color: #251352;
        padding-top: 6px;
        padding-left: 130px;
        cursor: pointer;
      }

}

@media (max-width: 768px) {

    .logo-perf {
        width: 80%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
      }

      .page {
        align-items: center;
        align-content:  center;
    }


      .continue a.btn-continue,
      .continue span.btn-continue, 
      .continue .visible span.btn-continue{
        box-sizing: border-box;
        width: 100%;
       max-width: 803px;
        height: 60px;
        background-image: url(../images/btn-off.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 2px;
        color: #fff;
        text-decoration: none;
        padding-top: 18.5px;
        cursor: pointer;
      }

      .video {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
      }

      .questions-container{
        height: auto;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

      .questions {
        height: 180px;
        min-height: 160px;
      }

      .questions .question {
        width: 100%;
        padding-left: 50px;
        padding-top: 6px;
        font-size: 16px;
        line-height: 20px;
        background-image: url(../images/question-off-smart.svg);
      }

      .questions .question:hover {
        background-image: url(../images/question-on-smart.svg);
    }
    
    .questions .question.choix{
        background-image: url(../images/question-on-smart.svg);
    }

    .score{
        width: 90%;
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
        color: #fff;
        text-align: center;
    }


      a.logo-footer{
        position: absolute;
        left: 20px;
        bottom: 20px;
    }
    a.logo-footer img{
width: 180px;
height: auto;
    }

    a.voeux {
        right: 20px;
        bottom: 20px;
        font-size: 18px;
    }
}