templates/base.html.twig line 1

  1. <!DOCTYPE html>
  2. <html lang="fr" xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml">
  3.     <head>
  4.         <meta
  5.         http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6.         <!-- Meta, title, CSS, favicons, etc. -->
  7.         <meta charset="utf-8">
  8.         <meta http-equiv="X-UA-Compatible" content="IE=edge">
  9.         <meta name="viewport" content="width=device-width, initial-scale=1">
  10.         <link rel="icon" href=" {{ asset('assets/images/icone-assist.ico') }} " type="image/ico"/>
  11.         <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  12.         <title>
  13.             {% block title %}{% endblock %}
  14.             | Assist RH</title>
  15.         <!-- Bootstrap -->
  16.         <!-- Custom fonts -->
  17.         <link rel="stylesheet" href="{{ asset('assets/build/fonts/Montserrat/Montserrat.css') }}"/>
  18.         <link rel="stylesheet" href="{{ asset('assets/build/fonts/Poppins/Poppins.css') }}"/>
  19.         <style>
  20.             /* Changer font de toutes les pages */
  21.             *:not(i) {
  22.                 font-family: Montserrat;
  23.             }
  24.         </style>
  25.         {# <link href=" {{ asset('assets/cdn.datatables.net/1.10.20/css/jquery.dataTables.min.css ') }}"> #}
  26.         {# <link href=" {{ asset('assets/build/css/jquery.dataTables.min.css') }}"> #}
  27.         <link
  28.         href=" {{ asset('assets/vendors/bootstrap/dist/css/bootstrap.min.css') }}" rel="stylesheet">
  29.         <!-- Font Awesome -->
  30.         <link
  31.         href=" {{ asset('assets/vendors/font-awesome/css/font-awesome.min.css') }}" rel="stylesheet">
  32.         <!-- NProgress -->
  33.         <link
  34.         href=" {{ asset('assets/vendors/nprogress/nprogress.css') }}" rel="stylesheet">
  35.         <!-- iCheck -->
  36.         <link
  37.         href=" {{ asset('assets/vendors/iCheck/skins/flat/green.css') }}" rel="stylesheet">
  38.         <!-- bootstrap-daterangepicker -->
  39.         <link
  40.         href=" {{ asset('assets/vendors/bootstrap-daterangepicker/daterangepicker.css') }}" rel="stylesheet">
  41.         <!-- bootstrap-wysiwyg -->
  42.         <link href=" {{ asset('assets/vendors/google-code-prettify/bin/prettify.min.css') }}" rel="stylesheet">
  43.         <!-- Select2 -->
  44.         <!--    <link href=" {{ asset('assets/vendors/select2/dist/css/select2.min.css') }}" rel="stylesheet">-->
  45.         <!-- Switchery -->
  46.         <link
  47.         href=" {{ asset('assets/vendors/switchery/dist/switchery.min.css') }}" rel="stylesheet"> <!-- starrr -->
  48.         <link
  49.         href=" {{ asset('assets/vendors/starrr/dist/starrr.css') }}" rel="stylesheet">
  50.         <!-- Data table css -->
  51.         <link
  52.         href="{{ asset('assets/plugins/datatable/dataTables.bootstrap4.min.css') }}" rel="stylesheet"/>
  53.         <!-- Button Datatable -->
  54.         <link href="https://cdn.datatables.net/buttons/2.3.4/css/buttons.dataTables.min.css" rel="stylesheet">
  55.         <link
  56.         href="{{ asset('assets/plugins/datatable/dataTables.colVis.css') }}" rel="stylesheet">
  57.         <!-- bootstrap-datetimepicker -->
  58.         <link
  59.         href=" {{ asset('assets/vendors/bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css') }}" rel="stylesheet">
  60.         <!-- bootstrap toggle -->
  61.         <link
  62.         href=" {{ asset('assets/build/css/bootstrap4-toggle.min.css') }}" rel="stylesheet">
  63.         <!-- Ion.RangeSlider -->
  64.         <link href=" {{ asset('assets/vendors/normalize-css/normalize.css') }}" rel="stylesheet">
  65.         <link href=" {{ asset('assets/vendors/ion.rangeSlider/css/ion.rangeSlider.css') }}" rel="stylesheet">
  66.         <link
  67.         href=" {{ asset('assets/vendors/ion.rangeSlider/css/ion.rangeSlider.skinFlat.css') }}" rel="stylesheet">
  68.         <!-- Bootstrap Colorpicker -->
  69.         <link href=" {{ asset('assets/vendors/mjolnic-bootstrap-colorpicker/dist/css/bootstrap-colorpicker.min.css') }}" rel="stylesheet">
  70.         <link
  71.         href=" {{ asset('assets/vendors/cropper/dist/cropper.min.css') }}" rel="stylesheet">
  72.         <!-- bootstrap-daterangepicker -->
  73.         <link
  74.         href=" {{ asset('assets/vendors/bootstrap-daterangepicker/daterangepicker.css') }}" rel="stylesheet">
  75.         <!-- bootstrap-datetimepicker -->
  76.         <link
  77.         href=" {{ asset('assets/vendors/bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css') }}" rel="stylesheet">
  78.         <!-- Dropzone -->
  79.         <link
  80.         href=" {{ asset('assets/vendors/dropzone/dist/min/dropzone.min.css') }}" rel="stylesheet">
  81.         <!-- Apex Charts -->
  82.         <link
  83.         href=" {{ asset('assets/build/css/styles.css') }}" rel="stylesheet"/>
  84.         <!-- Custom Theme Style -->
  85.         <link
  86.         href=" {{ asset('assets/build/css/custom.css') }}" rel="stylesheet">
  87.         <!-- My custom -->
  88.         <link
  89.         href=" {{ asset('assets/build/css/custom2.css') }}" rel="stylesheet">
  90.         <!-- Toastr JS -->
  91.         <link
  92.         href="{{ asset('assets/plugins/toastr/toastr.min.css') }}" rel="stylesheet">
  93.         <!-- SELECT PICKER -->
  94.         <link href="{{ asset('assets/plugins/bootstrap-select-1.13.14/dist/css/bootstrap-select.min.css') }}" rel="stylesheet">
  95.         <style>
  96.             .custom-label{
  97.                 font-size: 20px;
  98.                 font-weight: 600;
  99.             }
  100.             .btn-success {
  101.                 background-color: #8ec046 !important;
  102.             }
  103.             .paginate_button .page-item .previous {
  104.                 background-color: red;
  105.             }
  106.             .dataTables_paginate .page-link {
  107.                 background-color: transparent !important;
  108.                 border: 0 !important;
  109.                 margin: 3px !important;
  110.                 color: rgb(128, 128, 128);
  111.             }
  112.             .page-item:first-child .page-link,
  113.             .page-item:last-child .page-link {
  114.                 border-radius: 5px !important;
  115.                 background-color: transparent !important;
  116.                 border: 1px solid #001F3E !important;
  117.                 margin: 3px !important;
  118.                 color: #001F3E !important;
  119.             }
  120.             .dataTables_paginate .paginate_button.active .page-link {
  121.                 border: 0 !important;
  122.                 border-radius: 5px !important;
  123.                 color: black !important;
  124.                 margin: 3px !important;
  125.             }
  126.             .dataTables_scroll {
  127.                 margin-left: 0.5rem !important;
  128.                 margin-right: 0.5rem !important;
  129.             }
  130.             .dataTables_scrollHeadInner > table {
  131.                 margin-top: 5px !important;
  132.             }
  133.             /* Css button colvis datatable */
  134.             ul.ColVis_collection li label {
  135.                 margin-bottom: 0;
  136.             }
  137.             div.ColVis {
  138.                 margin-left: 10px !important;
  139.                 margin-bottom: 0 !important;
  140.             }
  141.             ul.ColVis_collection {
  142.                 left: 289px !important;
  143.                 top: 250px !important;
  144.                 width: 184px !important;
  145.             }
  146.             div.ColVis > button.ColVis_MasterButton {
  147.                 height: 32px !important;
  148.                 padding: 3px 10px !important;
  149.                 margin-right: 6px;
  150.             }
  151.             li.ajout-pointage > a.vert-fluo {
  152.                 height: 30px;
  153.             }
  154.             .dt-buttons > button.dt-button {
  155.                 border: 1px solid #869CB0;
  156.                 background: white !important;
  157.                 color: #869CB0 !important;
  158.             }
  159.             .dt-buttons > button.dt-button:hover {
  160.                 border: 1px solid #869CB0;
  161.                 color: #001F3E !important;
  162.             }
  163.             .dt-buttons {
  164.                 margin-left: 7px;
  165.             }
  166.             /*RADIO ESPACE*/
  167.             .radio-custom input {
  168.                 margin-right: 5px;
  169.             }
  170.             input[type=radio]:checked {
  171.                 accent-color: #69912f;
  172.             }
  173.             /*SELECT PICKER*/
  174.             .bootstrap-select > .dropdown-toggle {
  175.                 border-radius: 5px !important;
  176.             }
  177.             select > option {
  178.                 font-family: Montserrat !important;
  179.             }
  180.             input[type="file"] {
  181.                 display: none;
  182.             }
  183.             .detaile {
  184.                 display: flex;
  185.                 flex-direction: column;
  186.                 margin-right: 5px;
  187.             }
  188.             .detaile input::placeholder{
  189.                 font-weight: 600;
  190.                 font-size:14px;
  191.             }
  192.             .enter {
  193.                 display: flex;
  194.                 flex-direction: column;
  195.                 margin-right: 5px;
  196.             }
  197.             .enter label {
  198.                 display: flex;
  199.                 justify-content: end;
  200.             }
  201.             .enter input {
  202.                 position: relative;
  203.             }
  204.             .enter input::placeholder {
  205.                 position: absolute;
  206.                 right: 8px;
  207.                 color: #000!important;
  208.                 font-weight: 600;
  209.                 font-size: 16px;
  210.             }
  211.             .after-detail input::placeholder{
  212.                 font-size:14px;
  213.                 font-weight: 600;
  214.             }
  215.             .quantite {
  216.                 display: flex;
  217.                 flex-direction: column;
  218.             }
  219.             .quantite input {
  220.                 position: relative;
  221.             }
  222.             .quantite input::placeholder {
  223.                 position: absolute;
  224.                 right: 8px;
  225.                 color: #000!important;
  226.                 font-weight: 700;
  227.             }
  228.             .quantite label {
  229.                 display: flex;
  230.                 justify-content: end;
  231.             }
  232.             .link {
  233.                 color: #000;
  234.                 font-size: 16px;
  235.                 font-weight: 700;
  236.             }
  237.             .link-first {
  238.                 color: #000;
  239.                 font-size: 16px;
  240.                 font-weight: 700;
  241.                 position: relative;
  242.             }
  243.             .link-first::after {
  244.                 content: "";
  245.                 background: #000;
  246.                 width: 2px;
  247.                 height: 30px;
  248.                 right: -13px;
  249.                 top: 6px;
  250.                 position: absolute;
  251.             }
  252.             .ajouter {
  253.                 background: #8ec046;
  254.                 width: 150px;
  255.                 height: 46px;
  256.                 color: #000;
  257.                 font-weight: 700;
  258.                 font-size: 16px;
  259.                 border-radius: 50px;
  260.                 border: none;
  261.                 padding-left: 40px;
  262.                 padding-right: 40px;
  263.             }
  264.             .rectificatif {
  265.                 background: #FED9151A;
  266.                 width: 178px;
  267.                 height: 46px;
  268.                 color: #A87E3F;
  269.                 font-weight: 700;
  270.                 font-size: 16px;
  271.                 border-radius: 50px;
  272.                 border: 2px solid #A87E3F;
  273.                 padding-left: 12px;
  274.             }
  275.             #number {
  276.                 position: relative;
  277.             }
  278.             #number::before {
  279.                 content: "";
  280.                 width: 14px;
  281.                 height: 14px;
  282.                 border-radius: 50%;
  283.                 background: #49AD19;
  284.                 position: absolute;
  285.                 left: 10px;
  286.                 top: 15px;
  287.             }
  288.             .add {
  289.                 width: 30px;
  290.                 height: 30px;
  291.                 padding: 9px 9px 9px 10px;
  292.                 border-radius: 50%;
  293.                 background: #f0f7da;
  294.                 margin-right: 5px;
  295.             }
  296.             .add i {
  297.                 font-size: 16px;
  298.                 color: #8ec046;
  299.             }
  300.             .custom-table tr {
  301.                 height: 30px;
  302.             }
  303.             .cumul-precedent{
  304.                 font-size: 18px!important;
  305.                 color: gray;
  306.                 font-weight: 600;
  307.                 text-align: center;
  308.                 margin-top: 8px;
  309.                 margin-left: 15px;
  310.             }
  311.             .custom-label-gris{
  312.                 font-size: 20px;
  313.                 font-weight: 600;
  314.             }
  315.             .text-before-pourcentage{
  316.                 font-size: 26px;
  317.                 font-weight: 600;
  318.                 color: #000;
  319.             }
  320.             .cumul-total{
  321.                 font-size: 20px!important;
  322.                 font-weight: 600;
  323.                 color: #000;
  324.                 margin-left: 8px;
  325.             }
  326.             .pourcentage{
  327.                 font-size: 40px !important;
  328.                 color: #8ec046;
  329.                 margin-top: -20px;
  330.                 padding-left: 25px;
  331.             }
  332.             .input-terrassement{
  333.                 padding-top: 30px;
  334.             }
  335.             .input-unite input,
  336.             .input-unite-gris input{
  337.                 height: 45px;
  338.             }
  339.             .input-total input,
  340.             .input-total-gris input{
  341.                 height: 45px;
  342.                 position: relative;
  343.             }
  344.             .input-total input::placeholder{
  345.                 font-size: 16px;
  346.                 font-weight: 600;
  347.                 color: #000;
  348.                 position: absolute;
  349.                 right: 10px;
  350.             }
  351.             .input-total-gris input::placeholder{
  352.                 font-size: 16px;
  353.                 font-weight: 600;
  354.                 color: #6e6e6e;
  355.                 position: absolute;
  356.                 right: 10px;
  357.             }
  358.             .input-terrassement input,
  359.             .input-situation input{
  360.                 height: 45px;
  361.             }
  362.             .input-terrassement input::placeholder,
  363.             .input-situation input::placeholder{
  364.                 font-size: 16px;
  365.                 font-weight: 600;
  366.                 color: #000;
  367.             }
  368.             .input-chapitre input,
  369.             .input-chapitre-gris input{
  370.                 height: 45px;
  371.                 position: relative;
  372.             }
  373.             .input-chapitre input::placeholder{
  374.                 position: absolute;
  375.                 right: 10px;
  376.                 top: 12px;
  377.                 font-size: 16px;
  378.                 font-weight: 600;
  379.                 color: #000;
  380.             }
  381.             .input-chapitre-gris input::placeholder{
  382.                 position: absolute;
  383.                 right: 10px;
  384.                 top: 12px;
  385.                 font-size: 16px;
  386.                 font-weight: 600;
  387.                 color: #6e6e6e;
  388.             }
  389.             .input-unite input::placeholder{
  390.                 position: absolute;
  391.                 right: 45%;
  392.                 top: 13px;
  393.                 font-size: 16px;
  394.                 font-weight: 600;
  395.                 color: #000;
  396.             }
  397.             .input-unite-gris input::placeholder{
  398.                 position: absolute;
  399.                 right: 25px;
  400.                 top: 12px;
  401.                 font-size: 16px;
  402.                 font-weight: 600;
  403.                 color: #6e6e6e;
  404.             }
  405.             @media(min-width: 2201px) {
  406.                 .annexe{
  407.                     padding-left: 85px;
  408.                 }
  409.                 .plan{
  410.                     padding-left: 39rem;
  411.                 }
  412.                 .link {
  413.                     color: #000;
  414.                 }
  415.                 .link-first {
  416.                     color: #000;
  417.                     position: relative;
  418.                 }
  419.                 .link-first::after {
  420.                     content: "";
  421.                     background: #000;
  422.                     width: 2px;
  423.                     height: 30px;
  424.                     left: 148px;
  425.                     top: 6px;
  426.                     position: absolute;
  427.                 }
  428.                 .ajouter {
  429.                     background: #8ec046;
  430.                     width: 150px;
  431.                     height: 40px;
  432.                     color: #000;
  433.                     font-weight: 700;
  434.                     font-size: 16px;
  435.                     border-radius: 50px;
  436.                     border: none;
  437.                     padding-left: 40px;
  438.                     padding-right: 40px;
  439.                     padding-top: 10px;
  440.                 }
  441.                 .copier {
  442.                     background: #FCDC12;
  443.                     width: 140px;
  444.                     height: 40px;
  445.                     color: #000;
  446.                     font-weight: 700;
  447.                     font-size: 14px;
  448.                     border-radius: 50px;
  449.                     border: none;
  450.                     text-align: center;
  451.                     padding-top: 10px;
  452.                     
  453.                 }
  454.                 
  455.                 .custom-table {
  456.                     margin-left: 12%;
  457.                 }
  458.                 .forme {
  459.                     padding-right: -20px;
  460.                 }
  461.                 .images-add {
  462.                     display: flex;
  463.                     justify-content: space-between;
  464.                     padding-left: 80px;
  465.                     padding-right: 100px;
  466.                     margin-top: 20px;
  467.                     margin-bottom: 50px;
  468.                 }
  469.                 .images-add img {
  470.                     width: 220px;
  471.                     height: 130px;
  472.                     border-radius: 13px;
  473.                 }
  474.                 .btn-custom {
  475.                     background: #d3d3d3;
  476.                     border-radius: 10px;
  477.                     width: 178px;
  478.                     text-align: center;
  479.                     padding-top: 50px;
  480.                 }
  481.                 .imprimer {
  482.                     background: #cbe7a3;
  483.                     color: #000;
  484.                     font-weight: 700;
  485.                     font-size: 14px;
  486.                     border-radius: 50px;
  487.                     border: 2px solid #8ec046;
  488.                     padding-top: 8px;
  489.                     padding-left: 20px;
  490.                     padding-bottom: 10px; 
  491.                     padding-right: 20px;
  492.                     height:40px;
  493.                 }
  494.                 .rectificatif {
  495.                     background: #FED9151A;
  496.                     width: 158px;
  497.                     height: 40px;
  498.                     color: #A87E3F;
  499.                     font-weight: 700;
  500.                     font-size: 14px;
  501.                     border-radius: 50px;
  502.                     border: 2px solid #A87E3F;
  503.                     padding-left: 20px;
  504.                     padding-top: 8px;
  505.                 }
  506.                 .ajouter-inactif{
  507.                     background: rgba(0, 0,0,0.1);
  508.                     width: 140px;
  509.                     height: 40px;
  510.                     color: #fff;
  511.                     font-weight: 700;
  512.                     font-size: 14px;
  513.                     border-radius: 50px;
  514.                     border: none;
  515.                     padding-left: 40px;
  516.                     padding-right: 40px;
  517.                     padding-top: 10px;
  518.                     cursor: not-allowed;
  519.                 }
  520.                 .rectificatif-inactif{
  521.                     background-color: rgba(0, 0, 0, 0.1) ;
  522.                     width: 158px;
  523.                     height: 40px;
  524.                     color: rgba(0, 0, 0, 0.3);
  525.                     font-weight: 700;
  526.                     font-size: 14px;
  527.                     border-radius: 50px;
  528.                     padding-left: 20px;
  529.                     padding-top: 8px;
  530.                     cursor: not-allowed;
  531.                 }
  532.                 .ajouter1 {
  533.                     background: #8ec046;
  534.                     width: 150px;
  535.                     height: 46px;
  536.                     color: #000;
  537.                     font-weight: 700;
  538.                     font-size: 14px;
  539.                     border-radius: 50px;
  540.                     border: none;
  541.                     padding-left: 40px;
  542.                     padding-right: 40px;
  543.                 }
  544.                 .btnes{
  545.                     display: flex;
  546.                 }
  547.                 .table-head1 {
  548.                     padding-right: 13%;
  549.                     padding-left: 150px;
  550.                     border-top-left-radius: 10px;
  551.                     border-top-right-radius: 10px;
  552.                 }
  553.             }
  554.             @media((min-width: 2101px) and (max-width: 2201px)) {
  555.                 .annexe{
  556.                     padding-left: 80px;
  557.                 }
  558.                 .plan{
  559.                     padding-left: 9rem;
  560.                 }
  561.                 .link {
  562.                     color: #000;
  563.                     font-weight: 700;
  564.                     font-size: 14px;
  565.                 }
  566.                 .link-first {
  567.                     color: #000;
  568.                     font-weight: 700;
  569.                     font-size: 14px;
  570.                     position: relative;
  571.                 }
  572.                 .link-first::after {
  573.                     content: "";
  574.                     background: #000;
  575.                     width: 2px;
  576.                     height: 30px;
  577.                     left: 147px;
  578.                     top: 6px;
  579.                     position: absolute;
  580.                 }
  581.                 .table-head1 {
  582.                     padding-right: 150px;
  583.                     padding-left: 110px;
  584.                     border-top-left-radius: 10px;
  585.                     border-top-right-radius: 10px;
  586.                 }
  587.                 .custom-table {
  588.                     margin-left: 100px;
  589.                 }
  590.                 .forme {
  591.                     padding-right: -20px;
  592.                 }
  593.                 .images-add img {
  594.                     border-radius: 13px;
  595.                 }
  596.                 .btn-custom {
  597.                     background: #d3d3d3;
  598.                     border-radius: 10px;
  599.                     width: 178px;
  600.                     text-align: center;
  601.                     padding-top: 50px;
  602.                 }
  603.                 .images-add2 {
  604.                     display: flex;
  605.                     justify-content: space-between;
  606.                     margin-top: 20px;
  607.                     margin-bottom: 50px;
  608.                     padding-left: 90px;
  609.                     padding-right: 120px;
  610.                 }
  611.                 .images-add2 img {
  612.                     width: 250px;
  613.                     height: 150px;
  614.                     border-radius: 13px;
  615.                 }
  616.                 .imprimer {
  617.                     background: #cbe7a3;
  618.                     color: #000;
  619.                     font-weight: 700;
  620.                     font-size: 14px;
  621.                     border-radius: 50px;
  622.                     border: 2px solid #8ec046;
  623.                     padding-top: 8px;
  624.                     padding-left: 20px;
  625.                     padding-bottom: 10px; 
  626.                     padding-right: 20px;
  627.                     height:40px;
  628.                 }
  629.                 .edit-head{
  630.                     background: #fff;
  631.                     padding-left: 10px; 
  632.                     padding-top: 10px;
  633.                     padding-right: 80px;
  634.                     display: flex;
  635.                     justify-content: space-between;
  636.                     border: 1px solid #8ec046;
  637.                     border-top-left-radius: 10px;
  638.                     border-top-right-radius: 10px;
  639.                 }
  640.                 .rectificatif {
  641.                     background: #FED9151A;
  642.                     width: 158px;
  643.                     height: 40px;
  644.                     color: #A87E3F;
  645.                     font-weight: 700;
  646.                     font-size: 14px;
  647.                     border-radius: 50px;
  648.                     border: 2px solid #A87E3F;
  649.                     padding-left: 20px;
  650.                     padding-top: 5px;
  651.                 }
  652.                 .copier {
  653.                     background: #FCDC12;
  654.                     width: 140px;
  655.                     height: 40px;
  656.                     color: #000;
  657.                     font-weight: 700;
  658.                     font-size: 14px;
  659.                     border-radius: 50px;
  660.                     border: none;
  661.                     text-align: center;
  662.                     padding-top: 10px;
  663.                     
  664.                 }
  665.                 .ajouter {
  666.                     background: #8ec046;
  667.                     width: 150px;
  668.                     height: 40px;
  669.                     color: #000;
  670.                     font-weight: 700;
  671.                     font-size: 14px;
  672.                     border-radius: 50px;
  673.                     border: none;
  674.                     padding-left: 40px;
  675.                     padding-right: 40px;
  676.                     padding-top: 10px;
  677.                 }
  678.                 .ajouter-inactif{
  679.                     background: rgba(0, 0,0,0.1);
  680.                     width: 140px;
  681.                     height: 40px;
  682.                     color: #fff;
  683.                     font-weight: 700;
  684.                     font-size: 14px;
  685.                     border-radius: 50px;
  686.                     border: none;
  687.                     padding-left: 40px;
  688.                     padding-right: 40px;
  689.                     padding-top: 10px;
  690.                     cursor: not-allowed;
  691.                 }
  692.                 .rectificatif-inactif{
  693.                     background-color: rgba(0, 0, 0, 0.1) ;
  694.                     width: 158px;
  695.                     height: 40px;
  696.                     color: rgba(0, 0, 0, 0.3);
  697.                     font-weight: 700;
  698.                     font-size: 14px;
  699.                     border-radius: 50px;
  700.                     padding-left: 20px;
  701.                     padding-top: 8px;
  702.                     cursor: not-allowed;
  703.                 }
  704.                 .ajouter1 {
  705.                     background: #8ec046;
  706.                     width: 150px;
  707.                     height: 46px;
  708.                     color: #000;
  709.                     font-weight: 700;
  710.                     font-size: 14px;
  711.                     border-radius: 50px;
  712.                     border: none;
  713.                     padding-left: 40px;
  714.                     padding-right: 40px;
  715.                 }
  716.                 .edit-head .paragraph{
  717.                     margin-left: -80px;
  718.                 }
  719.                 .four{
  720.                     padding-right: 110px;
  721.                 }
  722.             }
  723.             @media((max-width: 2100px) and (min-width:1601px)) {
  724.                 .annexe{
  725.                     padding-left:85px;
  726.                 }
  727.                 .plan{
  728.                     padding-left: 9rem;
  729.                 }
  730.                 .images-add img {
  731.                     border-radius: 13px;
  732.                 }
  733.                 .images-add1 {
  734.                     display: flex;
  735.                     justify-content: space-between;
  736.                     margin-top: 20px;
  737.                     margin-bottom: 50px;
  738.                 }
  739.                 .images-add1 img {
  740.                     width: 300px;
  741.                     height: 200px;
  742.                     border-radius: 13px;
  743.                 }
  744.                 .btn-custom {
  745.                     background: #d3d3d3;
  746.                     border-radius: 10px;
  747.                     width: 178px;
  748.                     text-align: center;
  749.                     padding-top: 30px;
  750.                 }
  751.                 .double-button {
  752.                     padding-right: 50px;
  753.                 }
  754.                 .table-head {
  755.                     padding-right: 15rem;
  756.                     padding-left: 10rem;
  757.                 }
  758.                 .table-head1 {
  759.                     padding-right: 100px;
  760.                     padding-left: 30px;
  761.                     border-top-left-radius: 10px;
  762.                     border-top-right-radius: 10px;
  763.                 }
  764.                 .custom-table {
  765.                     margin-left: 140px;
  766.                     width: 1400px;
  767.                 }
  768.                 .head {
  769.                     padding-right: 80px;
  770.                 }
  771.                 .custom-add {
  772.                     padding-right: 70px;
  773.                 }
  774.                 .link {
  775.                     color: #000;
  776.                     font-weight: 700;
  777.                     font-size: 14px;
  778.                 }
  779.                 .link-first {
  780.                     color: #000;
  781.                     font-weight: 700;
  782.                     font-size: 14px;
  783.                     position: relative;
  784.                 }
  785.                 .link-first::after {
  786.                     content: "";
  787.                     background: #000;
  788.                     width: 2px;
  789.                     height: 30px;
  790.                     left: 140px;
  791.                     top: 6px;
  792.                     position: absolute;
  793.                 }
  794.                 .images-add2 {
  795.                     display: flex;
  796.                     justify-content: space-between;
  797.                     margin-top: 20px;
  798.                     margin-bottom: 50px;
  799.                     padding-left: 90px;
  800.                     padding-right: 100px;
  801.                 }
  802.                 .images-add2 img {
  803.                     width: 220px;
  804.                     height: 100px;
  805.                     border-radius: 13px;
  806.                 }
  807.                 .copier {
  808.                     background: #FCDC12;
  809.                     width: 140px;
  810.                     height: 40px;
  811.                     color: #000;
  812.                     font-weight: 700;
  813.                     font-size: 14px;
  814.                     border-radius: 50px;
  815.                     border: none;
  816.                     text-align: center;
  817.                     padding-top: 10px;
  818.                     
  819.                 }
  820.                 .ajouter {
  821.                     background: #8ec046;
  822.                     width: 150px;
  823.                     height: 40px;
  824.                     color: #000;
  825.                     font-weight: 700;
  826.                     font-size: 14px;
  827.                     border-radius: 50px;
  828.                     border: none;
  829.                     text-align: center;
  830.                     padding-top: 10px;
  831.                 }
  832.                 .rectificatif {
  833.                     background: #FED9151A;
  834.                     width: 158px;
  835.                     height: 40px;
  836.                     color: #A87E3F;
  837.                     font-weight: 700;
  838.                     font-size: 14px;
  839.                     border-radius: 50px;
  840.                     border: 2px solid #A87E3F;
  841.                     padding-left: 20px;
  842.                     padding-top: 8px;
  843.                 }
  844.                 .imprimer {
  845.                     background: #cbe7a3;
  846.                     color: #000;
  847.                     font-weight: 700;
  848.                     font-size: 14px;
  849.                     border-radius: 50px;
  850.                     border: 2px solid #8ec046;
  851.                     padding-top: 8px;
  852.                     padding-left: 20px;
  853.                     padding-bottom: 10px; 
  854.                     padding-right: 20px;
  855.                     height:40px;
  856.                 }
  857.                 .btnes {
  858.                     display: flex;
  859.                 }
  860.                 .btn-imprimer {
  861.                     display: flex;
  862.                 }
  863.                 .edit-head{
  864.                     background: #fff;
  865.                     padding-left: 30px; 
  866.                     padding-top: 10px;
  867.                     padding-right: 100px;
  868.                     display: flex;
  869.                     justify-content: space-between;
  870.                     border: 1px solid #8ec046;
  871.                     border-top-left-radius: 10px;
  872.                     border-top-right-radius: 10px;
  873.                 }
  874.                 .ajouter1 {
  875.                     background: #8ec046;
  876.                     width: 150px;
  877.                     height: 46px;
  878.                     color: #000;
  879.                     font-weight: 700;
  880.                     font-size: 14px;
  881.                     border-radius: 50px;
  882.                     border: none;
  883.                     padding-left: 40px;
  884.                     padding-right: 40px;
  885.                 }
  886.                 .rectificatif-inactif{
  887.                     background-color: rgba(0, 0, 0, 0.1) ;
  888.                     width: 158px;
  889.                     height: 40px;
  890.                     color: rgba(0, 0, 0, 0.3);
  891.                     font-weight: 700;
  892.                     font-size: 14px;
  893.                     border-radius: 50px;
  894.                     padding-left: 20px;
  895.                     padding-top: 8px;
  896.                     cursor: not-allowed;
  897.                 }
  898.                 .ajouter-inactif{
  899.                     background: rgba(0, 0,0,0.1);
  900.                     width: 140px;
  901.                     height: 40px;
  902.                     color: #fff;
  903.                     font-weight: 700;
  904.                     font-size: 14px;
  905.                     border-radius: 50px;
  906.                     border: none;
  907.                     padding-left: 40px;
  908.                     padding-right: 40px;
  909.                     padding-top: 10px;
  910.                     cursor: not-allowed;
  911.                 }
  912.                 .image-add-col{
  913.                     margin-left: 30px !important;
  914.                 }
  915.                 .edit-head .paragraph{
  916.                     margin-left: -80px;
  917.                 }
  918.             }
  919.             @media((max-width: 1600px) and (min-width: 1367px)){
  920.                 .annexe{
  921.                     margin-left: 2%;
  922.                 }
  923.                 .images-add img {
  924.                     border-radius: 13px;
  925.                 }
  926.                 .plan{
  927.                     padding-left: 9rem;
  928.                 }
  929.                 .images-add1 {
  930.                     display: flex;
  931.                     justify-content: space-between;
  932.                     margin-top: 20px;
  933.                     margin-bottom: 50px;
  934.                 }
  935.                 .images-add1 img {
  936.                     width: 300px;
  937.                     height: 200px;
  938.                     border-radius: 13px;
  939.                 }
  940.                 .btn-custom {
  941.                     background: #d3d3d3;
  942.                     border-radius: 10px;
  943.                     width: 178px;
  944.                     text-align: center;
  945.                     padding-top: 30px;
  946.                 }
  947.                 .double-button {
  948.                     padding-right: 50px;
  949.                 }
  950.                 .table-head {
  951.                     padding-right: 15rem;
  952.                     padding-left: 10rem;
  953.                 }
  954.                 .table-head1 {
  955.                     padding-right: 30px;
  956.                     padding-left: 30px;
  957.                     border-top-left-radius: 10px;
  958.                     border-top-right-radius: 10px;
  959.                 }
  960.                 .custom-table {
  961.                     margin-left: 130px;
  962.                     width: 1200px;
  963.                 }
  964.                 .head {
  965.                     padding-right: 80px;
  966.                 }
  967.                 .custom-add {
  968.                     padding-right: 70px;
  969.                 }
  970.                 .link {
  971.                     color: #000;
  972.                     font-weight: 700;
  973.                     font-size: 14px;
  974.                 }
  975.                 .link-first {
  976.                     color: #000;
  977.                     font-weight: 700;
  978.                     font-size: 14px;
  979.                     position: relative;
  980.                 }
  981.                 .link-first::after {
  982.                     content: "";
  983.                     background: #000;
  984.                     width: 2px;
  985.                     height: 30px;
  986.                     left: 140px;
  987.                     top: 6px;
  988.                     position: absolute;
  989.                 }
  990.                 .images-add2 {
  991.                     display: flex;
  992.                     justify-content: space-between;
  993.                     margin-top: 20px;
  994.                     margin-bottom: 50px;
  995.                     padding-left: 90px;
  996.                     padding-right: 100px;
  997.                 }
  998.                 .images-add2 img {
  999.                     width: 220px;
  1000.                     height: 100px;
  1001.                     border-radius: 13px;
  1002.                 }
  1003.                 .copier {
  1004.                     background: #FCDC12;
  1005.                     width: 140px;
  1006.                     height: 40px;
  1007.                     color: #000;
  1008.                     font-weight: 700;
  1009.                     font-size: 14px;
  1010.                     border-radius: 50px;
  1011.                     border: none;
  1012.                     text-align: center;
  1013.                     padding-top: 10px;
  1014.                     
  1015.                 }
  1016.                 .ajouter {
  1017.                     background: #8ec046;
  1018.                     width: 150px;
  1019.                     height: 40px;
  1020.                     color: #000;
  1021.                     font-weight: 700;
  1022.                     font-size: 14px;
  1023.                     border-radius: 50px;
  1024.                     border: none;
  1025.                     text-align: center;
  1026.                     padding-top: 10px;
  1027.                 }
  1028.                 .rectificatif {
  1029.                     background: #FED9151A;
  1030.                     width: 158px;
  1031.                     height: 40px;
  1032.                     color: #A87E3F;
  1033.                     font-weight: 700;
  1034.                     font-size: 14px;
  1035.                     border-radius: 50px;
  1036.                     border: 2px solid #A87E3F;
  1037.                     padding-left: 20px;
  1038.                     padding-top: 8px;
  1039.                 }
  1040.                 .imprimer {
  1041.                     background: #cbe7a3;
  1042.                     color: #000;
  1043.                     font-weight: 700;
  1044.                     font-size: 14px;
  1045.                     border-radius: 50px;
  1046.                     border: 2px solid #8ec046;
  1047.                     padding-top: 8px;
  1048.                     padding-left: 20px;
  1049.                     padding-bottom: 10px; 
  1050.                     padding-right: 20px;
  1051.                     height:40px;
  1052.                 }
  1053.                 .btnes {
  1054.                     display: flex;
  1055.                 }
  1056.                 .btn-imprimer {
  1057.                     display: flex;
  1058.                 }
  1059.                 .edit-head{
  1060.                     background: #fff;
  1061.                     padding-left: 30px; 
  1062.                     padding-top: 10px;
  1063.                     padding-right: 30px;
  1064.                     display: flex;
  1065.                     justify-content: space-between;
  1066.                     border: 1px solid #8ec046;
  1067.                     border-top-left-radius: 10px;
  1068.                     border-top-right-radius: 10px;
  1069.                 }
  1070.                 .ajouter1 {
  1071.                     background: #8ec046;
  1072.                     width: 150px;
  1073.                     height: 46px;
  1074.                     color: #000;
  1075.                     font-weight: 700;
  1076.                     font-size: 14px;
  1077.                     border-radius: 50px;
  1078.                     border: none;
  1079.                     padding-left: 40px;
  1080.                     padding-right: 40px;
  1081.                 }
  1082.                 .rectificatif-inactif{
  1083.                     background-color: rgba(0, 0, 0, 0.1) ;
  1084.                     width: 158px;
  1085.                     height: 40px;
  1086.                     color: rgba(0, 0, 0, 0.3);
  1087.                     font-weight: 700;
  1088.                     font-size: 14px;
  1089.                     border-radius: 50px;
  1090.                     padding-left: 20px;
  1091.                     padding-top: 8px;
  1092.                     cursor: not-allowed;
  1093.                 }
  1094.                 .ajouter-inactif{
  1095.                     background: rgba(0, 0,0,0.1);
  1096.                     width: 140px;
  1097.                     height: 40px;
  1098.                     color: #fff;
  1099.                     font-weight: 700;
  1100.                     font-size: 14px;
  1101.                     border-radius: 50px;
  1102.                     border: none;
  1103.                     padding-left: 40px;
  1104.                     padding-right: 40px;
  1105.                     padding-top: 10px;
  1106.                     cursor: not-allowed;
  1107.                 }
  1108.                 
  1109.                 .edit-head .paragraph{
  1110.                     margin-left: -80px;
  1111.                 }
  1112.                 .image-col{
  1113.                     margin-left: 40px!important;
  1114.                 }
  1115.             }
  1116.             @media(max-width:1366px) {
  1117.                 .annexe{
  1118.                     padding-left: 5rem;
  1119.                 }
  1120.                 .image-col{
  1121.                     margin-left: 30px!important;
  1122.                 }
  1123.                 .edit-head{
  1124.                     background: #fff;
  1125.                     padding-left: 30px; 
  1126.                     padding-top: 10px;
  1127.                     display: flex;
  1128.                     justify-content: space-between;
  1129.                     border: 1px solid #8ec046;
  1130.                     border-top-left-radius: 10px;
  1131.                     border-top-right-radius: 10px;
  1132.                     padding-right: 50px;
  1133.                 }
  1134.                 .images-add1 {
  1135.                     display: flex;
  1136.                     justify-content: space-between;
  1137.                     margin-top: 20px;
  1138.                     margin-bottom: 50px;
  1139.                 }
  1140.                 .images-add1 img {
  1141.                     width: 174px;
  1142.                     height: 122px;
  1143.                     border-radius: 13px;
  1144.                 }
  1145.                 .images-add2 {
  1146.                     display: flex;
  1147.                     justify-content: space-between;
  1148.                     margin-top: 20px;
  1149.                     margin-bottom: 50px;
  1150.                     padding-left: 30px;
  1151.                     padding-right: 40px;
  1152.                 }
  1153.                 .images-add2 img {
  1154.                     width: 150px;
  1155.                     height: 100px;
  1156.                     border-radius: 13px;
  1157.                 }
  1158.                 .images-add img {
  1159.                     border-radius: 13px;
  1160.                 }
  1161.                 .btn-custom {
  1162.                     background: #d3d3d3;
  1163.                     border-radius: 10px;
  1164.                     width: 100px;
  1165.                     text-align: center;
  1166.                     padding-top: 30px;
  1167.                 }
  1168.                 .btn-imprimer {
  1169.                     display: block;
  1170.                 }
  1171.                 .table-head {
  1172.                     padding-right: 50px;
  1173.                     padding-left: 30px;
  1174.                 }
  1175.                 .table-head1 {
  1176.                     padding-right: 50px;
  1177.                     padding-left: 30px;
  1178.                     border-top-left-radius: 10px;
  1179.                     border-top-right-radius: 10px;
  1180.                 }
  1181.                 .custom-table {
  1182.                     margin-left: 100px;
  1183.                     width: 1050px;
  1184.                 }
  1185.                 .head {
  1186.                     padding-right: 35px;
  1187.                 }
  1188.                 .btnes {
  1189.                     display: flex;
  1190.                 }
  1191.                 .custom-add {
  1192.                     padding-right: 25px;
  1193.                 }
  1194.                 .link {
  1195.                     color: #000;
  1196.                     font-weight: 700;
  1197.                     font-size: 14px;
  1198.                 }
  1199.                 .link-first {
  1200.                     color: #000;
  1201.                     font-weight: 700;
  1202.                     font-size: 14px;
  1203.                     position: relative;
  1204.                 }
  1205.                 .link-first::after {
  1206.                     content: "";
  1207.                     background: #000;
  1208.                     width: 2px;
  1209.                     height: 30px;
  1210.                     left: 140px;
  1211.                     top: 4px;
  1212.                     position: absolute;
  1213.                 }
  1214.                 .ajouter {
  1215.                     background: #8ec046;
  1216.                     width: 140px;
  1217.                     height: 40px;
  1218.                     color: #000;
  1219.                     font-weight: 700;
  1220.                     font-size: 14px;
  1221.                     border-radius: 50px;
  1222.                     border: none;
  1223.                     padding-left: 40px;
  1224.                     padding-right: 40px;
  1225.                     padding-top: 10px;
  1226.                     
  1227.                 }
  1228.                 .copier {
  1229.                     background: #FCDC12;
  1230.                     width: 140px;
  1231.                     height: 40px;
  1232.                     color: #000;
  1233.                     font-weight: 700;
  1234.                     font-size: 14px;
  1235.                     border-radius: 50px;
  1236.                     border: none;
  1237.                     text-align: center;
  1238.                     padding-top: 10px;
  1239.                     
  1240.                 }
  1241.                 .ajouter-inactif{
  1242.                     background: rgba(0, 0,0,0.1);
  1243.                     width: 140px;
  1244.                     height: 40px;
  1245.                     color: #fff;
  1246.                     font-weight: 700;
  1247.                     font-size: 14px;
  1248.                     border-radius: 50px;
  1249.                     border: none;
  1250.                     padding-left: 40px;
  1251.                     padding-right: 40px;
  1252.                     padding-top: 10px;
  1253.                     cursor: not-allowed;
  1254.                 }
  1255.                 .ajouter1 {
  1256.                     background: #8ec046;
  1257.                     width: 150px;
  1258.                     height: 46px;
  1259.                     color: #000;
  1260.                     font-weight: 700;
  1261.                     font-size: 14px;
  1262.                     border-radius: 50px;
  1263.                     border: none;
  1264.                     padding-left: 40px;
  1265.                     padding-right: 40px;
  1266.                     margin-top: 10px;
  1267.                 }
  1268.                 .rectificatif {
  1269.                     background: #FED9151A;
  1270.                     width: 158px;
  1271.                     height: 40px;
  1272.                     color: #A87E3F;
  1273.                     font-weight: 700;
  1274.                     font-size: 14px;
  1275.                     border-radius: 50px;
  1276.                     border: 2px solid #A87E3F;
  1277.                     padding-left: 20px;
  1278.                     padding-top: 5px;
  1279.                 }
  1280.                 .rectificatif-inactif{
  1281.                     background-color: rgba(0, 0, 0, 0.1) ;
  1282.                     width: 158px;
  1283.                     height: 40px;
  1284.                     color: rgba(0, 0, 0, 0.3);
  1285.                     font-weight: 700;
  1286.                     font-size: 14px;
  1287.                     border-radius: 50px;
  1288.                     padding-left: 20px;
  1289.                     padding-top: 8px;
  1290.                     cursor: not-allowed;
  1291.                 }
  1292.                 .imprimer {
  1293.                     background: #cbe7a3;
  1294.                     color: #000;
  1295.                     font-weight: 700;
  1296.                     font-size: 14px;
  1297.                     border-radius: 50px;
  1298.                     border: 2px solid #8ec046;
  1299.                     padding-top: 8px;
  1300.                     padding-left: 20px;
  1301.                     padding-bottom: 10px; 
  1302.                     padding-right: 20px;
  1303.                     height:40px;
  1304.                 }
  1305.                 .plan{
  1306.                     padding-left: 6rem;
  1307.                 }
  1308.                 
  1309.                 
  1310.             }
  1311.             .showe,
  1312.             .showe1,
  1313.             .showe2{
  1314.                 display: none;
  1315.                 
  1316.             }
  1317.             .show-plan,
  1318.             .show-photos,
  1319.             .show-admin{
  1320.                 display: none;
  1321.             }
  1322.             .btn-chart{
  1323.                 border: 1px solid #A63BFA;
  1324.                 
  1325.             }
  1326.             .btn-file{
  1327.                 border: 1px solid #A87E3F;
  1328.                 color: #A87E3F;
  1329.             }
  1330.             .table-btn-loop{
  1331.                 border: 1px solid #A63BFA;
  1332.             }
  1333.             .show-input,
  1334.             .show-input1{
  1335.                 display: none;
  1336.             }
  1337.         </style>
  1338.         <!--    A SUPPRIMER-->
  1339.         <style>
  1340.             .breadcrumb .btn-group .violet {
  1341.                 display: none;
  1342.             }
  1343.             .x_title .table-filter .container .dropup {
  1344.                 display: none;
  1345.             }
  1346.         </style>
  1347.         <!--    SELECT PICKER-->
  1348.         <style>
  1349.             .bootstrap-select > .dropdown-toggle {
  1350.                 border: 1px solid #ced4da;
  1351.                 background-color: transparent;
  1352.             }
  1353.         </style>
  1354.         <!--    DROP-ITEM STYLE-->
  1355.         <style>
  1356.             .dropdown-item.active,
  1357.             .dropdown-item:active {
  1358.                 color: black;
  1359.                 text-decoration: none;
  1360.                 background-color: inherit;
  1361.                 border-left: 3px solid #1ABB9C !important;
  1362.             }
  1363.         </style>
  1364.         <style>
  1365.             .btn--opacity {
  1366.                 opacity: 0.5;
  1367.                 cursor: not-allowed;
  1368.             }
  1369.         </style>
  1370.         <style>
  1371.             .text-bl {
  1372.                 color: #001F3E !important;
  1373.             }
  1374.         </style>
  1375.         <style>
  1376.             .nav.side-menu > li.current-page,
  1377.             .nav.side-menu > li.active {
  1378.                 border-right: 5px solid #8ec046;
  1379.             }
  1380.         </style>
  1381.         {# <link href=" {{ asset('assets/../build/css/style-select.css ') }}" rel="stylesheet"> #}
  1382.         {% block asset_css %}{% endblock %}
  1383.     </head>
  1384.     <!-- Header -->
  1385.     {% block main_body %}
  1386.         <body class="nav-md">
  1387.             <div class="container body">
  1388.                 <div class="main_container">
  1389.                     {% block header %}
  1390.                         {% include('layout/header.html.twig') %}
  1391.                     {% endblock %}
  1392.                     {% block sidebar %}
  1393.                         {% include('layout/sidebar.html.twig') %}
  1394.                     {% endblock %}
  1395.                     <div class="right_col" role="main">
  1396.                         {% block body %}{% endblock %}
  1397.                         <div style="height: 500px"></div>
  1398.                     </div>
  1399.                     {% block footer %}
  1400.                         {% include('layout/footer.html.twig') %}
  1401.                     {% endblock %}
  1402.                 </div>
  1403.             </div>
  1404.             <!-- Bootstrap Colorpicker -->
  1405.             {# <script src=" {{ asset('assets/../vendors/mjolnic-bootstrap-colorpicker/dist/js/bootstrap-colorpicker.min.js') }} "></script> #}
  1406.             <!-- jQuery --><script src=" {{ asset('assets/vendors/jquery/dist/jquery.min.js') }} "> </script>
  1407.             <!-- Bootstrap -->
  1408.             <script src=" {{ asset('assets/vendors/bootstrap/dist/js/bootstrap.bundle.min.js') }} "></script>
  1409.             <!-- FastClick -->
  1410.             <script src=" {{ asset('assets/vendors/fastclick/lib/fastclick.js') }} "></script>
  1411.             <!-- NProgress -->
  1412.             <script src=" {{ asset('assets/vendors/nprogress/nprogress.js') }} "></script>
  1413.             <!-- Chart.js -->
  1414.             <script src=" {{ asset('assets/vendors/Chart.js/dist/Chart.min.js') }} "></script>
  1415.             <!-- ECharts -->
  1416.             <script src=" {{ asset('assets/vendors/echarts/dist/echarts.js') }} "></script>
  1417.             <script src=" {{ asset('assets/vendors/echarts/map/js/world.js') }} "></script>
  1418.             <!-- jQuery Sparklines -->
  1419.             <script src=" {{ asset('assets/vendors/jquery-sparkline/dist/jquery.sparkline.min.js') }} "></script>
  1420.             <!-- Flot -->
  1421.             <script src=" {{ asset('assets/vendors/Flot/jquery.flot.js') }} "></script>
  1422.             <script src=" {{ asset('assets/vendors/Flot/jquery.flot.pie.js') }} "></script>
  1423.             <script src=" {{ asset('assets/vendors/Flot/jquery.flot.time.js') }} "></script>
  1424.             <script src=" {{ asset('assets/vendors/Flot/jquery.flot.stack.js') }} "></script>
  1425.             <script src=" {{ asset('assets/vendors/Flot/jquery.flot.resize.js') }} "></script>
  1426.             <!-- Flot plugins -->
  1427.             <script src=" {{ asset('assets/vendors/flot.orderbars/js/jquery.flot.orderBars.js') }} "></script>
  1428.             <script src=" {{ asset('assets/vendors/flot-spline/js/jquery.flot.spline.min.js') }} "></script>
  1429.             <script src=" {{ asset('assets/vendors/flot.curvedlines/curvedLines.js') }} "></script>
  1430.             <!-- DateJS -->
  1431.             <script src=" {{ asset('assets/vendors/DateJS/build/date.js') }} "></script>
  1432.             <!-- bootstrap-daterangepicker -->
  1433.             <script src=" {{ asset('assets/vendors/moment/min/moment.min.js') }} "></script>
  1434.             <script src=" {{ asset('assets/vendors/bootstrap-daterangepicker/daterangepicker.js') }} "></script>
  1435.             <!-- Full screen -->
  1436.             <script src=" {{ asset('assets/build/js/full-screen-helper.min.js') }} "></script>
  1437.             <!-- iCheck -->
  1438.             <script src=" {{ asset('assets/vendors/iCheck/icheck.min.js') }} "></script>
  1439.             <!--  bootstrap-toggle -->
  1440.             <script src=" {{ asset('assets/build/js/bootstrap4-toggle.min.js') }} "></script>
  1441.             <!-- Switchery -->
  1442.             <script src=" {{ asset('assets/vendors/switchery/dist/switchery.min.js') }} "></script>
  1443.             <!-- Datatables -->
  1444.             <script src="{{ asset('assets/plugins/datatable/jquery.dataTables.min.js') }}"></script>
  1445.             <script src="{{ asset('assets/plugins/datatable/dataTables.bootstrap4.min.js') }}"></script>
  1446.             <script src="https://cdn.datatables.net/buttons/2.3.4/js/dataTables.buttons.min.js"></script>
  1447.             <script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js"></script>
  1448.             <script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/pdfmake.min.js"></script>
  1449.             <script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/vfs_fonts.js"></script>
  1450.             <script src="https://cdn.datatables.net/buttons/2.3.4/js/buttons.html5.min.js"></script>
  1451.             <script src="{{ asset('assets/plugins/datatable/dataTables.colVis.js') }}"></script>
  1452.             <script src="https://cdn.datatables.net/buttons/2.3.5/js/buttons.colVis.min.js"></script>
  1453.             <script src="{{ asset('assets/plugins/datatable/datatable.plugin.saveColvis.js') }}"></script>
  1454.             <!-- bootstrap-datetimepicker -->
  1455.             {#  <script src=" {{ asset('assets/vendors/bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js') }} "></script> #}
  1456.             <!-- jquery.inputmask -->
  1457.             {# <script src=" {{ asset('assets/vendors/jquery.inputmask/dist/min/jquery.inputmask.bundle.min.js') }} "></script> #}
  1458.             <!-- jQuery Knob -->
  1459.             {# <script src=" {{ asset('assets/vendors/jquery-knob/dist/jquery.knob.min.js') }} "></script> #}
  1460.             <!-- Cropper -->
  1461.             {# <script src=" {{ asset('assets/vendors/cropper/dist/cropper.min.js') }} "></script> #}
  1462.             <!-- bootstrap-datetimepicker --><script src=" {{ asset('assets/vendors/bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js') }} "> </script>
  1463.             <!-- Ion.RangeSlider -->
  1464.             {#   <script src=" {{ asset('assets/vendors/ion.rangeSlider/js/ion.rangeSlider.min.js') }} "></script> #}
  1465.             <!-- Dropzone.js -->
  1466.             <!-- Dropzone.js --><script src=" {{ asset('assets/vendors/dropzone/dist/min/dropzone.min.js') }} "> </script>
  1467.             <!--  apex -->
  1468.             <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.min.js"></script>
  1469.             {# <script src="https://cdn.jsdelivr.net/npm/apexcharts"></script> #}
  1470.             <script src="https://cdn.jsdelivr.net/npm/vue-apexcharts"></script>
  1471.             <!-- Custom Theme Scripts -->
  1472.             <script src=" {{ asset('assets/build/js/custom.js') }} "></script>
  1473.             <script src=" {{ asset('assets/build/js/bootstrap-multiselect.js') }} "></script>
  1474.             <script src=" {{ asset('assets/build/js/assist.js') }} "></script>
  1475.             <script src=" {{ asset('assets/build/js/main.js') }} "></script>
  1476.             <!-- INPUT contraints -->
  1477.             <script src="{{ asset('assets/plugins/input_contraints/input_contraints.js') }}"></script>
  1478.             <!-- INPUT contraints -->
  1479.             <script src="{{ asset('assets/plugins/bootstrap-select-1.13.14/dist/js/bootstrap-select.min.js') }}"></script>
  1480.             <script src="{{ asset('assets/plugins/bootstrap-select-1.13.14/js/i18n/defaults-fr_FR.js') }}"></script>
  1481.             <script>
  1482.                 // HIDE TABLE
  1483. // $('.liste-absence .table-responsive').hide();
  1484. $('.liste-absence .loading').show();
  1485. {
  1486. # Mettre un scrollbar horizontal à toutes les datatables #
  1487. }
  1488. $.extend(true, $.fn.dataTable.defaults, {
  1489. "scrollX": true,
  1490. "initComplete": function (settings, json) { // Afficher la table
  1491. $('.liste-absence .table-responsive').show();
  1492. $('.liste-absence .loading').hide();
  1493. }
  1494. });
  1495.             </script>
  1496.             <script>
  1497.                 /*A  SUPPRIMER*/
  1498. $(document).ready(function () {
  1499. var dataTable = $('#datatable_anc').DataTable({
  1500. language: {
  1501. "search": "",
  1502. "searchPlaceholder": "Recherche...",
  1503. "emptyTable": "Aucune donnée disponible dans le tableau",
  1504. "lengthMenu": "Afficher _MENU_ lignes",
  1505. "info": "_TOTAL_ lignes",
  1506. "infoEmpty": "0 ligne",
  1507. "infoFiltered": "(filtrées depuis un total de _MAX_ entrées)"
  1508. },
  1509. searching: true, // Cacher la barre de recherche
  1510. lengthChange: true, // Cacher le menu de sélection du nombre d'éléments à afficher par page
  1511. info: true, // Cacher les informations de pagination // Cacher les informations de pagination
  1512. dom: '<"search-box">    <"colvis-box"C>lfrtip',
  1513. "colVis": {
  1514. "buttonText": "  <i class='fa fa-eye-slash'></i>"
  1515. }
  1516. });
  1517. // save colvis
  1518. saveColvisCheck(dataTable, 'table_bt');
  1519. });
  1520.             </script>
  1521.             <!-- Toastr JS -->
  1522.             <script src="{{ asset('assets/plugins/toastr/toastr.min.js') }}"></script>
  1523.             <script>
  1524.                 toastr.options = {
  1525. "closeButton": false,
  1526. "debug": false,
  1527. "newestOnTop": false,
  1528. "progressBar": false,
  1529. "positionClass": "toast-top-right",
  1530. "preventDuplicates": true,
  1531. "onclick": null,
  1532. "showDuration": "300",
  1533. "hideDuration": "1000",
  1534. "timeOut": "5000",
  1535. "extendedTimeOut": "1000",
  1536. "showEasing": "swing",
  1537. "hideEasing": "linear",
  1538. "showMethod": "fadeIn",
  1539. "hideMethod": "fadeOut"
  1540. }
  1541.             </script>
  1542.             <script>
  1543.                 function btnSearch() {
  1544. $("#form-search").submit();
  1545. }
  1546.             </script>
  1547.             {% for flash in app.flashes('success') %}
  1548.                 <script>
  1549.                     toastr.success('{{ flash }}')
  1550.                 </script>
  1551.             {% endfor %}
  1552.             {% for flash in app.flashes('error') %}
  1553.                 <script>
  1554.                     toastr.error('{{ flash }}')
  1555.                 </script>
  1556.             {% endfor %}
  1557.             {% for flash in app.flashes('info') %}
  1558.                 <script>
  1559.                     toastr.info('{{ flash }}');
  1560.                 </script>
  1561.             {% endfor %}
  1562.             {% block asset_js %}{% endblock %}
  1563.         </body>
  1564.     {% endblock %}
  1565. </html>