templates/front/inscriptions/inscription-certificat.html.twig line 1

Open in your IDE?
  1. {% extends 'front.html.twig' %}
  2. {% block title %}Inscription aux certificats internationaux I | CIMEF-INTERNATIONAL{% endblock %}
  3. {% block meta_description %}
  4. <meta name="description" content="Boostez votre carrière avec les certificats internationaux du CIMEF : finance, management, IT, HSE… Formations présentielle ou en ligne à Paris, Dubai, Abidjan."/>
  5. <meta property="og:image" content="https://cimef-international.org/public/inter/LOGO CIMEF.jpg.jpeg">
  6. <meta property="og:type" content="website">
  7. {% endblock %}
  8. {% block styleSheets %}
  9. <style id='wp-emoji-styles-inline-css' type='text/css'>
  10. .captcha {
  11.     display: flex !important;
  12.     align-items: center !important;
  13.     gap: 10px;
  14. }
  15. .captcha img {
  16.     margin-right: 10px;
  17. }
  18. .captcha input {
  19.     width: 180px;
  20. }
  21. .btn-primary{
  22.     font-family: arial;
  23.     font-weight: bold;
  24. }
  25. label {
  26.     font-family: arial;
  27.     font-weight: bold;
  28. }
  29. .form-control{
  30.     width:100%;
  31.     height:45px;
  32.     padding:10px;
  33.     border-radius:8px;
  34.     font-family: arial;
  35.     margin-bottom: 20px;
  36.     border:1px solid #ccc;
  37. }
  38. .textarea{
  39.     width:100%;
  40.     height:45px;
  41.     padding:10px;
  42.     font-family: arial;
  43.     border:1px solid #ccc;
  44.     height: 100px !important;
  45.     border-radius:1px !important;
  46. }
  47. #map {
  48.     height: 500px;
  49.     width: 100%;
  50. }
  51. .row {
  52.     display: flex;            /* flexbox pour aligner les colonnes */
  53.     flex-wrap: wrap;          /* les colonnes passent à la ligne si nécessaire */
  54.     margin-right: -0.75rem;   /* -gutter/2 */
  55.     margin-left: -0.75rem;    /* -gutter/2 */
  56. }
  57. .btn-register {
  58.     background-color: #ff6600;
  59.     color: #fff;
  60.     font-weight: bold;
  61.     margin-top: 10px;
  62.     text-align: center; 
  63.     border: 1px solid #ff6600!important; 
  64.     width: 100% !important;
  65.     padding: 10px;
  66.     border-radius: 2px;
  67. }
  68. .btn-register:hover {
  69.     background-color: #051a53;
  70.     color: #fff;
  71.     margin-top: 10px;
  72.     text-align: center; 
  73.     border: 1px solid #051a53!important; 
  74.     width: 100% !important;
  75.     padding: 10px;
  76.     border-radius: 2px;
  77. }
  78. .text-lien{
  79.    color: #ff6600;
  80.    font-size: 16px;
  81. }
  82. .mon-div-fixe {
  83.     position: fixed;
  84.     top: 250px;     /* distance du haut */
  85.     /* right: 20px;   distance de la droite */
  86.     z-index: 9999; /* pour passer au-dessus des autres éléments */
  87. }
  88. .btn-fichier{
  89.     margin-bottom: 30px; background: #ff6600; padding: 10px; height: 70px; width: 100%; line-height: 50px;
  90. }
  91. .btn-fichier:hover{
  92.     margin-bottom: 30px; background: #051a53; padding: 10px; height: 70px; width: 100%;
  93. }
  94. .header_title{ font-size: 25px !important; text-transform: lowercase; color: #fff!important; font-weight: bold !important; }
  95. /* Small devices ≥576px */
  96. @media (min-width: 576px) {
  97.   .col-3 { flex: 0 0 100%; max-width: 100%; }
  98.   .col-sm-4 { flex: 0 0 100%; max-width: 100%; }
  99.   .col-sm-6 { flex: 0 0 100%; max-width: 100%; }
  100.   .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
  101.   .header_title{ font-size: 20px; text-transform: lowercase; color: #fff!important; }
  102.   .header_banner_el { padding: 10px!important; }
  103. }
  104. /* Medium devices ≥768px */
  105. @media (min-width: 768px) {
  106.   .col-md-3 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  107.   .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  108.   .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  109.   .col-md-12 { flex: 0 0 100%; max-width: 100%; }
  110. }
  111. /* Large devices ≥992px */
  112. @media (min-width: 992px) {
  113.   .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  114.   .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  115.   .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  116.   .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
  117. }
  118. .wrap_header_banner .overlay-slider {
  119.     position: absolute;
  120.     top: 0;
  121.     left: 0;
  122.     padding-top: 30px; 
  123.     width: 100%;
  124.     height: 100%;
  125.     background-color: rgba(0, 0, 0, 0.6392156863);
  126. }
  127. .left-column {
  128.     flex: 1;
  129.     /*background: linear-gradient(145deg, #051a53, 0%, #0a2a7a 100%);*/
  130.     background: #051a53;
  131.     color: white;
  132.     padding: 40px;
  133.     display: flex;
  134.     flex-direction: column;
  135.     justify-content: space-between;
  136.     position: relative;
  137.     overflow: hidden;
  138. }
  139. .left-column:before {
  140.     content: "";
  141.     position: absolute;
  142.     top: 0;
  143.     left: 0;
  144.     right: 0;
  145.     bottom: 0;
  146.     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>');
  147.     opacity: 0.3;
  148. }
  149. .logo-header {
  150.     display: flex;
  151.     align-items: center;
  152.     gap: 15px;
  153.     margin-bottom: 40px;
  154.     z-index: 1;
  155.     position: relative;
  156. }
  157. .logo-circle {
  158.     width: 80px !important;
  159.     height: 65px !important;
  160.     background-color: #ff6600;
  161.     border-radius: 50%;
  162.     display: flex;
  163.     align-items: center;
  164.     justify-content: center;
  165.     font-size: 24px;
  166. }
  167. .left-content {
  168.     z-index: 1;
  169.     position: relative;
  170.     flex-grow: 1;
  171.     margin: 0px !important;
  172.     width: 100% !important;
  173. }
  174. .features-list {
  175.     list-style: none;
  176.     margin: 0px !important;
  177.     width: 100%;
  178. }
  179. .features-list li {
  180.     display: flex;
  181.     align-items: flex-start;
  182.     margin-bottom: 10px;
  183.     margin-left: -30px;
  184. }
  185. .feature-icon {
  186.     background-color: rgba(255, 255, 255, 0.15);
  187.     color: #fff;
  188.     border-radius: 50%;
  189.     width: 40px;
  190.     height: 40px;
  191.     display: flex;
  192.     align-items: center;
  193.     justify-content: center;
  194.     margin-right: 15px;
  195.     flex-shrink: 0;
  196.     margin-top: 10px !important;
  197. }
  198. .feature-text h4 {
  199.     font-size: 16px;
  200.     margin-bottom: 5px;
  201.     font-weight: 600;
  202. }
  203. .feature-text p {
  204.     font-size: 14px;
  205.     opacity: 0.8;
  206. }
  207. @media (max-width:575px){.truncate{width:100%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}
  208. </style>
  209. {% endblock %}
  210. {% block mapjs %}
  211.     <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"/>
  212.     <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
  213. {% endblock %}
  214. {% block body %}
  215. {% include 'section/navbar.html.twig' %}
  216. <div class="wrap_header_banner" style="height: 200px; background: url({{ asset('public/inter/wp-content/uploads/2023/06/header-banner.jpg')}});">
  217.     <div class="overlay-slider">
  218.         <div class="row_site">
  219.             <div class="container_site">
  220.                 <div class="cover_color"></div>
  221.                 <div class="header_banner_el">
  222.                     {% if certificat is not empty %}
  223.                     <div class="header_breadcrumbs">
  224.                         <div id="breadcrumbs">
  225.                             <ul class="breadcrumb">
  226.                                 <li><a href="{{ path('front.inter.index') }}" style="color: #fff!important;" title="accueil">Accueil</a></li>
  227.                                 <li class="li_separator"><span class="separator"><i class="ovaicon-next" style="color: #fff!important;"></i></span></li>
  228.                                 <li style="color: #fff!important; text-transform: lowercase;">Formations</li>
  229.                                 <li class="li_separator"><span class="separator"><i class="ovaicon-next" style="color: #fff!important;"></i></span></li>
  230.                                 <li style="color: #fff!important; text-transform: lowercase;">{{ type }}</li>
  231.                                 <li class="li_separator"><span class="separator"><i class="ovaicon-next" style="color: #fff!important;"></i></span></li>
  232.                             </ul>
  233.                         </div>
  234.                     </div>
  235.                     <div class="truncate">
  236.                         <h1 class="header_title">{{ theme }} </h1>
  237.                     </div>
  238.                     {% endif %}
  239.                 </div>
  240.             </div>
  241.         </div>
  242.     </div>
  243. </div>
  244. {% for message in app.flashes('success') %}
  245. <div class="row toast_success" style="top: 100px !important; float: right !important; position: absolute;">
  246.     <div class="col-md-2 col-sm-2" style="padding: 10px;">
  247.         <i class="fa fa-check fa-2x" aria-hidden="true"></i>
  248.     </div>
  249.     <div class="col-md-10 col-sm-10" style="padding: 10px;">
  250.         <label style="font-family: arial;">{{ message }}</label>
  251.     </div>
  252. </div>    
  253. {% endfor %}
  254. {% for message in app.flashes('danger') %}
  255. <div class="row toast_danger" style="top: 100px !important; float: right !important; position: absolute;">
  256.     <div class="col-md-2 col-sm-2" style="padding: 10px;">
  257.         <i class="fa fa-check fa-2x" aria-hidden="true"></i>
  258.     </div>
  259.     <div class="col-md-10 col-sm-10" style="padding: 10px;">
  260.         <label style="font-family: arial;">{{ message }}</label>
  261.     </div>
  262. </div>   
  263. {% endfor %}
  264.     <style id="elementor-post-1308">.elementor-1308 .elementor-element.elementor-element-6df1039{margin-top:0px;margin-bottom:110px;}.elementor-1308 .elementor-element.elementor-element-7668bb9 .ovaev-event-title{font-size:30px;}.elementor-1308 .elementor-element.elementor-element-5dc2e39 > .elementor-widget-container{margin:0px 0px 35px 0px;}.elementor-1308 .elementor-element.elementor-element-ee883c9 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:30px;}.elementor-1308 .elementor-element.elementor-element-ee883c9 > .elementor-element-populated{margin:-50px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}@media(max-width:1024px){.elementor-1308 .elementor-element.elementor-element-6df1039{margin-top:0px;margin-bottom:80px;}.elementor-1308 .elementor-element.elementor-element-ee883c9 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}@media(max-width:767px){.elementor-1308 .elementor-element.elementor-element-7668bb9 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-1308 .elementor-element.elementor-element-ff09908 > .elementor-widget-container{margin:0px 0px 50px 0px;}}@media(min-width:768px){.elementor-1308 .elementor-element.elementor-element-d6d4b6c{width:67%;}.elementor-1308 .elementor-element.elementor-element-ee883c9{width:33%;}}</style>
  265.         <div data-elementor-type="page" data-elementor-id="1308" class="elementor elementor-1308">
  266.         {% if certificat is not empty %}
  267.             <section class="elementor-section elementor-top-section elementor-element elementor-element-6df1039 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6df1039" data-element_type="section">
  268.                 <div class="elementor-container elementor-column-gap-default">
  269.                     <div class="elementor-column elementor-col-80 elementor-top-column elementor-element elementor-element-d6d4b6c" data-id="d6d4b6c" data-element_type="column">
  270.                         <div class="elementor-widget-wrap elementor-element-populated" style="padding-top: 50px;">
  271.                             
  272.                             {{ form_start(inscriptionForm, {attr: {style: 'width: 100%;'} }) }}
  273.                             <div class="row shadow" style="border: 1px solid #ededed; padding: 20px;">
  274.      
  275.                                 <div class="form-header">
  276.                                     <h2 class="form-title">Informations personnelles</h2>
  277.                                 </div>
  278.                                 <div class="col-md-12 col-sm-12">
  279.                                     {{ form_row(inscriptionForm.civilite) }}
  280.                                 </div>
  281.                                 <div class="col-md-6 col-sm-12" style="padding: 5px !important; width: 100% !important;">
  282.                                     {{ form_row(inscriptionForm.nom) }}
  283.                                 </div>
  284.                                 <div class="col-md-6 col-sm-12" style="padding: 5px !important; width: 100% !important;">
  285.                                     {{ form_row(inscriptionForm.prenoms) }}
  286.                                 </div>
  287.                                 <div class="col-md-12 col-sm-12">
  288.                                     {{ form_row(inscriptionForm.mail) }}
  289.                                 </div>
  290.                                 <div class="col-md-6 col-sm-12" style="padding: 5px !important; width: 100% !important;">
  291.                                     {{ form_row(inscriptionForm.telephone) }}
  292.                                 </div>
  293.                                 <div class="col-md-6 col-sm-12" style="padding: 5px !important; width: 100% !important;">
  294.                                     {{ form_row(inscriptionForm.whatsapp) }}
  295.                                 </div>  
  296.                                 <div class="col-md-6 col-sm-12" style="padding: 5px !important; width: 100% !important;">
  297.                                     {{ form_row(inscriptionForm.boitepostale) }}
  298.                                 </div>
  299.                                 <div class="col-md-6 col-sm-12" style="padding: 5px !important; width: 100% !important;">
  300.                                     {{ form_row(inscriptionForm.adresse) }}
  301.                                 </div> 
  302.                                 <div class="col-md-6 col-sm-12" style="padding: 5px !important; width: 100% !important;">
  303.                                     {{ form_row(inscriptionForm.pays) }}
  304.                                 </div>
  305.                                 <div class="col-md-6 col-sm-12" style="padding: 5px !important; width: 100% !important;">
  306.                                     {{ form_row(inscriptionForm.ville) }}
  307.                                 </div> 
  308.                                 <div style="border: 1px solid #ededed !important; height: 5px; background-color: #ededed; width: 100%;"></div>
  309.                                 <div class="form-header" style="border-top: 1px solid #051a53 !important; width: 100%;">
  310.                                     <h2 class="form-title">Informations sur votre formation</h2>
  311.                                 </div>
  312.                                 <div class="col-md-6 col-sm-12" style="padding: 5px !important; width: 100% !important;">
  313.                                     {{ form_row(inscriptionForm.entreprise) }}
  314.                                 </div>                             
  315.                                 <div class="col-md-6 col-sm-12" style="padding: 5px !important; width: 100% !important;">
  316.                                     {{ form_row(inscriptionForm.fonction) }}
  317.                                 </div>
  318.                                 <div class="col-md-6 col-sm-12" style="padding: 5px !important; width: 100% !important;">
  319.                                     {{ form_row(inscriptionForm.nbparticipant) }}
  320.                                 </div>
  321.                                 <div class="col-md-6 col-sm-12" style="padding: 5px !important; width: 100% !important;">
  322.                                     {{ form_row(inscriptionForm.siteweb) }}
  323.                                 </div> 
  324.                                 
  325.                                 <div class="col-md-12 col-sm-12">
  326.                                     {{ form_row(inscriptionForm.commentaire) }}
  327.                                 </div>                                
  328.                                 {{ form_row(inscriptionForm.recaptchaToken) }}
  329.                             </div>
  330.                             <script>
  331.                                 grecaptcha.ready(function() {
  332.                                     grecaptcha.execute('{{ recaptcha_site_key }}', {
  333.                                         action: 'contact'
  334.                                     }).then(function(token) {
  335.                                         document.getElementById('{{ inscriptionForm.recaptchaToken.vars.id }}').value = token;
  336.                                     });
  337.                                 });
  338.                             </script>
  339.                             {{ form_end(inscriptionForm) }}
  340.                             
  341.                         </div>
  342.                     </div>
  343.                 
  344.                     <div class="elementor-column elementor-col-40 elementor-top-column elementor-element elementor-element-ee883c9" data-id="ee883c9" data-element_type="column">
  345.                         <div class="elementor-widget-wrap elementor-element-populated">
  346.     
  347.                             <div  class="elementor-element elementor-element-bdfb755 elementor-widget elementor-widget-ova_event_info" data-id="bdfb755" data-element_type="widget" data-widget_type="ova_event_info.default">
  348.                                 <div class="elementor-widget-container">
  349.                                     <div class="ovaev-event-info">
  350.                                         <div class="row">
  351.                                             <div class="col-md-2">
  352.                                                 <span class="label"><i class="fa fa-calendar-o" aria-hidden="true"></i> </span>
  353.                                             </div>
  354.                                             <div class="col-md-10">
  355.                                                 <span class="info"><b style="color: #051a53;">&emsp;{{ session}} {{ annee }}</b></span>
  356.                                             </div>
  357.                                         </div>
  358.                                         <div class="row" style="margin-top: 30px !important;">
  359.                                             <div class="col-md-2">
  360.                                                 <span class="label"><i class="fa fa-map-marker" aria-hidden="true"></i> </span>
  361.                                             </div>
  362.                                             <div class="col-md-10">
  363.                                                 <span class="info"><b style="color: #051a53;">&emsp;{{ pays }}, {{ ville }}</b></span>
  364.                                             </div>
  365.                                         </div>
  366.                                         <div class="row" style="margin-top: 20px !important; margin-bottom: 20px !important;">
  367.                                             <div class="col-md-2">
  368.                                                 <span class="label"><i class="fa fa-money" aria-hidden="true"></i> </span>
  369.                                             </div>
  370.                                             <div class="col-md-10">
  371.                                                 <span class="info"><b style="color: #051a53;">&emsp;{{ prix }} {{ devise }}</b></span>
  372.                                             </div>
  373.                                         </div>
  374.                                     </div>
  375.                                 </div>
  376.                             </div>
  377.                             <div class="shadow btn-fichier" style="text-align: center;">
  378.                                 <a href="{{ asset('public/catalogues/Catalogue_2026_CIMEF_INTERNATIONAL.pdf') }}">
  379.                                     <i class="gimonticon-download" style="font-size: 22px; color: #fff;" aria-hidden="true"></i> <label style="color: #fff; font-size: 20px; font-family: arial; cursor: pointer;">Télécharger le catalogue 2026</h3>
  380.                                 </a>
  381.                             </div>
  382.                             
  383.                             <div class="left-column">
  384.                                 <div>
  385.                                     <div class="logo-header">
  386.                                         <div class="logo-circle">
  387.                                             <i class="fas fa-globe-americas fa-2X"></i>
  388.                                         </div>
  389.                                         <div class="logo-text">
  390.                                             <h1 style="font-size: 20px !important; color: #fff !important;">CIMEF International</h1>
  391.                                             <p style="font-size: 14px !important; font-style: italic;">La formation précède la compétitivité !</p>
  392.                                         </div>
  393.                                     </div>
  394.                                     
  395.                                     <div class="left-content">
  396.                                         <h2 class="left-title" style="font-size: 30px !important; color: #fff !important;">Inscription 2026</h2>
  397.                                         <p class="left-subtitle">Rejoignez notre réseau mondial de professionnels et participez à des projets d'envergure internationale.</p>
  398.                                         
  399.                                         <ul class="features-list">
  400.                                             <li>
  401.                                                 <div class="feature-icon">
  402.                                                     <i class="fas fa-network-wired"></i>
  403.                                                 </div>
  404.                                                 <div class="feature-text">
  405.                                                     <h4 style="color: #ff6600;">Une portée internationale</h4>
  406.                                                     <p>Un réseau actif de professionnels répartis dans plusieurs pays</p>
  407.                                                 </div>
  408.                                             </li>
  409.                                             <li>
  410.                                                 <div class="feature-icon">
  411.                                                     <i class="fas fa-graduation-cap"></i>
  412.                                                 </div>
  413.                                                 <div class="feature-text">
  414.                                                     <h4 style="color: #ff6600;">Opportunités de collaboration internationale</h4>
  415.                                                     <p>Participez à des projets stratégiques avec des partenaires de renom</p>
  416.                                                 </div>
  417.                                             </li>
  418.                                             <li>
  419.                                                 <div class="feature-icon">
  420.                                                     <i class="fas fa-handshake"></i>
  421.                                                 </div>
  422.                                                 <div class="feature-text">
  423.                                                     <h4 style="color: #ff6600;">Opportunités de collaboration</h4>
  424.                                                     <p>Participez à des projets innovants avec des partenaires internationaux</p>
  425.                                                 </div>
  426.                                             </li>
  427.                                         </ul>
  428.                                     </div>
  429.                                 </div>
  430.                                 
  431.                                 <div class="contact-info">
  432.                                     <h3 style="color: #fff;">Besoin d'aide ?</h3>
  433.                                     <p>Contactez notre équipe à <strong>paris@cimef-international.org</strong> ou appelez-nous au <strong>+33 6 05 85 70 98 </strong></p>
  434.                                 </div>
  435.                             </div>
  436.     
  437.                         </div>
  438.                     </div>
  439.                 </div>
  440.             </section>
  441.         {% else %}
  442.             <div style="margin-top: 20px; text-align: justify;">
  443.                 <h2>Informations indisponible</h2>
  444.             </div>
  445.         {% endif %}
  446.         </div>
  447.       </div>
  448.     {% include 'section/footer.html.twig' %}  
  449. {% endblock %}