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

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