body {
    background: var(--Background-Builder, #F5F5F5);
    box-shadow: none;
    padding-top: 16px !important;
    color: var(--app-color-dark);
}
#quiz-container {
    display: flex;
    flex-direction: column;
}
#quiz.quiz_progress {
	margin-top: 0px;
}


.quiz-inscription-card {
    background: white;
    border-radius: 16px;
    box-shadow: var(--app-box-shadow-grid-builder, 0px 5px 10px 0px #F2F2F2);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 56px;
    margin: 32px auto 0 auto;
    width: 100%;
    max-width: 600px;
    padding: 36px;
}
.quiz-inscription-card.with-image {
    max-width: 1328px;
}
.quiz-inscription-card .quiz-content {
    width: 100%;
}
.quiz-inscription-card.with-image .quiz-content {
    width: 600px;
    min-width: 600px;
}
.quiz-inscription-card .quiz-image img {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.quiz-inscription-card .quiz-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media (max-width: 767px) {
    .quiz-inscription-card.with-image {
        max-width: 100%;
        flex-direction: column;
    }
}
.quiz-inscription-card .quiz-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.quiz-inscription-card .quiz-header .label {
    box-shadow: none;
}
.quiz-inscription-card .quiz-title {
    text-align: center;
}
.quiz-inscription-card .quiz-title h4 {
    margin-bottom: 8px;
}
.quiz-inscription-card .quiz-title h2 {
    font-weight: 300;
}
.quiz-inscription-card .quiz-description {
    text-align: center;
}
.quiz-inscription-card .form-actions {
    text-align: center;
    justify-content: center;
    margin-top: 36px;
}
.quiz-inscription-card p small {
    font-size: 12px;
    font-weight: 300;
}


.quiz-header-bar {
    background: white;
    display: flex;
    padding: 16px 26px;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background: var(--Background-Secondary, #FFF);
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    height: 70px;
    margin-bottom: 48px;
}
.quiz-header-bar span.quiz-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.quiz-type {
    font-size: 16px;
    font-weight: 300;
    white-space: nowrap;
}
.quiz-page-header {
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}
.quiz-page-header .page-number {
    font-size: 18px;
    font-weight: 300;
}
.quiz-page-header .page-title {
    font-size: 24px;
    font-weight: 800;
}
.quiz-page-header .page-description {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.section_form.with-timer {
    margin-bottom: 132px;
}
.quiz-timer {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: white;
    border-radius: 24px;
    padding: 16px 24px;
    box-shadow: var(--app-box-shadow-gris, 0 5px 10px 0 #F2F2F2);
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 365px;
}
.quiz-timer .quiz-timer-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 300;
}
.quiz-timer .quiz-timer-progress {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    font-weight: 700;
}
.quiz-timer-progress-time {
    min-width: 40px;
}
#timer {
    width: 100%;
}

#quiz-container .section_header h1 {
    font-size: 34px;
}
#quiz-container .section_header span {
    text-align: center;
}

#quiz-container hr.right {
	border-bottom: 2px solid #ffffff;
}

