templates/front/inscriptions/formation-sur-mesure.html.twig line 1

Open in your IDE?
  1. {% extends 'front.html.twig' %}
  2. {% block title %}Séminaire personnalisée | CIMEF-INTERNATIONAL{% endblock %}
  3. {% block styleSheets %}
  4. <style id='wp-emoji-styles-inline-css' type='text/css'>
  5. label {
  6.     font-family: arial;
  7.     font-weight: bold;
  8. }
  9. .form-control{
  10.     width:100%;
  11.     height:45px;
  12.     padding:10px;
  13.     border-radius:8px;
  14.     font-family: arial;
  15.     margin-bottom: 10px;
  16.     border:1px solid #ccc;
  17. }
  18. .textarea{
  19.     width:100%;
  20.     height:45px;
  21.     padding:10px;
  22.     font-family: arial;
  23.     border:1px solid #ccc;
  24.     height: 100px !important;
  25.     border-radius:1px !important;
  26. }
  27. .row {
  28.     display: flex;            /* flexbox pour aligner les colonnes */
  29.     flex-wrap: wrap;          /* les colonnes passent à la ligne si nécessaire */
  30.     margin-right: -0.75rem;   /* -gutter/2 */
  31.     margin-left: -0.75rem;    /* -gutter/2 */
  32. }
  33. .events_pagination ul.pagination {
  34.     display: flex;
  35.     flex-wrap: wrap;
  36.     justify-content: center;
  37.     list-style: none;
  38.     margin: 0;
  39.     padding: 0;
  40. }
  41. .page-item.active .page-link {
  42.     background-color: #ff6600;
  43.     color: #fff;
  44. }
  45. .page-link {
  46.     margin: 10px;
  47.     color: #051a53;
  48.     background-color: #ededed;
  49.     border-radius: 5px;
  50.     padding: 10px;
  51.     /* margin: 0 3px; */
  52. }
  53. .text-lien{
  54.    color: #ff6600;
  55.    /* font-size: 16px; */
  56. }
  57. /* Small devices ≥576px */
  58. @media (min-width: 576px) {
  59.   .col-3 { flex: 0 0 100%; max-width: 100%; }
  60.   .col-sm-4 { flex: 0 0 100%; max-width: 100%; }
  61.   .col-sm-6 { flex: 0 0 100%; max-width: 100%; }
  62.   .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
  63. }
  64. /* Medium devices ≥768px */
  65. @media (min-width: 768px) {
  66.   .col-md-3 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  67.   .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  68.   .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  69.   .col-md-12 { flex: 0 0 100%; max-width: 100%; }
  70. }
  71. /* Large devices ≥992px */
  72. @media (min-width: 992px) {
  73.   .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  74.   .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  75.   .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  76.   .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
  77. }
  78. .type1 .date-event {
  79.     transition: all 0.5s ease;
  80.     position: absolute;
  81.     bottom: 20px;
  82.     left: 30px;
  83.     z-index: 1;
  84.     font-size: 12px;
  85.     color: #fff;
  86.     font-weight: 700;
  87.     text-transform: uppercase;
  88.     text-align: center;
  89.     line-height: 1.3;
  90.     letter-spacing: 1px;
  91.     background-color: #ff6600 !important;
  92.     padding: 12px;
  93. }
  94. .icon_event{
  95.     color: #ff6600 !important;
  96. }
  97. .wrap_header_banner .overlay-slider {
  98.     position: absolute;
  99.     top: 0;
  100.     left: 0;
  101.     padding-top: 30px; 
  102.     width: 100%;
  103.     height: 100%;
  104.     background-color: rgba(0, 0, 0, 0.6392156863);
  105. }
  106. </style>
  107. {% endblock %}
  108. {% block body %}
  109. {% include 'section/navbar.html.twig' %}
  110. <div class="wrap_header_banner" style="height: 200px; background: url({{ asset('public/inter/wp-content/uploads/2023/06/header-banner.jpg')}});">
  111.     <div class="overlay-slider">
  112.         <div class="row_site">
  113.             <div class="container_site">
  114.                 <div class="cover_color"></div>
  115.                 <div class="header_banner_el">
  116.                     <div class="header_breadcrumbs">
  117.                         <div id="breadcrumbs">
  118.                         <ul class="breadcrumb">
  119.                             <li><a href="{{ path('front.inter.index') }}" style="color: #fff!important;" title="accueil">Accueil</a></li>
  120.                             <li class="li_separator"><span class="separator"><i class="ovaicon-next" style="color: #fff!important;"></i></span></li>
  121.                             <li style="color: #fff!important;">Formations</li>
  122.                             <li class="li_separator"><span class="separator"><i class="ovaicon-next" style="color: #fff!important;"></i></span></li>
  123.                             <li style="color: #fff!important;">Séminaire Personnalisée</li>
  124.                         </ul>
  125.                         </div>
  126.                     </div>
  127.                     <h1 class="header_title" style="color: #fff!important;">Séminaire Personnalisée </h1>
  128.                 </div>
  129.             </div>
  130.         </div>
  131.     </div>
  132. </div>
  133. {% for message in app.flashes('success') %}
  134. <div class="row toast_success" style="top: 100px !important; float: right !important; position: absolute;">
  135.     <div class="col-md-2 col-sm-2" style="padding: 10px;">
  136.         <i class="fa fa-check fa-2x" aria-hidden="true"></i>
  137.     </div>
  138.     <div class="col-md-10 col-sm-10" style="padding: 10px;">
  139.         <label style="font-family: arial;">{{ message }}</label>
  140.     </div>
  141. </div>    
  142. {% endfor %}
  143. {% for message in app.flashes('danger') %}
  144. <div class="row toast_danger" style="top: 100px !important; float: right !important; position: absolute;">
  145.     <div class="col-md-2 col-sm-2" style="padding: 10px;">
  146.         <i class="fa fa-check fa-2x" aria-hidden="true"></i>
  147.     </div>
  148.     <div class="col-md-10 col-sm-10" style="padding: 10px;">
  149.         <label style="font-family: arial;">{{ message }}</label>
  150.     </div>
  151. </div>   
  152. {% endfor %}
  153. <div class="container-event">
  154.     <div id="main-event" class="content-event">
  155.         
  156.         <div>
  157.             <h3 class="header_title" style="font-weight: bolder; color: #051a53; font-family: arial;">Données personnelles</h3>
  158.         </div>
  159.         <div class="card">
  160.             {{ form_start(demandeformationsForm, {attr: {style: 'width: 100%;'} }) }}
  161.                 <div class="row" style="padding: 30px; margin-top: 10px !important; margin-bottom: 10px !important; border: 2px solid #ededed;">
  162.                     <div class="col-md-6 col-sm-12" style="padding: 5px;">
  163.                         {{ form_row(demandeformationsForm.nom) }}
  164.                     </div>
  165.                     <div class="col-md-6 col-sm-12" style="padding: 5px;">
  166.                         {{ form_row(demandeformationsForm.prenoms) }}
  167.                     </div>
  168.                     <div class="col-md-3 col-sm-12" style="padding: 5px;">
  169.                         {{ form_row(demandeformationsForm.fonction) }}
  170.                     </div>
  171.                     <div class="col-md-3 col-sm-12" style="padding: 5px;">
  172.                         {{ form_row(demandeformationsForm.adresse) }}
  173.                     </div> 
  174.                     <div class="col-md-3 col-sm-12" style="padding: 5px;">
  175.                         {{ form_row(demandeformationsForm.mail) }}
  176.                     </div>
  177.                     <div class="col-md-3 col-sm-12" style="padding: 5px;">
  178.                         {{ form_row(demandeformationsForm.telephone) }}
  179.                     </div>
  180.                 </div>
  181.                 <div>
  182.                     <h3 class="header_title" style="font-weight: bolder; color: #051a53; font-family: arial;">Formation souhaitée</h3>
  183.                 </div>
  184.                 <div class="row" style="padding: 30px; margin-top: 10px !important; margin-bottom: 10px !important; border: 2px solid #ededed;">
  185.                     <div class="col-md-6 col-sm-12" style="padding: 5px;">
  186.                         {{ form_row(demandeformationsForm.theme) }}
  187.                     </div>
  188.                     
  189.                     <div class="col-md-3 col-sm-12" style="padding: 5px;">
  190.                         {{ form_row(demandeformationsForm.lieu) }}
  191.                     </div>
  192.                     <div class="col-md-3 col-sm-12" style="padding: 5px;">
  193.                         {{ form_row(demandeformationsForm.duree) }}
  194.                     </div>
  195.                     <div class="col-md-3 col-sm-12" style="padding: 5px;">
  196.                         {{ form_row(demandeformationsForm.entreprise) }}
  197.                     </div>                             
  198.                     <div class="col-md-3 col-sm-12" style="padding: 5px;">
  199.                         {{ form_row(demandeformationsForm.siteweb) }}
  200.                     </div>
  201.                     <div class="col-md-3 col-sm-12" style="padding: 5px;">
  202.                         {{ form_row(demandeformationsForm.nombrepart) }}
  203.                     </div> 
  204.                 </div>
  205.                 <div class="row" style="padding: 30px; margin-top: 10px !important; margin-bottom: 10px !important; border: 2px solid #ededed;">
  206.                     <div class="col-md-6 col-sm-12" style="padding: 5px;">
  207.                         <label for="captcha">{{ form_label(demandeformationsForm.captcha) }}</label>
  208.                         {{ form_widget(demandeformationsForm.captcha) }}
  209.                     </div>                             
  210.                     <div class="col-md-12 col-sm-12" style="padding: 5px;">
  211.                         {{ form_row(demandeformationsForm.commentaire) }}
  212.                     </div>
  213.                 </div>                
  214.                 
  215.             {{ form_end(demandeformationsForm) }}
  216.         </div>
  217.         
  218.     </div>
  219. </div>
  220. {% include 'section/footer.html.twig' %}
  221. {% endblock %}