<div id="step-4" style="display:none;">
<div class="steps mb-12">
<div class="step">Étape 1</div>
<div class="step">Étape 2</div>
<div class="step ">Étape 3</div>
<div class="step active">Étape 4</div>
</div>
{# <div id="cgv" style=" width: 100%;
max-width: 800px;
height: 300px;
overflow-y: auto;
border: 1px solid #ccc;
padding: 10px;
background: white;
font-family: Arial, sans-serif;
white-space: pre-wrap;">
{{ cgv | raw }}
</div>
<br>
<br>
<br> #}
<div id="cgu" style="font-size:16px; width: 100%;height: 300px; overflow-y: auto; border: 1px solid #ccc; padding: 10px; background: white; font-family: Arial, sans-serif;"> {{ cgu | raw }}
</div>
<label class="text-check" for="cgu-accept" style="margin-left: 5px; cursor: pointer;">
<input id="cgu-accept" type="checkbox" class="mr-1">
Je confirme avoir lu et accepté les <span id="content-cgu" class="cursor" style="color:#2885df;">Conditions Générales de Vente (CGU).</span> </label>
<br>
<div id="contrat-partenaire" style=" width: 100%;
height: 300px;
overflow-y: auto;
border: 1px solid #ccc;
padding: 10px;
background: white;
font-family: Arial, sans-serif;font-size:16px">
{{ contrat_subcontractor(company) | raw }}
</div>
<label class="text-check" for="contract-accept" style="margin-left: 5px; cursor: pointer;">
<input class="mr-1" id="contract-accept" type="checkbox" >
Je confirme avoir lu et accepté le <span id="all-content" class="cursor" style="color:#2885df;"> contrat.</span>
</label>
<br>
<p id="element-error-message-step-4" style="color: rgb(185, 71, 71); font-size: 12px;">
<div id="all-btn-step-4" style="display:none;">
<button id="btn-back-step-3" style="margin-right: 15px;" type="button" class="btn btn-primary-custom font-weight-bold" data-kt-stepper-action="submit" {{ stimulus_action('inscription--handle','backStepThree','click') }}>
<span class="indicator-label">
Retour
</span>
</button>
<button id="btn-step-final" style="margin-right: 15px;" type="button" class="btn btn-primary-custom font-weight-bold" data-kt-stepper-action="submit" {{ stimulus_action('inscription--handle','finalStep','click') }}>
<span class="indicator-label">
Terminer
</span>
</button>
</div>