templates/front/inscriptions/formation-a-la-carte.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. .shadow {
  72.     box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  73. }
  74. /* Large devices ≥992px */
  75. @media (min-width: 992px) {
  76.   .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  77.   .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  78.   .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  79.   .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
  80. }
  81. .type1 .date-event {
  82.     transition: all 0.5s ease;
  83.     position: absolute;
  84.     bottom: 20px;
  85.     left: 30px;
  86.     z-index: 1;
  87.     font-size: 12px;
  88.     color: #fff;
  89.     font-weight: 700;
  90.     text-transform: uppercase;
  91.     text-align: center;
  92.     line-height: 1.3;
  93.     letter-spacing: 1px;
  94.     background-color: #ff6600 !important;
  95.     padding: 12px;
  96. }
  97. .icon_event{
  98.     color: #ff6600 !important;
  99. }
  100. .wrap_header_banner .overlay-slider {
  101.     position: absolute;
  102.     top: 0;
  103.     left: 0;
  104.     padding-top: 30px; 
  105.     width: 100%;
  106.     height: 100%;
  107.     background-color: rgba(0, 0, 0, 0.6392156863);
  108. }
  109. .left-column {
  110.     flex: 1;
  111.     /*background: linear-gradient(145deg, #051a53, 0%, #0a2a7a 100%);*/
  112.     background: #051a53;
  113.     color: white;
  114.     padding: 40px;
  115.     display: flex;
  116.     flex-direction: column;
  117.     justify-content: space-between;
  118.     position: relative;
  119.     overflow: hidden;
  120. }
  121. .left-column:before {
  122.     content: "";
  123.     position: absolute;
  124.     top: 0;
  125.     left: 0;
  126.     right: 0;
  127.     bottom: 0;
  128.     background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.05)"/></svg>');
  129.     opacity: 0.3;
  130. }
  131. .logo-header {
  132.     display: flex;
  133.     align-items: center;
  134.     gap: 15px;
  135.     margin-bottom: 40px;
  136.     z-index: 1;
  137.     position: relative;
  138. }
  139. .logo-circle {
  140.     width: 80px !important;
  141.     height: 65px !important;
  142.     background-color: #ff6600;
  143.     border-radius: 50%;
  144.     display: flex;
  145.     align-items: center;
  146.     justify-content: center;
  147.     font-size: 24px;
  148. }
  149. .left-content {
  150.     z-index: 1;
  151.     position: relative;
  152.     flex-grow: 1;
  153.     margin: 0px !important;
  154.     width: 100% !important;
  155. }
  156. .features-list {
  157.     list-style: none;
  158.     margin: 0px !important;
  159.     width: 100%;
  160. }
  161. .features-list li {
  162.     display: flex;
  163.     align-items: flex-start;
  164.     margin-bottom: 10px;
  165.     margin-left: -30px;
  166. }
  167. .feature-icon {
  168.     background-color: rgba(255, 255, 255, 0.15);
  169.     color: #fff;
  170.     border-radius: 50%;
  171.     width: 40px;
  172.     height: 40px;
  173.     display: flex;
  174.     align-items: center;
  175.     justify-content: center;
  176.     margin-right: 15px;
  177.     flex-shrink: 0;
  178.     margin-top: 10px !important;
  179. }
  180. .feature-text h4 {
  181.     font-size: 16px;
  182.     margin-bottom: 5px;
  183.     font-weight: 600;
  184. }
  185. .feature-text p {
  186.     font-size: 14px;
  187.     opacity: 0.8;
  188. }
  189. </style>
  190. {% endblock %}
  191. {% block body %}
  192. {% include 'section/navbar.html.twig' %}
  193. <div class="wrap_header_banner" style="height: 200px; background: url({{ asset('public/inter/wp-content/uploads/2023/06/header-banner.jpg')}});">
  194.     <div class="overlay-slider">
  195.         <div class="row_site">
  196.             <div class="container_site">
  197.                 <div class="cover_color"></div>
  198.                 <div class="header_banner_el">
  199.                     <div class="header_breadcrumbs">
  200.                         <div id="breadcrumbs">
  201.                         <ul class="breadcrumb">
  202.                             <li><a href="{{ path('front.inter.index') }}" style="color: #fff!important;" title="accueil">Accueil</a></li>
  203.                             <li class="li_separator"><span class="separator"><i class="ovaicon-next" style="color: #fff!important;"></i></span></li>
  204.                             <li style="color: #fff!important;">Formations</li>
  205.                             <li class="li_separator"><span class="separator"><i class="ovaicon-next" style="color: #fff!important;"></i></span></li>
  206.                             <li style="color: #fff!important;">Séminaire Personnalisée</li>
  207.                         </ul>
  208.                         </div>
  209.                     </div>
  210.                     <h1 class="header_title" style="color: #fff!important;">Séminaire Personnalisée </h1>
  211.                 </div>
  212.             </div>
  213.         </div>
  214.     </div>
  215. </div>
  216.     {% for message in app.flashes('success') %}
  217.     <div class="row toast_success" style="top: 100px !important; float: right !important; position: absolute;">
  218.         <div class="col-md-2 col-sm-2" style="padding: 10px;">
  219.             <i class="fa fa-check fa-2x" aria-hidden="true"></i>
  220.         </div>
  221.         <div class="col-md-10 col-sm-10" style="padding: 10px;">
  222.             {{ message }}
  223.         </div>
  224.     </div>    
  225.     {% endfor %}
  226.     {% for message in app.flashes('warning') %}
  227.     <div class="row toast_warning" style="top: 100px !important; float: right !important; position: absolute;">
  228.         <div class="col-md-2 col-sm-2" style="padding: 10px;">
  229.             <i class="fa fa-check fa-2x" aria-hidden="true"></i>
  230.         </div>
  231.         <div class="col-md-10 col-sm-10" style="padding: 10px;">
  232.             {{ message }}
  233.         </div>
  234.     </div>   
  235.     {% endfor %}
  236.     {% for message in app.flashes('danger') %}
  237.     <div class="row toast_danger" style="top: 100px !important; float: right !important; position: absolute;">
  238.         <div class="col-md-2 col-sm-2" style="padding: 10px;">
  239.             <i class="fa fa-check fa-2x" aria-hidden="true"></i>
  240.         </div>
  241.         <div class="col-md-10 col-sm-10" style="padding: 10px;">
  242.             {{ message }}
  243.         </div>
  244.     </div>   
  245.     {% endfor %}
  246.     
  247. <div class="container-event">
  248.     <div id="main-event" class="content-event">
  249.         <div class="row" style="width: 100% !important; padding: 10px !important;">
  250.             <div class="col-lg-8 col-md-8 col-sm-12" style="padding: 10px">
  251.                 <div class="">
  252.                     {{ form_start(demandeformationsForm, {attr: {style: 'width: 100%;'} }) }}
  253.                     <div class="row shadow" style="border: 1px solid #ededed; padding: 20px; margin: 0px !important;">
  254.                         
  255.                             <div class="form-header">
  256.                                 <h2 class="form-title">Informations personnelles</h2>
  257.                             </div>
  258.                             <div class="col-md-12 col-sm-12">
  259.                                 {{ form_row(demandeformationsForm.civilite) }}
  260.                             </div>
  261.                             <div class="col-md-6 col-sm-12" style="padding-right: 10px;">
  262.                                 {{ form_row(demandeformationsForm.nom) }}
  263.                             </div>
  264.                             <div class="col-md-6 col-sm-12" style="padding-left: 10px;">
  265.                                 {{ form_row(demandeformationsForm.prenoms) }}
  266.                             </div>
  267.                             <div class="col-md-12 col-sm-12">
  268.                                 {{ form_row(demandeformationsForm.mail) }}
  269.                             </div>
  270.                             <div class="col-md-6 col-sm-12" style="padding-right: 10px;">
  271.                                 {{ form_row(demandeformationsForm.adresse) }}
  272.                             </div> 
  273.                             <div class="col-md-6 col-sm-12" style="padding-left: 10px;">
  274.                                 {{ form_row(demandeformationsForm.telephone) }}
  275.                             </div>
  276.                             <div class="col-md-12 col-sm-12">
  277.                                 {{ form_row(demandeformationsForm.fonction) }}
  278.                             </div>
  279.                             <div style="margin-top: 10px; border: 1px solid #ededed !important; height: 5px; background-color: #ededed; width: 100%;"></div>
  280.                             <div class="form-header" style="border-top: 1px solid #051a53 !important; width: 100%;">
  281.                                 <h2 class="form-title">Informations sur votre formation</h2>
  282.                             </div>
  283.     
  284.                             <div class="col-md-6 col-sm-12" style="padding-right: 10px;">
  285.                                 {{ form_row(demandeformationsForm.theme) }}
  286.                             </div>
  287.                             
  288.                             <div class="col-md-6 col-sm-12" style="padding-left: 10px;">
  289.                                 {{ form_row(demandeformationsForm.lieu) }}
  290.                             </div>
  291.             
  292.                             <div class="col-md-6 col-sm-12" style="padding-right: 10px;">
  293.                                 {{ form_row(demandeformationsForm.duree) }}
  294.                             </div>
  295.                             <div class="col-md-6 col-sm-12" style="padding-left: 10px;">
  296.                                 {{ form_row(demandeformationsForm.entreprise) }}
  297.                             </div>                             
  298.                             <div class="col-md-6 col-sm-12" style="padding-right: 10px;">
  299.                                 {{ form_row(demandeformationsForm.nombrepart) }}
  300.                             </div>
  301.                             <div class="col-md-6 col-sm-12" style="padding-left: 10px;">
  302.                                 {{ form_row(demandeformationsForm.siteweb) }}
  303.                             </div> 
  304.     
  305.                             <div class="col-md-12 col-sm-12">
  306.                                 {{ form_row(demandeformationsForm.commentaire) }}
  307.                             </div>
  308.                             <div class="g-recaptcha" data-sitekey="6LfPYkosAAAAANaQq5rVy_x44wv122vknRu-sw3C"></div>
  309.                     </div>                
  310.                     {{ form_end(demandeformationsForm) }}
  311.                 </div>
  312.             </div>
  313.             <div class="col-lg-4 col-md-4 col-sm-12" style="padding: 10px">
  314.                 
  315.                             <div class="left-column">
  316.                                 <div>
  317.                                     <div class="logo-header">
  318.                                         <div class="logo-circle">
  319.                                             <i class="fas fa-globe-americas fa-2X"></i>
  320.                                         </div>
  321.                                         <div class="logo-text">
  322.                                             <h1 style="font-size: 20px !important; color: #fff !important;">CIMEF International</h1>
  323.                                             <p style="font-size: 14px !important; font-style: italic;">La formation précède la compétitivité !</p>
  324.                                         </div>
  325.                                     </div>
  326.                                     
  327.                                     <div class="left-content">
  328.                                         <h2 class="left-title" style="font-size: 30px !important; color: #fff !important;">Inscription 2026</h2>
  329.                                         <p class="left-subtitle">Rejoignez notre réseau mondial de professionnels et participez à des projets d'envergure internationale.</p>
  330.                                         
  331.                                         <ul class="features-list">
  332.                                             <li>
  333.                                                 <div class="feature-icon">
  334.                                                     <i class="fas fa-network-wired"></i>
  335.                                                 </div>
  336.                                                 <div class="feature-text">
  337.                                                     <h4 style="color: #ff6600;">Une portée internationale</h4>
  338.                                                     <p>Un réseau actif de professionnels répartis dans plusieurs pays</p>
  339.                                                 </div>
  340.                                             </li>
  341.                                             <li>
  342.                                                 <div class="feature-icon">
  343.                                                     <i class="fas fa-graduation-cap"></i>
  344.                                                 </div>
  345.                                                 <div class="feature-text">
  346.                                                     <h4 style="color: #ff6600;">Opportunités de collaboration internationale</h4>
  347.                                                     <p>Participez à des projets stratégiques avec des partenaires de renom</p>
  348.                                                 </div>
  349.                                             </li>
  350.                                             <li>
  351.                                                 <div class="feature-icon">
  352.                                                     <i class="fas fa-handshake"></i>
  353.                                                 </div>
  354.                                                 <div class="feature-text">
  355.                                                     <h4 style="color: #ff6600;">Opportunités de collaboration</h4>
  356.                                                     <p>Participez à des projets innovants avec des partenaires internationaux</p>
  357.                                                 </div>
  358.                                             </li>
  359.                                         </ul>
  360.                                     </div>
  361.                                 </div>
  362.                                 
  363.                                 <div class="contact-info">
  364.                                     <h3 style="color: #fff;">Besoin d'aide ?</h3>
  365.                                     <p>Contactez notre équipe à <strong>paris@cimef-international.org</strong> ou appelez-nous au <strong>+33 6 05 85 70 98 </strong></p>
  366.                                 </div>
  367.                             </div>
  368.                         
  369.             </div>
  370.         </div>
  371.     </div>
  372. </div>
  373. {% include 'section/footer.html.twig' %}
  374. {% endblock %}