#quiz-container .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}
#quiz-container .questions {
    display: flex;
    flex-direction: column;
    gap: 56px;
    margin-bottom: 46px;
}
#quiz-container .box {
    border: none;
    border-radius: 16px;
    float: none;
    margin: 0;
    padding: 40px 36px;
    background: var(--Background-Secondary, #FFF);
    box-shadow: 0 5px 25px 0 rgba(219, 201, 227, 0.21);
    overflow: visible;
}
.box-header {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
}
.box-header .box-header-number {
    display: flex;
    width: 45px;
    min-width: 45px;
    height: 45px;
    padding: 5px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: var(--common-primary-brand-emerald-20, #E4F3F0);
    color: var(--common-primary-brand-emerald-100, #00866D);
    text-align: center;
    font-size: 22px;
    font-weight: 800;
}
.box-header .box-header-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.box-header .box-header-content h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}
.box-header .box-header-content .description {
    font-size: 16px;
    font-weight: 300;
}
.box-header .box-header-content .description img,
.box-header .box-header-content .description iframe {
    max-width: 100%;
}
#quiz-container .box .head {
    background-color: transparent;
    border-bottom: none;
    text-align: center;
    padding: 24px;
}
#quiz-container .form .box .head {
    padding-bottom: 0;
}
#quiz-container .box .head h4 {
    font-weight: 500;
    color: var(--app-color-dark);
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    text-align: left;
}
#quiz-container .box p {
	padding:0px;
}
#quiz-container .box .division {
	display: inline-block;
    margin: 17px 0 23px;
    position: relative;
    text-align: center;
    width: 100%;
}
#quiz-container .box .division hr {
	border-color: #E2E2E4;
    border-width: 1px;
    margin: 0;
    position: absolute;
    width: 40%;
}
#quiz-container .box .division hr.left {
	top: 13px;
}
#quiz-container .box .division hr.right {
	bottom: 6px;
    right: 0;
}
#quiz-container .box .division span {
	color: #666666;
	font-size: 18px;
}
#quiz-container .box form {
	margin-bottom: 0px;
}
#quiz-container .box fieldset {
	padding: 0 20px;
}
#quiz-container .box .box-content {
    padding: 36px;
}
#quiz-container .box .form-actions {
	margin-bottom: 0px;
    background: transparent;
    border: none;
    padding: 0;
}
.form-actions {
    margin-bottom: 0px;
    background: transparent;
    border: none;
    padding: 0;
}


/* Formulaire */
#quiz-container .box .form {
    padding: 36px 0 0 0;
}
#quiz-container .box .box-content .form {
    padding: 0;
}
#quiz-container .box .form .form-group:last-of-type {
    margin-bottom: 0;
}
#quiz-container .questions .checkboxes {
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
#quiz-container .questions .checkboxes .checkbox {
    display: flex;
    min-width: 230px;
    max-width: 230px;
    padding: 25px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    gap: 12px;
    border-radius: 12px;
    background: var(--Background-Builder, #F5F5F5);
}
#quiz-container .questions .checkboxes .checkbox label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#quiz-container .questions .checkboxes .checkbox label .checker,
#quiz-container .questions .checkboxes .checkbox label .radio {
    margin-right: 0;
}
#quiz-container .box .form .controls > div.checkbox,
#quiz-container .box .form .controls > div.radio {
	margin-bottom: 10px;
}
#quiz-container .box .form .controls > div.checkbox div.checker,
#quiz-container .box .form .controls > div.radio div.checker {
    margin-top: -5px;
}
#quiz-container .questions .checkboxes .checkbox.checkbox-success {
    background: var(--common-primary-brand-emerald-10, #F1FCFA);
}
#quiz-container .questions .checkboxes .checkbox.checkbox-success div.radio span.checked:before {
    color: var(--common-primary-brand-emerald-80, #1CA78D);
}
#quiz-container .questions .checkboxes .checkbox.checkbox-success div.checker span.checked:before {
    background: var(--common-primary-brand-emerald-80, #1CA78D);
}
#quiz-container .questions .checkboxes .checkbox.checkbox-danger {
    background: var(--common-primary-brand-coral-10, #FFF5F3);
}
#quiz-container .questions .checkboxes .checkbox.checkbox-danger div.radio span.checked:before {
    color: var(--common-secondary-brand-red-100, #EE5340);
}
#quiz-container .questions .checkboxes .checkbox.checkbox-danger div.checker span.checked:before {
    background: var(--common-secondary-brand-red-100, #EE5340);
}


#quiz-container .box .form .description{
	font-style: italic;
}

#quiz-container .box .form .input-prepend {
	background: #fff;
	text-align: center;
	height: 20px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 20px
}
#quiz-container .box .form .add-on {
	background: #fff;
	padding: 5px;
}
#quiz-container .box .form .add-on i {
	opacity: .5;
}

#quiz-container .box .form input[type="text"],
#quiz-container .box .form input[type="email"],
#quiz-container .box .form input[type="password"],
#quiz-container .box .form input[type="number"] {

}
#quiz-container .box .form button[type="submit"]{
    margin-top: 20px;
}

#quiz-container .box .form textarea{
	min-width: 40%;
	min-height: 70px;
}

