*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Open Sans, Arial, sans-serif;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

body{
    font-family: Open Sans, Arial, sans-serif;
    max-width: none;
}

h1,h2,h3,h4{
    font-weight: 800;
    color: #333;
    padding-bottom: 10px;
}

h2{
    font-size: 24px;
    line-height: 1.8em;
}

h4{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.7em;
}

.top-img{
    display: flex;
    justify-content: center;
}

input,select{
    padding: 5px;
    background-color: #fff;
    border: 1px solid #bbb;
    color: #4e4e4e;
}

.container-accueil{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container-photo-franchise-mindflurry{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80%;
    margin: 0 auto;
}

#bl_onboarding_form .container-bloc-info-franchise{
    max-width:50%;
}

.container-bloc-info-franchise{
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
    background-color: #efefef;
    margin: 50px auto;
    padding: 30px 50px;
}

.container-formulaire-franchise,.container-formulaire-deciplus,.container-formulaire-independant{
    max-width: 80%;
    margin: 50px auto;
}

.field{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 40px;
}

.double-field{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin: 20px 0;
}

.field-left,.field-right{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 49%;
}

.field-subtitle{
    color: #666;
    font-size: 12px;
}

.field-left{
    margin-right: 2%;
}

.field-title{
    margin-bottom: 5px;
}

.field label{
    color: #666;
    font-weight: bolder;
}

.field-required{
    color: #790000;
    margin-left: 5px;
}

.hide{
    display: none;
}

.form__btn{
    background-color: black;
    padding: 10px 80px;
    color: #fff;
    border: none;
    font-size: 17px;
    cursor:pointer;
    margin-right: 20px;
}

.form__btn:hover{
    background-color: #666;
}

.btn-next-container{
    margin-top: 30px;
}

.container-info-mindflurry p{
    color: #666;
}

/* Test */
.step-wizard {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-wizard-list{
    background: #fff;
    /*box-shadow: 0 15px 25px rgba(0,0,0,0.1);*/
    color: #333;
    list-style-type: none;
    border-radius: 10px;
    display: flex;
    padding: 20px 10px;
    position: relative;
    z-index: 10;
}

.step-wizard-item{
    padding: 0 20px;
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 170px;
    position: relative;
}

.step-wizard-item + .step-wizard-item:after{
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    background: #ff7575;
    width: 100%;
    height: 2px;
    transform: translateX(-50%);
    z-index: -10;
}

.progress-count{
    height: 40px;
    width:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    z-index:10;
    color: transparent;
}

.progress-count:after{
    content: "";
    height: 40px;
    width: 40px;
    background: #ff7575;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -10;
}

.progress-count:before{
    content: "";
    height: 10px;
    width: 20px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%) rotate(-45deg);
    transform-origin: center center;
}

.progress-label{
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.current-item .progress-count:before,
.current-item ~ .step-wizard-item .progress-count:before{
    display: none;
}

.current-item ~ .step-wizard-item .progress-count:after{
    height:10px;
    width:10px;
}

.current-item ~ .step-wizard-item .progress-label{
    opacity: 0.5;
}

.current-item .progress-count:after{
    background: #fff;
    border: 2px solid #ff7575;
}

.current-item .progress-count{
    color: #ff7575;
}

.form-hidden{
    display: none;
}

.info-bon-de-commande{
    margin-bottom: 50px;
}

.info-bon-de-commande table{
    margin-top: 50px;
    border: 1px solid #eee;
    width: 100%;
    text-align: left;
}

.info-bon-de-commande table th{
    padding: 9px 24px;
}

.info-bon-de-commande table td{
    border-top: 1px solid #eee;
    padding: 9px 24px;
}

.btn-previous-container{
    display: flex;
    margin: 50px 0;
}

.btn-previous-container button{
    margin-right: 20px;
}

.dflex{
    display: flex;
}

.rum-field{
    margin-left: 10px;
}

.container-info-lettre{
    margin-bottom: 50px;
}

.tab {
    display: none;
}

.container-formulaire-dediee{
    max-width: 50%;
    margin: 50px auto;
}

.cf7-field{
    margin-bottom:20px;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0;
}

.hidden{
    display:none;
}

#bl_onboarding_bodyhit,
#bl_onboarding_mybigbang,
#bl_onboarding_easygym,
#bl_onboarding_sunform,
#bl_onboarding_deciplus,
#bl_onboarding_independant,
#bl_onboarding_home_page{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container-top-img,.top-img{
max-width: 60%;
margin: 0 auto;
}

.bl_clearfix{
    clear:both;
}

