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 à la carte | CIMEF-INTERNATIONAL{% endblock %}
  3. {% block meta_description %}
  4. <meta name="description" content="Demandez un séminaire sur mesure avec CIMEF International : choisissez votre thème, lieu, date et nombre de participants. Formation personnalisée, devis gratuit."/>
  5. <meta property="og:image" content="https://cimef-international.org/public/inter/LOGO CIMEF.jpg.jpeg">
  6. <meta property="og:url" content="https://cimef-international.org/formations/seminaire-a-la-carte">
  7. <meta property="og:type" content="website">
  8. {% endblock %}
  9. {% block styleSheets %}
  10. <style id='wp-emoji-styles-inline-css' type='text/css'>
  11. label {
  12.     font-family: arial;
  13.     font-weight: bold;
  14. }
  15. .form-control{
  16.     width:100%;
  17.     height:45px;
  18.     padding:10px;
  19.     border-radius:8px;
  20.     font-family: arial;
  21.     margin-bottom: 10px;
  22.     border:1px solid #ccc;
  23. }
  24. .textarea{
  25.     width:100%;
  26.     height:45px;
  27.     padding:10px;
  28.     font-family: arial;
  29.     border:1px solid #ccc;
  30.     height: 100px !important;
  31.     border-radius:1px !important;
  32. }
  33. .row {
  34.     display: flex;            /* flexbox pour aligner les colonnes */
  35.     flex-wrap: wrap;          /* les colonnes passent à la ligne si nécessaire */
  36.     margin-right: -0.75rem;   /* -gutter/2 */
  37.     margin-left: -0.75rem;    /* -gutter/2 */
  38. }
  39. .events_pagination ul.pagination {
  40.     display: flex;
  41.     flex-wrap: wrap;
  42.     justify-content: center;
  43.     list-style: none;
  44.     margin: 0;
  45.     padding: 0;
  46. }
  47. .page-item.active .page-link {
  48.     background-color: #ff6600;
  49.     color: #fff;
  50. }
  51. .page-link {
  52.     margin: 10px;
  53.     color: #051a53;
  54.     background-color: #ededed;
  55.     border-radius: 5px;
  56.     padding: 10px;
  57.     /* margin: 0 3px; */
  58. }
  59. .text-lien{
  60.    color: #ff6600;
  61.    /* font-size: 16px; */
  62. }
  63. /* Small devices ≥576px */
  64. @media (min-width: 576px) {
  65.   .col-3 { flex: 0 0 100%; max-width: 100%; }
  66.   .col-sm-4 { flex: 0 0 100%; max-width: 100%; }
  67.   .col-sm-6 { flex: 0 0 100%; max-width: 100%; }
  68.   .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
  69. }
  70. /* Medium devices ≥768px */
  71. @media (min-width: 768px) {
  72.   .col-md-3 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  73.   .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  74.   .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  75.   .col-md-12 { flex: 0 0 100%; max-width: 100%; }
  76. }
  77. .shadow {
  78.     box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  79. }
  80. /* Large devices ≥992px */
  81. @media (min-width: 992px) {
  82.   .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  83.   .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  84.   .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  85.   .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
  86. }
  87. .type1 .date-event {
  88.     transition: all 0.5s ease;
  89.     position: absolute;
  90.     bottom: 20px;
  91.     left: 30px;
  92.     z-index: 1;
  93.     font-size: 12px;
  94.     color: #fff;
  95.     font-weight: 700;
  96.     text-transform: uppercase;
  97.     text-align: center;
  98.     line-height: 1.3;
  99.     letter-spacing: 1px;
  100.     background-color: #ff6600 !important;
  101.     padding: 12px;
  102. }
  103. .icon_event{
  104.     color: #ff6600 !important;
  105. }
  106. .wrap_header_banner .overlay-slider {
  107.     position: absolute;
  108.     top: 0;
  109.     left: 0;
  110.     padding-top: 30px; 
  111.     width: 100%;
  112.     height: 100%;
  113.     background-color: rgba(0, 0, 0, 0.6392156863);
  114. }
  115. .left-column {
  116.     flex: 1;
  117.     /*background: linear-gradient(145deg, #051a53, 0%, #0a2a7a 100%);*/
  118.     background: #051a53;
  119.     color: white;
  120.     padding: 40px;
  121.     display: flex;
  122.     flex-direction: column;
  123.     justify-content: space-between;
  124.     position: relative;
  125.     overflow: hidden;
  126. }
  127. .left-column:before {
  128.     content: "";
  129.     position: absolute;
  130.     top: 0;
  131.     left: 0;
  132.     right: 0;
  133.     bottom: 0;
  134.     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>');
  135.     opacity: 0.3;
  136. }
  137. .logo-header {
  138.     display: flex;
  139.     align-items: center;
  140.     gap: 15px;
  141.     margin-bottom: 40px;
  142.     z-index: 1;
  143.     position: relative;
  144. }
  145. .logo-circle {
  146.     width: 80px !important;
  147.     height: 65px !important;
  148.     background-color: #ff6600;
  149.     border-radius: 50%;
  150.     display: flex;
  151.     align-items: center;
  152.     justify-content: center;
  153.     font-size: 24px;
  154. }
  155. .left-content {
  156.     z-index: 1;
  157.     position: relative;
  158.     flex-grow: 1;
  159.     margin: 0px !important;
  160.     width: 100% !important;
  161. }
  162. .features-list {
  163.     list-style: none;
  164.     margin: 0px !important;
  165.     width: 100%;
  166. }
  167. .features-list li {
  168.     display: flex;
  169.     align-items: flex-start;
  170.     margin-bottom: 10px;
  171.     margin-left: -30px;
  172. }
  173. .feature-icon {
  174.     background-color: rgba(255, 255, 255, 0.15);
  175.     color: #fff;
  176.     border-radius: 50%;
  177.     width: 40px;
  178.     height: 40px;
  179.     display: flex;
  180.     align-items: center;
  181.     justify-content: center;
  182.     margin-right: 15px;
  183.     flex-shrink: 0;
  184.     margin-top: 10px !important;
  185. }
  186. .feature-text h4 {
  187.     font-size: 16px;
  188.     margin-bottom: 5px;
  189.     font-weight: 600;
  190. }
  191. .feature-text p {
  192.     font-size: 14px;
  193.     opacity: 0.8;
  194. }
  195. </style>
  196. {% endblock %}
  197. {% block body %}
  198. {% include 'section/navbar.html.twig' %}
  199. <div class="wrap_header_banner" style="height: 200px; background: url({{ asset('public/inter/table.jpeg')}});        
  200.         background-size: cover;
  201.         background-position: center;
  202.         background-repeat: no-repeat;">
  203.     <div class="overlay-slider">
  204.         <div class="row_site">
  205.             <div class="container_site">
  206.                 <div class="cover_color"></div>
  207.                 <div class="header_banner_el">
  208.                     <div class="header_breadcrumbs">
  209.                         <div id="breadcrumbs">
  210.                         <ul class="breadcrumb">
  211.                             <li><a href="{{ path('front.inter.index') }}" style="color: #fff!important;" title="accueil">Accueil</a></li>
  212.                             <li class="li_separator"><span class="separator"><i class="ovaicon-next" style="color: #fff!important;"></i></span></li>
  213.                             <li style="color: #fff!important;">Formations</li>
  214.                             <li class="li_separator"><span class="separator"><i class="ovaicon-next" style="color: #fff!important;"></i></span></li>
  215.                             <li style="color: #fff!important;">Séminaire à la carte</li>
  216.                         </ul>
  217.                         </div>
  218.                     </div>
  219.                     <h1 class="header_title" style="color: #fff!important;">Séminaire à la carte</h1>
  220.                 </div>
  221.             </div>
  222.         </div>
  223.     </div>
  224. </div>
  225.     {% for message in app.flashes('success') %}
  226.     <div class="row toast_success" style="top: 100px !important; float: right !important; position: absolute;">
  227.         <div class="col-md-2 col-sm-2" style="padding: 10px;">
  228.             <i class="fa fa-check fa-2x" aria-hidden="true"></i>
  229.         </div>
  230.         <div class="col-md-10 col-sm-10" style="padding: 10px;">
  231.             {{ message }}
  232.         </div>
  233.     </div>    
  234.     {% endfor %}
  235.     {% for message in app.flashes('warning') %}
  236.     <div class="row toast_warning" style="top: 100px !important; float: right !important; position: absolute;">
  237.         <div class="col-md-2 col-sm-2" style="padding: 10px;">
  238.             <i class="fa fa-check fa-2x" aria-hidden="true"></i>
  239.         </div>
  240.         <div class="col-md-10 col-sm-10" style="padding: 10px;">
  241.             {{ message }}
  242.         </div>
  243.     </div>   
  244.     {% endfor %}
  245.     {% for message in app.flashes('danger') %}
  246.     <div class="row toast_danger" style="top: 100px !important; float: right !important; position: absolute;">
  247.         <div class="col-md-2 col-sm-2" style="padding: 10px;">
  248.             <i class="fa fa-check fa-2x" aria-hidden="true"></i>
  249.         </div>
  250.         <div class="col-md-10 col-sm-10" style="padding: 10px;">
  251.             {{ message }}
  252.         </div>
  253.     </div>   
  254.     {% endfor %}
  255.     
  256. <div class="container-event">
  257.     <div id="main-event" class="content-event">
  258.         <div class="row" style="width: 100% !important; padding: 10px !important;">
  259.             <div class="col-lg-8 col-md-8 col-sm-12" style="padding: 10px">
  260.                 <p>
  261.                     Concevez votre parcours de formation selon vos besoins. Le séminaire à la carte de CIMEF International vous permet de choisir les thématiques, 
  262.                     la durée, le lieu et les dates qui correspondent à vos objectifs, pour une montée en compétences ciblée, flexible et adaptée à votre secteur d'activité.
  263.                 </p>
  264.                 
  265.                 <div class="">
  266.                     {{ form_start(demandeformationsForm, {attr: {style: 'width: 100%;'} }) }}
  267.                     <div class="row shadow" style="border: 1px solid #ededed; padding: 20px; margin: 0px !important;">
  268.                         
  269.                             <div class="form-header">
  270.                                 <h2 class="form-title">Informations personnelles</h2>
  271.                             </div>
  272.                             <div class="col-md-12 col-sm-12">
  273.                                 {{ form_row(demandeformationsForm.civilite) }}
  274.                             </div>
  275.                             <div class="col-md-6 col-sm-12" style="padding: 10px; width: 100% !important;">
  276.                                 {{ form_row(demandeformationsForm.nom) }}
  277.                             </div>
  278.                             <div class="col-md-6 col-sm-12" style="padding: 10px; width: 100% !important;">
  279.                                 {{ form_row(demandeformationsForm.prenoms) }}
  280.                             </div>
  281.                             <div class="col-md-12 col-sm-12">
  282.                                 {{ form_row(demandeformationsForm.mail) }}
  283.                             </div>
  284.                             <div class="col-md-6 col-sm-12" style="padding: 10px; width: 100% !important;">
  285.                                 {{ form_row(demandeformationsForm.adresse) }}
  286.                             </div> 
  287.                             <div class="col-md-6 col-sm-12" style="padding: 10px; width: 100% !important;">
  288.                                 {{ form_row(demandeformationsForm.telephone) }}
  289.                             </div>
  290.                             <div class="col-md-12 col-sm-12">
  291.                                 {{ form_row(demandeformationsForm.fonction) }}
  292.                             </div>
  293.                             <div style="margin-top: 10px; border: 1px solid #ededed !important; height: 5px; background-color: #ededed; width: 100%;"></div>
  294.                             <div class="form-header" style="border-top: 1px solid #051a53 !important; width: 100%;">
  295.                                 <h2 class="form-title">Informations sur votre formation</h2>
  296.                             </div>
  297.     
  298.                             <div class="col-md-6 col-sm-12" style="padding: 10px; width: 100% !important;">
  299.                                 {{ form_row(demandeformationsForm.theme) }}
  300.                             </div>
  301.                             
  302.                             <div class="col-md-6 col-sm-12" style="padding: 10px; width: 100% !important;">
  303.                                 {{ form_row(demandeformationsForm.lieu) }}
  304.                             </div>
  305.             
  306.                             <div class="col-md-6 col-sm-12" style="padding: 10px; width: 100% !important;">
  307.                                 {{ form_row(demandeformationsForm.duree) }}
  308.                             </div>
  309.                             <div class="col-md-6 col-sm-12" style="padding: 10px; width: 100% !important;">
  310.                                 {{ form_row(demandeformationsForm.entreprise) }}
  311.                             </div>                             
  312.                             <div class="col-md-6 col-sm-12" style="padding: 10px; width: 100% !important;">
  313.                                 {{ form_row(demandeformationsForm.nombrepart) }}
  314.                             </div>
  315.                             <div class="col-md-6 col-sm-12" style="padding: 10px; width: 100% !important;">
  316.                                 {{ form_row(demandeformationsForm.siteweb) }}
  317.                             </div> 
  318.     
  319.                             <div class="col-md-12 col-sm-12">
  320.                                 {{ form_row(demandeformationsForm.commentaire) }}
  321.                             </div>
  322.                               {{ form_row(demandeformationsForm.recaptchaToken) }}
  323.                     </div>     
  324.                     <script>
  325.                         grecaptcha.ready(function() {
  326.                             grecaptcha.execute('{{ recaptcha_site_key }}', {
  327.                                 action: 'contact'
  328.                             }).then(function(token) {
  329.                                 document.getElementById('{{ demandeformationsForm.recaptchaToken.vars.id }}').value = token;
  330.                             });
  331.                         });
  332.                     </script>
  333.                     {{ form_end(demandeformationsForm) }}
  334.                 </div>
  335.             </div>
  336.             <div class="col-lg-4 col-md-4 col-sm-12" style="padding: 10px">
  337.                 
  338.                 <div class="left-column">
  339.                     <div>
  340.                         <div class="logo-header">
  341.                             <div class="logo-circle">
  342.                                 <i class="fas fa-globe-americas fa-2X"></i>
  343.                             </div>
  344.                             <div class="logo-text">
  345.                                 <h1 style="font-size: 20px !important; color: #fff !important;">CIMEF International</h1>
  346.                                 <p style="font-size: 14px !important; font-style: italic;">La formation précède la compétitivité !</p>
  347.                             </div>
  348.                         </div>
  349.                         
  350.                         <div class="left-content">
  351.                             <h2 class="left-title" style="font-size: 30px !important; color: #fff !important;">Inscription 2026</h2>
  352.                             <p class="left-subtitle">Rejoignez notre réseau mondial de professionnels et participez à des projets d'envergure internationale.</p>
  353.                             
  354.                             <ul class="features-list">
  355.                                 <li>
  356.                                     <div class="feature-icon">
  357.                                         <i class="fas fa-network-wired"></i>
  358.                                     </div>
  359.                                     <div class="feature-text">
  360.                                         <h4 style="color: #ff6600;">Une portée internationale</h4>
  361.                                         <p>Un réseau actif de professionnels répartis dans plusieurs pays</p>
  362.                                     </div>
  363.                                 </li>
  364.                                 <li>
  365.                                     <div class="feature-icon">
  366.                                         <i class="fas fa-graduation-cap"></i>
  367.                                     </div>
  368.                                     <div class="feature-text">
  369.                                         <h4 style="color: #ff6600;">Opportunités de collaboration internationale</h4>
  370.                                         <p>Participez à des projets stratégiques avec des partenaires de renom</p>
  371.                                     </div>
  372.                                 </li>
  373.                                 <li>
  374.                                     <div class="feature-icon">
  375.                                         <i class="fas fa-handshake"></i>
  376.                                     </div>
  377.                                     <div class="feature-text">
  378.                                         <h4 style="color: #ff6600;">Opportunités de collaboration</h4>
  379.                                         <p>Participez à des projets innovants avec des partenaires internationaux</p>
  380.                                     </div>
  381.                                 </li>
  382.                             </ul>
  383.                         </div>
  384.                     </div>
  385.                     
  386.                     <div class="contact-info">
  387.                         <h3 style="color: #fff;">Besoin d'aide ?</h3>
  388.                         <p>Contactez notre équipe à <strong>paris@cimef-international.org</strong> ou appelez-nous au <strong>+33 6 05 85 70 98 </strong></p>
  389.                     </div>
  390.                 </div>
  391.                         
  392.             </div>
  393.         </div>
  394.     </div>
  395. </div>
  396. {% include 'section/footer.html.twig' %}
  397. {% endblock %}