{% extends 'pages/baseNoFooter.html.twig' %}
{% block stylesheets %}
<!-- CUSTOM CSS -->
<link href="{{ asset('dev/css/tailwind.min.css')}}" rel="stylesheet" />
<link href="{{ asset('dev/css/pages/home.css')}}" rel="stylesheet" />
<link href="{{ asset('dev/css/header2.css')}}" rel="stylesheet">
<link href="{{ asset('dev/css/forms.css')}}" rel="stylesheet">
<link href="{{ asset('dev/css/colors.css')}}" rel="stylesheet">
<link href="{{ asset('dev/css/pages/mot-de-passe-oublie.css')}}" rel="stylesheet">
{% endblock %}
{% block title %}{{"Profile"|trans }}{% endblock %}
{% block content %}
<main >
<section id="hero" class="background-image" style="height: 100vh;">
<div class="opacity-mask" >
<div class="login-page-new__main-bg" ></div>
</div>
<div class="container row relative z-10 flex justify-center" style="margin-top:27vh;">
<div class="col-md-5 col-sm-12 relative">
<img src="{{ asset('dev/img/left-fill.svg') }}" class="absolute z-0" style="right: 9px;top: -97px;">
<div class="w-full bg-white rounded-lg shadow dark:border md:mt-0 normal-case xl:p-0 dark:bg-gray-800 dark:border-gray-700">
<div class="p-6 space-y-4 md:space-y-6 sm:p-8 z-10 relative">
<h1 class="text-base text-left font-bold leading-tight tracking-tight text-gray-900 mt-3 md:text-lg dark:text-white">
Créer un compte
<br>
<span style="color: #ffaa00;" class="text-2xl md:text-3xl text-gray-900 tracking-wide">Inscription</span>
</h1>
<label for="terms" class="font-light text-gray-500 sm:text-sm text-xs mt-2 text-left">Inscrivez vous et rejoignez la communauté Bookoach. Enregistrez vos information dans ce formulaire d'inscription :</label>
<form class="space-y-4 md:space-y-5 text-start mt-6" id="myForm" action="#" novalidate>
<!-- Step 1: Email Input -->
<div id="step-1" class="form-step">
<div class="w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700 mb-1">
<div class="bg-orange h-2.5 rounded-full" style="width: 33%"></div>
</div>
<p class="flex font-medium justify-end leading-tight mb-3 mt-1 mx-1 text-sm text-gray-900">1/3</p>
<div class="form-floating mb-3">
<input type="email" name="email" class="block font-medium form-control p-2.5 rounded-lg sm:text-sm text-gray-900 w-full ps-5 " id="email" placeholder="name@example.com" aria-required="true" aria-invalid="true">
<label class="mb-2 ps-5 text-sm font-medium text-gray-900 dark:text-white" for="email">Adresse email</label>
<div class="absolute" style="top: 15px;left: 13px;color: #a1a1a1;">
<i load-hicon="email"></i>
</div>
</div>
<button type="button" id="next-step-1" class="bg-primary-600 font-medium hover:bg-primary-700 px-5 py-2.5 rounded-lg text-center text-sm text-white w-full mb-3" style="background: #ffaa00;">Suivant</button>
</div>
<!-- Step 2: Full Name Input -->
<div id="step-2" class="form-step hidden">
<div class="w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700 mb-1">
<div class="bg-orange h-2.5 rounded-full" style="width: 66%"></div>
</div>
<div class="flex font-medium justify-end leading-tight mb-3 mt-1 mx-1 text-sm text-gray-900">
<p>2/3</p>
</div>
<div class="form-floating mb-3">
<input type="text" name="fullname" class="block font-medium form-control p-2.5 rounded-lg sm:text-sm text-gray-900 w-full ps-5" id="fullname" placeholder="John Doe" aria-required="true">
<label class="mb-2 ps-5 text-sm font-medium text-gray-900 dark:text-white" for="fullname">Nom complet</label>
<div class="absolute" style="top: 15px;left: 13px;color: #a1a1a1;">
<i load-hicon="user"></i>
</div>
</div>
<div class="flex gap-2">
<button type="button" id="back-step-2" class="bg-gray-400 font-medium hover:bg-gray-500 px-5 py-2.5 rounded-lg text-center text-sm text-white w-full mb-3">Retour</button>
<button type="button" id="next-step-2" class="bg-primary-600 font-medium hover:bg-primary-700 px-5 py-2.5 rounded-lg text-center text-sm text-white w-full mb-3" style="background: #ffaa00;">Suivant</button>
</div>
</div>
<!-- Step 3: Password Input -->
<div id="step-3" class="form-step hidden">
<div class="w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700 mb-1">
<div class="bg-orange h-2.5 rounded-full" style="width: 100%"></div>
</div>
<div class="flex font-medium justify-end leading-tight mb-3 mt-1 mx-1 text-sm text-gray-900">
<p>3/3</p>
</div>
<div class="form-floating relative password mb-3">
<input type="password" name="password" style="height: 58px;"
class="form-control bsm:text-sm rounded-lg ps-5 font-medium text-gray-900 focus:ring-primary-600 focus:border-primary-600 block w-full p-2.5 placeholder-gray-900"
id="password" placeholder="Mot de passe" >
<div class="absolute" style="top: 15px;left: 13px;color: #a1a1a1;">
<i load-hicon="locked"></i>
</div>
</div>
<div class="flex gap-2">
<button type="button" id="back-step-3" class="bg-gray-400 font-medium hover:bg-gray-500 px-5 py-2.5 rounded-lg text-center text-sm text-white w-1/2 mb-3">Retour</button>
<button type="submit" class="bg-primary-600 font-medium hover:bg-primary-700 px-2 py-2.5 rounded-lg text-center text-sm text-white w-1/2 mb-3" style="background: #ffaa00;">Créer un compte</button>
</div>
</div>
</form>
<p class="text-xs text-center font-light text-gray-500 my-2">Déjà un compte ? <a href="#" class="font-medium text-primary-600 hover:underline dark:text-primary-500">Connectez-vous ici</a></p>
<div class="row socials mt-3">
<div class="relative flex items-center">
<div class="flex-grow border-t border-gray-300"></div>
<span class="flex-shrink mx-2 text-gray-300">ou</span>
<div class="flex-grow border-t border-gray-300"></div>
</div>
<div class="col-md-12 my-2 ">
<a href="#" class="w-full h-full hover:bg-gray-100 text-gray-900 hover:text-gray-900 rounded-lg inline-flex items-center justify-center px-3 py-2.5 border border-gray-300 border hover:border-gray-800">
<img src="{{ asset('dev/img/google-logo.png') }}" class="ps-2 object-fill" style="height: 20px;/* width: 80px; *//* object-fit: cover; */">
<div class="text-left rtl:text-right ">
<div class="mt-1 ms-1 white text-sm font-semibold whitespace-nowrap">Se connecter</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- End main -->
{% endblock %}
{% block javascripts %}
<script src="{{ asset('dev/js/hicon.min.js')}}"></script>
<script> hicon.replace();</script>
<script src="{{ asset('dev/js/jquery.validate.min.js')}}" type="module"></script>
<script src="{{ asset('dev/js/registration-coach.js')}}" type="module"></script>
<script src="{{ asset('dev/js/create-account.js')}}"> feather.replace();</script>
<script src="{{ asset('dev/js/home.js')}}"></script>
<!-- Card Validator format -->
<script src="{{ asset('dev/js/feather.min.js') }}"></script>
<script src="{{ asset('dev/js/datepicker.min.js') }}"></script>
{% endblock %}