.bl_grid{
    float:left;
    box-sizing:border-box;
    padding: 5px;
}

.bl_grid_20{
    width:20%;
}
.bl_grid_25{
    width:25%;
}
.bl_grid_33{
    width:33%;
}
.bl_grid_35{
    width:35%;
}
.bl_grid_40{
    width:40%;
}
.bl_grid_50{
    width:50%;
}
.bl_grid_60{
    width:60%;
}
.bl_grid_100{
    width:100%;
}

.bl_grid_first{
    padding-left:0;
}

.bl_grid_last{
    padding-right:0;
}

.bl_field{
    width:100%;
}

/* Headings */
.bl_field_title .bl_field_subtitle{
    padding-top: 8px;
    color: #999;
    font-size: 12px;
    font-style: italic;
    padding-bottom: 2px;
}

.bl_sidebar .bl_field_title{
    font-size:13px;
}

.bl_field_title{
    margin-top: 10px;
    margin-bottom:3px;
    color: #555;
    font-size: 15px;
    padding-left: 2px;
    display: inline-block;
    font-weight: 400;
    line-height: 19px;
}

/* Headings. */
.bl_section_title{
    font-size: 20px;
    color:#7a7a78;
    padding-bottom:4px;
    margin: 15px 2px 2px;
    border-bottom:3px dashed #ddd;
    text-align: left;
}

/* Metaboxes. */
.bl_main, .bl_main_option{
    margin-top: 10px;
}

.bl_main_settings{
    margin-top: 10px;
    margin-right: 15px;
}

.bl_main .bl_inner, .bl_main_option .bl_inner_option{
    background:whitesmoke;
    padding:4px 10px 8px;
    border: 1px solid #ddd;
    border-top:none;
}

.bl_main_settings .bl_inner{
    background:white;
}

.bl_main .bl_handle,
.bl_main_option .bl_handle_option{
    padding: 8px 12px;
    background: white;
    border: 1px solid #ccd0d4 !important;
    display:block;
}

.bl_main .bl_handle.closed,
.bl_main_option .bl_handle_option.closed{
    border-bottom: none;
}

.bl_main .bl_handle .bl_handle_title,
.bl_main_option .bl_handle_option .bl_handle_title_option{
    margin-top: 4px;
    float:left;
    color: #23282d;
    font-weight:400;
    font-size: 18px;
    box-sizing: border-box;
}

.bl_main select,
.bl_main_option select,
.bl_side_select{
    width:100%;
    margin-bottom:5px;
    max-width: inherit;
}

.nv-page-title{
    display: flex;
    justify-content: center;
}

.container-mf-mail{
    display: flex;
    max-width: 20%;
    margin-bottom: 30px;
}

.container-company-mail,.container-sign-zone{
    display: flex;
    flex-direction: column;
    margin-left: 70%;
    margin-bottom: 30px;
}

.container-info-zone{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.container-mail-zone{
    margin-bottom: 30px;
}

#signatureCanvas{
    width: 400px;
    height: 200px;
    border: 3px solid black;
    background-color: white;
}

.signature-pad{
    cursor: pointer;
    border: 2px solid #0a0a0a;
    width: 400px;
    height: 200px;
}

.clear-button{
    color: #0a0a0a;
}

@media (pointer:coarse){
    body{
        overflow: hidden;
    }
}

.maSignature{
    width: 400px;
    height: 200px;
    border: 2px solid #ccc;
}

#wpexperts_pdf_generate_file{
    display:block;
    width:50px;
}

input:disabled{
    color:#000;
}

.wp-core-ui select:disabled {
    color: #000;
}

.fixed .column-slug {
    width: auto;
}

#recap-order table,
#set-up-order table{
    border-collapse: collapse;
    border: 15px;
    margin: 30px auto;
}

#recap-order table thead,
#set-up-order table thead {
    background-color: #d7393e;
    color: #fff;
    white-space: nowrap;
}

#recap-order table th,
#recap-order table td,
#set-up-order table th,
#set-up-order table td{
    border: 1px solid rgba(47, 47, 47, 0.178);
    padding: 14px;
}

#recap-order table tr td,
#set-up-order table tr td {
    color: #555;
}

#iban.valid,#bic.valid{
    color: #00a000;
    border-color: #00a000;
}

#iban.invalid,
#bic.invalid{
    color: #ff0000;
    border-color: #ff0000;
}

#iban.empty,
#bic.empty{
    border-color: #000;
}

input.invalid,
select.invalid{
    border-color: #ff0000 !important;
}