#quiz-container .box .form-accueil {
	text-align: center;
}


.ui-sortable.limited {
    border-radius: 12px;
    padding: 16px;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#parentdrag .ui-sortable.limited {
    background: var(--Background-Builder, #F5F5F5);
}
#parentdrop .ui-sortable.limited {
    background: var(--common-primary-brand-emerald-10, #F1FCFA);
}
.ui-sortable.limited li {
    border-radius: 16px;
    background: var(--Background-Secondary, #FFF);
    box-shadow: var(--app-box-shadow-gris, 0 5px 10px 0 #F2F2F2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--app-color-dark);
    padding: 10px 16px;
    width: 100%;
    border: none;
    text-shadow: none;
    height: auto;
    min-height: 60px;
}
.ui-sortable li.ui-state-default span {
    color: var(--common-primary-brand-navy-blue-100, #1E1E23);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    text-shadow: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ui-sortable li.ui-state-default i {
    font-size: 16px;
}
.ui-sortable.limited li div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ui-sortable.limited li div .explication {
    font-weight: 300;
    font-style: italic;
}



#quiz-container .score-container {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid var(--Border-Secondary, #F3EEE8);
}
#quiz-container .score-container .reponses-list {
    display: flex;
    align-items: center;
    gap: 16px;
}
#quiz-container .score-container .reponses-list .reponse-list {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}
#quiz-container .score-container .reponses-list .reponse-list i {
    font-size: 22px;
}

#quiz-container .alert-score {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 16px;
    padding: 36px 24px;
    border-radius: 20px;
}
#quiz-container .alert-score.alert-score-success {
    background: var(--common-primary-brand-emerald-10, #F1FCFA);
}
#quiz-container .alert-score.alert-score-danger {
    background: var(--common-primary-brand-coral-10, #FFF5F3);
}
#quiz-container .alert-score.alert-score-success .card-icon {
    background: var(--common-primary-brand-emerald-100, #00866D);
}
#quiz-container .alert-score.alert-score-danger .card-icon {
    background: var(--common-primary-brand-coral-100, #ff7559);
}
#quiz-container .alert-score.alert-score-success h4 {
    color: var(--common-primary-brand-emerald-100, #00866D);
}
#quiz-container .alert-score.alert-score-danger h4 {
    color: var(--common-primary-brand-coral-100, #ff7559);
}


.ui-progressbar {
	height: 20px !important;
	text-align: left;
	overflow: hidden;
	border: none !important;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    background: #f5f5f5 !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    margin-top: 10px;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
	background: #0e90d2;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,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");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

#quiz-container .chosen-container {
    min-width: 100px;
}




.quiz.theme2 .controls>.checkbox:first-child,
.quiz.theme2 .controls>.radio:first-child {
    padding-top: 0px !important;
}
.quiz.theme2 .box {
    background: #282931 !important;
}
.quiz.theme2 .box .box-header h4 {
    color: white !important;
}
.quiz.theme2 .box-header .box-header-number {
    background: #434553;
    color: white;
}
.quiz.theme2 .description {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0px;
}
.quiz.theme2 .description,
.quiz.theme2 .description p {
    color: white !important;
    padding: 0px !important;
}
.quiz.theme2 .form p {
    color: white;
}
.quiz.theme2 table tr th {
    color: white;
}
#quiz-container.theme2 .questions .checkboxes .checkbox {
    background: #434553;
    color: white;
}
#quiz-container.theme2 .questions .checkboxes .checkbox label {
    color: white;
}
#quiz-container.theme2 .questions input,
#quiz-container.theme2 .questions textarea {
    background: #282931 !important;
    color: white;
    border: 1px solid #434553;
}
#quiz-container.theme2 .input-group {
    border: 1px solid #434553;
}

