.custom-quiz-logo:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 100%;
    width: 32%;
    min-width: 120px;
    max-width: 600px;
    background-image: url("/sites/default/files/webforms/jeu-excessif/logo.png");
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

main .layout-content {
    background-image: url("/sites/default/files/webforms/jeu-excessif/bg.jpg");
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.region-content {
    margin-bottom: 0 !important;
}

.page-title {
    color: #ffffff;
    font-weight: 700;
}

.webform-submission-form fieldset > legend,
.webform-submission-form > div > div > label {
    color: #b21d34 !important;
    font-weight: 700 !important;
}

.webform-submission-form .webform-button--submit {
    background-color: #b21d34 !important;
}

.webform-submission-form .webform-button--submit:hover {
    background-color: #b21d34 !important;
}

.progress-title{
  color:#ffffff!important;
} 
.webform-confirmation{
  text-align:center;
  margin:100px 0 300px;
}
.webform-confirmation__message{
  color:#ffffff;
}

.region-title{
  margin-bottom:0!important;
} 

@media screen and (min-width: 900px) {
  .region-title h1 {
    padding-left:200px!important;
    padding-right:200px!important;
  }
}