#quiz-container.theme2 .input-group .input-group-addon {
    background: #282931 !important;
    color: white !important;
}
#quiz-container.theme2 .form-control::placeholder {
    color: #FFF;
}
#quiz-container.theme2 ::-ms-input-placeholder {
    color: #FFF;
}
#quiz-container.theme2 div.checker span.checked,
#quiz-container.theme2 div.radio span.checked {
    box-shadow: 0 2px 4px 0 #262E4A;
}
#quiz-container.theme2 .select2-container--default .select2-selection--single {
    background: #282931;
    border: 1px solid #434553;
}
#quiz-container.theme2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
}
#quiz-container.theme2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: white;
}
#quiz-container.theme2 table.table > thead {
    border-bottom: none;
}
#quiz-container.theme2 table tr td {
    background-color: #282931;
    color: white;
}
#quiz-container.theme2 .echelle .table-striped>tbody>tr:nth-of-type(odd) td {
    background: #434553;
}
#quiz-container.theme2 .echelle .slider-info {
    background: #434553;
    color: white;
}
#quiz-container.theme2 #parentdrag .ui-sortable.limited,
#quiz-container.theme2 #parentdrop .ui-sortable.limited {
    background: #434553;
}
#quiz-container.theme2 .ui-sortable.limited li {
    background: #282931;
    color: white;
    box-shadow: none;
}
#quiz-container.theme2 .ui-sortable.limited li span {
    color: white;
}



.quiz.theme3 .controls>.checkbox:first-child,
.quiz.theme3 .controls>.radio:first-child {
    padding-top: 0px !important;
}
.quiz.theme3 .box {
    background: #fb887c !important;
    background-color: #fb887c !important;
    border-radius: 0px;
    box-shadow: none;
}
#quiz-container.theme3 .box-header .box-header-content h4,
#quiz-container.theme3 .box-header .box-header-content .description {
    color: white;
}
#quiz-container.quiz.theme3 .box .form .controls > div.checkbox,
#quiz-container.quiz.theme3 .box .form .controls > div.radio {
    margin-bottom: 20px;
}
#quiz-container.theme3 .questions .checkboxes {
    flex-direction: column;
    align-content: flex-start;
}
#quiz-container.theme3 .questions .checkboxes .checkbox {
    padding: 0;
    justify-content: flex-start;
    background: transparent;
    text-align: left;
    align-items: flex-start;
    color: white;
    min-width: 0;
    max-width: 100%;
}
#quiz-container.theme3 .questions .checkboxes .checkbox label {
    color: white;
    text-align: left;
    justify-content: flex-start;
    padding-left: 50px;
}
.quiz.theme3 input[type="checkbox"],
.quiz.theme3 input[type="radio"] {
    opacity: 0;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    z-index: 100;
    box-sizing: border-box;
    padding: 0;
}
.quiz.theme3 input[type="checkbox"],
.quiz.theme3 input[type="radio"],
.quiz.theme3 label::before {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 0;
    margin-top: -20px;
    position: absolute;
    cursor: pointer;
    box-sizing: border-box;
}
.quiz.theme3 label.checkbox::before {
    margin-top: -17px;
}

.quiz.theme3 input[type="checkbox"]:checked + label,
.quiz.theme3 input[type="radio"]:checked + label {
    color: #fff;
}

.quiz.theme3 input[type="checkbox"]:checked + label::before,
.quiz.theme3 input[type="radio"]:checked + label::before {
    opacity: 0.8;
}
.quiz.theme3 label.radio::before {
    border-radius: 50%;
}
.quiz.theme3 label::before {
    content: '';
    border: 4px solid #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.quiz.theme3 table.table > thead {
    border-bottom: none;
}
.quiz.theme3 .controls {
    position: relative;
}
.quiz.theme3 svg {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -14px;
    left: 5px;
    pointer-events: none;
}

.quiz.theme3 svg:not(:root) {
    overflow: hidden;
}
.quiz.theme3 svg path {
    stroke: #fdfcd3;
    stroke-width: 13px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

/* Blackmoon */
#wrapper {
	position: relative !important;
	margin-top: 0px !important;
	margin-left: 0px !important;
	top: 0 !important;
	left: 0 !important;
	width: 100%;
    height: auto;
}

#wrapper .container {
	height: auto;
}

#wrapper .box .head h4 {
    padding-left: 15px;
}
#wrapper .col-md-12 {
    max-width: 100%;
}
html.iframe .select2-container--default .select2-results>.select2-results__options {
    max-height: 120px!important;
}
