<?xml version="1.0" encoding="UTF-8"?>
<PageData>
    <uuid_page val="b2c71ef1_0993_4189_be81_c748ac6b1c7d"/>
    <type_page val="0"/>
    <layout_datas>
        <uuid_grid val="{e0191703-0b73-44cc-9cf2-3a90aa6e3653}"/>
        <margin_top>
            <is_resp val="false"/>
            <unit_val val="0"/>
            <values type="Map[int]=double"/>
            <no_resp_value val="0"/>
            <valid_resp_v val="true"/>
        </margin_top>
        <margin_bottom>
            <is_resp val="false"/>
            <unit_val val="0"/>
            <values type="Map[int]=double"/>
            <no_resp_value val="0"/>
            <valid_resp_v val="true"/>
        </margin_bottom>
        <custom_css>
            <code_html val=""/>
            <IsLangDependant val="false"/>
            <HtmlCodeByLang type="Map[QString]=QString"/>
        </custom_css>
        <animation>
            <enabled val="false"/>
            <key val=""/>
            <duration val="1000"/>
            <values type="List[AnimValueProperty]"/>
            <delta_strength val="2"/>
        </animation>
        <custom_obj_class val=""/>
        <EditorElementName val=""/>
        <CustomZindex>
            <is_resp val="false"/>
            <unit_val val="-1"/>
            <values type="Map[int]=double"/>
            <no_resp_value val="0"/>
            <valid_resp_v val="true"/>
        </CustomZindex>
        <boxes type="SmartList[Grid_ObjectBaseDatas*]">
            <ITEM class="Grid_BoxDatas">
                <uuid_grid val="{cd3a49a5-65cc-4e21-a780-bd52f7971750}"/>
                <margin_top>
                    <is_resp val="false"/>
                    <unit_val val="0"/>
                    <values type="Map[int]=double"/>
                    <no_resp_value val="0"/>
                    <valid_resp_v val="true"/>
                </margin_top>
                <margin_bottom>
                    <is_resp val="false"/>
                    <unit_val val="0"/>
                    <values type="Map[int]=double"/>
                    <no_resp_value val="0"/>
                    <valid_resp_v val="true"/>
                </margin_bottom>
                <custom_css>
                    <code_html val=""/>
                    <IsLangDependant val="false"/>
                    <HtmlCodeByLang type="Map[QString]=QString"/>
                </custom_css>
                <animation>
                    <enabled val="false"/>
                    <key val=""/>
                    <duration val="1000"/>
                    <values type="List[AnimValueProperty]"/>
                    <delta_strength val="2"/>
                </animation>
                <custom_obj_class val=""/>
                <EditorElementName val=""/>
                <CustomZindex>
                    <is_resp val="false"/>
                    <unit_val val="-1"/>
                    <values type="Map[int]=double"/>
                    <no_resp_value val="0"/>
                    <valid_resp_v val="true"/>
                </CustomZindex>
                <rows type="SmartList[Grid_RowDatas*]">
                    <ITEM class="Grid_RowDatas">
                        <uuid_grid val="{1cb9254a-53e1-4ed5-b1e1-dc5b0a2c23fb}"/>
                        <margin_top>
                            <is_resp val="false"/>
                            <unit_val val="0"/>
                            <values type="Map[int]=double"/>
                            <no_resp_value val="0"/>
                            <valid_resp_v val="true"/>
                        </margin_top>
                        <margin_bottom>
                            <is_resp val="false"/>
                            <unit_val val="0"/>
                            <values type="Map[int]=double"/>
                            <no_resp_value val="0"/>
                            <valid_resp_v val="true"/>
                        </margin_bottom>
                        <custom_css>
                            <code_html val=""/>
                            <IsLangDependant val="false"/>
                            <HtmlCodeByLang type="Map[QString]=QString"/>
                        </custom_css>
                        <animation>
                            <enabled val="false"/>
                            <key val=""/>
                            <duration val="1000"/>
                            <values type="List[AnimValueProperty]"/>
                            <delta_strength val="2"/>
                        </animation>
                        <custom_obj_class val=""/>
                        <EditorElementName val=""/>
                        <CustomZindex>
                            <is_resp val="false"/>
                            <unit_val val="-1"/>
                            <values type="Map[int]=double"/>
                            <no_resp_value val="0"/>
                            <valid_resp_v val="true"/>
                        </CustomZindex>
                        <hidden>
                            <hidden type="Set[int]"/>
                        </hidden>
                        <children type="SmartList[Grid_RowChilBaseDatas*]">
                            <ITEM class="Grid_ColumnDatas">
                                <uuid_grid val="{cb364713-07c3-430d-9f26-2eddab4ab003}"/>
                                <margin_top>
                                    <is_resp val="false"/>
                                    <unit_val val="0"/>
                                    <values type="Map[int]=double"/>
                                    <no_resp_value val="0"/>
                                    <valid_resp_v val="true"/>
                                </margin_top>
                                <margin_bottom>
                                    <is_resp val="false"/>
                                    <unit_val val="0"/>
                                    <values type="Map[int]=double"/>
                                    <no_resp_value val="0"/>
                                    <valid_resp_v val="true"/>
                                </margin_bottom>
                                <custom_css>
                                    <code_html val="@charset &quot;utf8&quot;;&#10;@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&amp;display=swap);&#10;&#10;:root {&#10;  --fontSize: calc(1vw + 1vh);&#10;}&#10;&#10;*, *:before, *:after {&#10;  margin: 0;&#10;  padding: 0;&#10;  box-sizing: border-box;&#10;}&#10;&#10;html {&#10;  min-height: 100vh;&#10;  font: 300 var(--fontSize)/1.618 &quot;Oswald&quot;, sans-serif;&#10;}&#10;&#10;#container {&#10;  width: 100%;&#10;  height: 100%;&#10;}&#10;&#10;canvas {&#10;  position: absolute;&#10;  /* slacker solution to not create a resize function*/&#10;  width: 100vw;&#10;  height: 100vh;&#10;}&#10;&#10;h1 {&#10;  --404size: 20rem;&#10;  position: absolute;&#10;  display: flex;&#10;  align-items: center;&#10;  justify-content: center;&#10;  width: 100%;&#10;  height: 100%;&#10;  font-size: var(--404size);&#10;  color: transparent;&#10;  text-shadow: 0 0 10px rgba(0, 0, 0, .5);&#10;}&#10;&#10;h1 span:nth-child(1) {&#10;  animation: letter1 4s 1.5s ease infinite;&#10;}&#10;&#10;h1 span:nth-child(2) {&#10;  animation: letter2 4s 1.5s ease infinite;&#10;}&#10;&#10;h1 span:nth-child(3) {&#10;  animation: letter3 4s 1.5s ease infinite;&#10;}&#10;&#10;@keyframes letter1 {&#10;    0%   {transform: translateX(0rem);}&#10;    75%   {transform: translateX(22rem);}&#10;    100%   {transform: translateX(22rem);}&#10;}&#10;&#10;@keyframes letter2 {&#10;    0%   {transform: scale(1) rotate(0deg);;}&#10;   40%   {transform: scale(.25) rotate(180deg);}&#10;   80%   {transform: scale(1) rotate(360deg);}&#10;  100%   {transform: scale(1) rotate(360deg);}&#10;}&#10;&#10;@keyframes letter3 {&#10;    0%   {transform: translateX(0rem);}&#10;    75%   {transform: translateX(-22rem);}&#10;    100%   {transform: translateX(-22rem);}&#10;}&#10;&#10;"/>
                                    <IsLangDependant val="false"/>
                                    <HtmlCodeByLang type="Map[QString]=QString"/>
                                </custom_css>
                                <animation>
                                    <enabled val="false"/>
                                    <key val=""/>
                                    <duration val="1000"/>
                                    <values type="List[AnimValueProperty]"/>
                                    <delta_strength val="2"/>
                                </animation>
                                <custom_obj_class val=""/>
                                <EditorElementName val=""/>
                                <CustomZindex>
                                    <is_resp val="false"/>
                                    <unit_val val="-1"/>
                                    <values type="Map[int]=double"/>
                                    <no_resp_value val="0"/>
                                    <valid_resp_v val="true"/>
                                </CustomZindex>
                                <resp_geo>
                                    <map_screen type="Map[int]=ScreenColumnGeometry">
                                        <ITEM>
                                            <KEY val="0"/>
                                            <VAL>
                                                <IndexStart val="0"/>
                                                <ColumnLength val="12"/>
                                            </VAL>
                                        </ITEM>
                                        <ITEM>
                                            <KEY val="3"/>
                                            <VAL>
                                                <IndexStart val="0"/>
                                                <ColumnLength val="12"/>
                                            </VAL>
                                        </ITEM>
                                    </map_screen>
                                </resp_geo>
                                <hidden>
                                    <hidden type="Set[int]"/>
                                </hidden>
                                <comps type="SmartList[Grid_ColumnElementDatas*]">
                                    <ITEM class="Grid_CompDatas_Text">
                                        <uuid_grid val="{345158f0-9c77-4b13-95cd-e386cca46ab4}"/>
                                        <margin_top>
                                            <is_resp val="false"/>
                                            <unit_val val="0"/>
                                            <values type="Map[int]=double"/>
                                            <no_resp_value val="0"/>
                                            <valid_resp_v val="true"/>
                                        </margin_top>
                                        <margin_bottom>
                                            <is_resp val="false"/>
                                            <unit_val val="0"/>
                                            <values type="Map[int]=double"/>
                                            <no_resp_value val="0"/>
                                            <valid_resp_v val="true"/>
                                        </margin_bottom>
                                        <custom_css>
                                            <code_html val=""/>
                                            <IsLangDependant val="false"/>
                                            <HtmlCodeByLang type="Map[QString]=QString"/>
                                        </custom_css>
                                        <animation>
                                            <enabled val="false"/>
                                            <key val=""/>
                                            <duration val="1000"/>
                                            <values type="List[AnimValueProperty]"/>
                                            <delta_strength val="2"/>
                                        </animation>
                                        <custom_obj_class val=""/>
                                        <EditorElementName val=""/>
                                        <CustomZindex>
                                            <is_resp val="false"/>
                                            <unit_val val="-1"/>
                                            <values type="Map[int]=double"/>
                                            <no_resp_value val="0"/>
                                            <valid_resp_v val="true"/>
                                        </CustomZindex>
                                        <hidden>
                                            <hidden type="Set[int]"/>
                                        </hidden>
                                        <anchor>
                                            <uuid_grid val="{2f3f4c95-6cdb-4a51-8162-5413f91348a7}"/>
                                            <margin_top>
                                                <is_resp val="false"/>
                                                <unit_val val="0"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="0"/>
                                                <valid_resp_v val="true"/>
                                            </margin_top>
                                            <margin_bottom>
                                                <is_resp val="false"/>
                                                <unit_val val="0"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="0"/>
                                                <valid_resp_v val="true"/>
                                            </margin_bottom>
                                            <custom_css>
                                                <code_html val=""/>
                                                <IsLangDependant val="false"/>
                                                <HtmlCodeByLang type="Map[QString]=QString"/>
                                            </custom_css>
                                            <animation>
                                                <enabled val="false"/>
                                                <key val=""/>
                                                <duration val="1000"/>
                                                <values type="List[AnimValueProperty]"/>
                                                <delta_strength val="2"/>
                                            </animation>
                                            <custom_obj_class val=""/>
                                            <EditorElementName val=""/>
                                            <CustomZindex>
                                                <is_resp val="false"/>
                                                <unit_val val="-1"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="0"/>
                                                <valid_resp_v val="true"/>
                                            </CustomZindex>
                                            <id_anchor val=""/>
                                            <ScrollMarginTop>
                                                <is_resp val="false"/>
                                                <unit_val val="-1"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="0"/>
                                                <valid_resp_v val="false"/>
                                            </ScrollMarginTop>
                                        </anchor>
                                        <min_height>
                                            <is_resp val="false"/>
                                            <unit_val val="0"/>
                                            <values type="Map[int]=double"/>
                                            <no_resp_value val="0"/>
                                            <valid_resp_v val="true"/>
                                        </min_height>
                                        <text>
                                            <block>
                                                <style>
                                                    <in_style>
                                                        <fontsize>
                                                            <is_resp val="false"/>
                                                            <unit_val val="0"/>
                                                            <values type="Map[int]=double"/>
                                                            <no_resp_value val="32"/>
                                                            <valid_resp_v val="true"/>
                                                        </fontsize>
                                                        <text_align>
                                                            <is_resp val="false"/>
                                                            <unit_val val="-1"/>
                                                            <values type="Map[int]=double"/>
                                                            <no_resp_value val="4"/>
                                                            <valid_resp_v val="true"/>
                                                        </text_align>
                                                        <txt_line_height>
                                                            <is_resp val="false"/>
                                                            <unit_val val="2"/>
                                                            <values type="Map[int]=double"/>
                                                            <no_resp_value val="120"/>
                                                            <valid_resp_v val="true"/>
                                                        </txt_line_height>
                                                        <underline val="false"/>
                                                        <text_col>
                                                            <col val="#f43319"/>
                                                        </text_col>
                                                        <family>
                                                            <type_item val="0"/>
                                                            <font_id val=""/>
                                                            <predefined_index val="-1"/>
                                                            <f_variant val=""/>
                                                            <italic val="false"/>
                                                        </family>
                                                        <heading val="0"/>
                                                        <lnk>
                                                            <color>
                                                                <col val="#0000ff"/>
                                                            </color>
                                                            <underlined val="true"/>
                                                            <bold val="false"/>
                                                            <has_custom_over_col val="false"/>
                                                            <col_over>
                                                                <col val="#00000000"/>
                                                            </col_over>
                                                        </lnk>
                                                    </in_style>
                                                </style>
                                                <txt_langs>
                                                    <lng_datas type="Map[QString]=SmtTextTranslatableItem">
                                                        <ITEM>
                                                            <KEY val="fr"/>
                                                            <VAL>
                                                                <d val="&lt;p&gt;&lt;b&gt;Erreur - &lt;/b&gt;&lt;b&gt;La page n'existe pas&lt;/b&gt;&lt;/p&gt;"/>
                                                                <uuid val=""/>
                                                                <m val="2023-08-27T00:21:20.830"/>
                                                                <auto_tr_date val=""/>
                                                                <auto_tr_hsh val=""/>
                                                            </VAL>
                                                        </ITEM>
                                                    </lng_datas>
                                                    <opt val="1"/>
                                                    <tr_auto val="0"/>
                                                </txt_langs>
                                            </block>
                                            <paragraph_style>
                                                <in_style>
                                                    <inner_margins>
                                                        <val_0>
                                                            <is_resp val="false"/>
                                                            <unit_val val="0"/>
                                                            <values type="Map[int]=double"/>
                                                            <no_resp_value val="16"/>
                                                            <valid_resp_v val="true"/>
                                                        </val_0>
                                                        <val_1>
                                                            <is_resp val="false"/>
                                                            <unit_val val="0"/>
                                                            <values type="Map[int]=double"/>
                                                            <no_resp_value val="16"/>
                                                            <valid_resp_v val="true"/>
                                                        </val_1>
                                                        <val_2>
                                                            <is_resp val="false"/>
                                                            <unit_val val="0"/>
                                                            <values type="Map[int]=double"/>
                                                            <no_resp_value val="16"/>
                                                            <valid_resp_v val="true"/>
                                                        </val_2>
                                                        <val_3>
                                                            <is_resp val="false"/>
                                                            <unit_val val="0"/>
                                                            <values type="Map[int]=double"/>
                                                            <no_resp_value val="16"/>
                                                            <valid_resp_v val="true"/>
                                                        </val_3>
                                                    </inner_margins>
                                                </in_style>
                                            </paragraph_style>
                                            <v_align>
                                                <val val="0"/>
                                            </v_align>
                                            <editor_settings>
                                                <EnabledCustom val="false"/>
                                                <ColorBg>
                                                    <col val="#ffffff"/>
                                                </ColorBg>
                                            </editor_settings>
                                        </text>
                                        <img>
                                            <img>
                                                <size_scr type="Hash[QString]=QHash&lt;int, int&gt;"/>
                                                <IsLangDependant val="false"/>
                                                <NoLangDependantValue val=""/>
                                                <values type="Hash[QString]=QString"/>
                                                <use_original_file val="false"/>
                                            </img>
                                            <enabled val="false"/>
                                            <size_img>
                                                <is_resp val="false"/>
                                                <unit_val val="2"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="30"/>
                                                <valid_resp_v val="true"/>
                                            </size_img>
                                            <align_img>
                                                <is_resp val="false"/>
                                                <unit_val val="-1"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="0"/>
                                                <valid_resp_v val="false"/>
                                            </align_img>
                                            <margin_img_h>
                                                <is_resp val="false"/>
                                                <unit_val val="0"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="4"/>
                                                <valid_resp_v val="true"/>
                                            </margin_img_h>
                                            <margin_img_v>
                                                <is_resp val="false"/>
                                                <unit_val val="0"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="1"/>
                                                <valid_resp_v val="true"/>
                                            </margin_img_v>
                                            <tooltip>
                                                <lng_datas type="Map[QString]=SmtTextTranslatableItem">
                                                    <ITEM>
                                                        <KEY val="fr"/>
                                                        <VAL>
                                                            <d val=""/>
                                                            <uuid val=""/>
                                                            <m val=""/>
                                                            <auto_tr_date val=""/>
                                                            <auto_tr_hsh val=""/>
                                                        </VAL>
                                                    </ITEM>
                                                </lng_datas>
                                                <opt val="2"/>
                                                <tr_auto val="0"/>
                                            </tooltip>
                                            <alt>
                                                <lng_datas type="Map[QString]=SmtTextTranslatableItem">
                                                    <ITEM>
                                                        <KEY val="fr"/>
                                                        <VAL>
                                                            <d val=""/>
                                                            <uuid val=""/>
                                                            <m val=""/>
                                                            <auto_tr_date val=""/>
                                                            <auto_tr_hsh val=""/>
                                                        </VAL>
                                                    </ITEM>
                                                </lng_datas>
                                                <opt val="2"/>
                                                <tr_auto val="0"/>
                                            </alt>
                                        </img>
                                        <shared_txt_style>
                                            <uuid_style val=""/>
                                        </shared_txt_style>
                                        <bg_comp>
                                            <fill>
                                                <type_fill val="0"/>
                                                <fill_color>
                                                    <color>
                                                        <col val="#f6a603"/>
                                                    </color>
                                                </fill_color>
                                                <fill_gradient>
                                                    <gradient>
                                                        <pt1 val="[10,10]"/>
                                                        <pt2 val="[50,50]"/>
                                                        <col1>
                                                            <col val="#5a9ff6"/>
                                                        </col1>
                                                        <col2>
                                                            <col val="#226fdb"/>
                                                        </col2>
                                                        <col1_over>
                                                            <col val="#5a9ff6"/>
                                                        </col1_over>
                                                        <col2_over>
                                                            <col val="#226fdb"/>
                                                        </col2_over>
                                                    </gradient>
                                                </fill_gradient>
                                                <fill_image>
                                                    <img_bg>
                                                        <IsScreenDepend val="false"/>
                                                        <NoScreenDependValue val=""/>
                                                        <values type="Hash[int]=QString"/>
                                                    </img_bg>
                                                    <align>
                                                        <lck_point val="4"/>
                                                    </align>
                                                    <fit>
                                                        <fit_mode val="0"/>
                                                        <repeat val="true"/>
                                                        <bg_img_constant_size>
                                                            <is_resp val="false"/>
                                                            <unit_val val="0"/>
                                                            <values type="Map[int]=double"/>
                                                            <no_resp_value val="250"/>
                                                            <valid_resp_v val="true"/>
                                                        </bg_img_constant_size>
                                                    </fit>
                                                    <kenburn>
                                                        <enabled val="false"/>
                                                        <pos val="4"/>
                                                        <duration val="10000"/>
                                                        <zoom val="20"/>
                                                    </kenburn>
                                                </fill_image>
                                                <fill_parallax>
                                                    <img_bg>
                                                        <IsScreenDepend val="false"/>
                                                        <NoScreenDependValue val=""/>
                                                        <values type="Hash[int]=QString"/>
                                                    </img_bg>
                                                    <blck_parallax>
                                                        <is_resp val="true"/>
                                                        <unit_val val="-1"/>
                                                        <values type="Map[int]=double"/>
                                                        <no_resp_value val="0"/>
                                                        <valid_resp_v val="true"/>
                                                    </blck_parallax>
                                                    <align>
                                                        <pos>
                                                            <is_resp val="false"/>
                                                            <unit_val val="-1"/>
                                                            <values type="Map[int]=double"/>
                                                            <no_resp_value val="0"/>
                                                            <valid_resp_v val="false"/>
                                                        </pos>
                                                    </align>
                                                </fill_parallax>
                                                <fill_color_over>
                                                    <color>
                                                        <col>
                                                            <col val=""/>
                                                        </col>
                                                        <col_over>
                                                            <col val=""/>
                                                        </col_over>
                                                    </color>
                                                </fill_color_over>
                                                <fill_gradient_over>
                                                    <gradient>
                                                        <pt1 val="[10,10]"/>
                                                        <pt2 val="[50,50]"/>
                                                        <col1>
                                                            <col val="#5a9ff6"/>
                                                        </col1>
                                                        <col2>
                                                            <col val="#226fdb"/>
                                                        </col2>
                                                        <col1_over>
                                                            <col val="#5a9ff6"/>
                                                        </col1_over>
                                                        <col2_over>
                                                            <col val="#226fdb"/>
                                                        </col2_over>
                                                    </gradient>
                                                </fill_gradient_over>
                                                <fill_video>
                                                    <type_video val="1"/>
                                                    <ref_file>
                                                        <key val=""/>
                                                    </ref_file>
                                                    <url_video val=""/>
                                                </fill_video>
                                            </fill>
                                            <corner>
                                                <corner_val>
                                                    <is_resp val="false"/>
                                                    <unit_val val="1"/>
                                                    <values type="Map[int]=double"/>
                                                    <no_resp_value val="0"/>
                                                    <valid_resp_v val="true"/>
                                                </corner_val>
                                                <b_rad0>
                                                    <is_resp val="false"/>
                                                    <unit_val val="-1"/>
                                                    <values type="Map[int]=double"/>
                                                    <no_resp_value val="0"/>
                                                    <valid_resp_v val="false"/>
                                                </b_rad0>
                                                <b_rad1>
                                                    <is_resp val="false"/>
                                                    <unit_val val="-1"/>
                                                    <values type="Map[int]=double"/>
                                                    <no_resp_value val="0"/>
                                                    <valid_resp_v val="false"/>
                                                </b_rad1>
                                                <b_rad2>
                                                    <is_resp val="false"/>
                                                    <unit_val val="-1"/>
                                                    <values type="Map[int]=double"/>
                                                    <no_resp_value val="0"/>
                                                    <valid_resp_v val="false"/>
                                                </b_rad2>
                                                <b_rad3>
                                                    <is_resp val="false"/>
                                                    <unit_val val="-1"/>
                                                    <values type="Map[int]=double"/>
                                                    <no_resp_value val="0"/>
                                                    <valid_resp_v val="false"/>
                                                </b_rad3>
                                            </corner>
                                            <border>
                                                <margin0>
                                                    <val>
                                                        <is_resp val="false"/>
                                                        <unit_val val="0"/>
                                                        <values type="Map[int]=double"/>
                                                        <no_resp_value val="0"/>
                                                        <valid_resp_v val="true"/>
                                                    </val>
                                                    <col>
                                                        <col val="#000000"/>
                                                    </col>
                                                </margin0>
                                                <margin1>
                                                    <val>
                                                        <is_resp val="false"/>
                                                        <unit_val val="0"/>
                                                        <values type="Map[int]=double"/>
                                                        <no_resp_value val="0"/>
                                                        <valid_resp_v val="true"/>
                                                    </val>
                                                    <col>
                                                        <col val="#000000"/>
                                                    </col>
                                                </margin1>
                                                <margin2>
                                                    <val>
                                                        <is_resp val="false"/>
                                                        <unit_val val="0"/>
                                                        <values type="Map[int]=double"/>
                                                        <no_resp_value val="0"/>
                                                        <valid_resp_v val="true"/>
                                                    </val>
                                                    <col>
                                                        <col val="#000000"/>
                                                    </col>
                                                </margin2>
                                                <margin3>
                                                    <val>
                                                        <is_resp val="false"/>
                                                        <unit_val val="0"/>
                                                        <values type="Map[int]=double"/>
                                                        <no_resp_value val="0"/>
                                                        <valid_resp_v val="true"/>
                                                    </val>
                                                    <col>
                                                        <col val="#000000"/>
                                                    </col>
                                                </margin3>
                                            </border>
                                        </bg_comp>
                                    </ITEM>
                                    <ITEM class="Grid_CompDatas_Html">
                                        <uuid_grid val="{7472fbe2-a8bb-4637-bf8b-b05f14fb260a}"/>
                                        <margin_top>
                                            <is_resp val="false"/>
                                            <unit_val val="0"/>
                                            <values type="Map[int]=double"/>
                                            <no_resp_value val="0"/>
                                            <valid_resp_v val="true"/>
                                        </margin_top>
                                        <margin_bottom>
                                            <is_resp val="false"/>
                                            <unit_val val="0"/>
                                            <values type="Map[int]=double"/>
                                            <no_resp_value val="0"/>
                                            <valid_resp_v val="true"/>
                                        </margin_bottom>
                                        <custom_css>
                                            <code_html val=""/>
                                            <IsLangDependant val="false"/>
                                            <HtmlCodeByLang type="Map[QString]=QString"/>
                                        </custom_css>
                                        <animation>
                                            <enabled val="false"/>
                                            <key val=""/>
                                            <duration val="1000"/>
                                            <values type="List[AnimValueProperty]"/>
                                            <delta_strength val="2"/>
                                        </animation>
                                        <custom_obj_class val=""/>
                                        <EditorElementName val=""/>
                                        <CustomZindex>
                                            <is_resp val="false"/>
                                            <unit_val val="-1"/>
                                            <values type="Map[int]=double"/>
                                            <no_resp_value val="0"/>
                                            <valid_resp_v val="true"/>
                                        </CustomZindex>
                                        <hidden>
                                            <hidden type="Set[int]"/>
                                        </hidden>
                                        <anchor>
                                            <uuid_grid val="{a08538fb-e6f8-411d-a088-e2802ecbbc98}"/>
                                            <margin_top>
                                                <is_resp val="false"/>
                                                <unit_val val="0"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="0"/>
                                                <valid_resp_v val="true"/>
                                            </margin_top>
                                            <margin_bottom>
                                                <is_resp val="false"/>
                                                <unit_val val="0"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="0"/>
                                                <valid_resp_v val="true"/>
                                            </margin_bottom>
                                            <custom_css>
                                                <code_html val=""/>
                                                <IsLangDependant val="false"/>
                                                <HtmlCodeByLang type="Map[QString]=QString"/>
                                            </custom_css>
                                            <animation>
                                                <enabled val="false"/>
                                                <key val=""/>
                                                <duration val="1000"/>
                                                <values type="List[AnimValueProperty]"/>
                                                <delta_strength val="2"/>
                                            </animation>
                                            <custom_obj_class val=""/>
                                            <EditorElementName val=""/>
                                            <CustomZindex>
                                                <is_resp val="false"/>
                                                <unit_val val="-1"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="0"/>
                                                <valid_resp_v val="true"/>
                                            </CustomZindex>
                                            <id_anchor val=""/>
                                            <ScrollMarginTop>
                                                <is_resp val="false"/>
                                                <unit_val val="-1"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="0"/>
                                                <valid_resp_v val="false"/>
                                            </ScrollMarginTop>
                                        </anchor>
                                        <min_height>
                                            <is_resp val="false"/>
                                            <unit_val val="0"/>
                                            <values type="Map[int]=double"/>
                                            <no_resp_value val="100"/>
                                            <valid_resp_v val="true"/>
                                        </min_height>
                                        <HtmlCode>
                                            <code_html val="&lt;div id=&quot;container&quot;&gt;&#10;  &lt;canvas id=&quot;canvas&quot;&gt;&lt;/canvas&gt;&#10;  &lt;h1&gt;&lt;span&gt;4&lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;4&lt;/span&gt;&lt;/h1&gt;&#10;&lt;/div&gt;"/>
                                            <IsLangDependant val="false"/>
                                            <HtmlCodeByLang type="Map[QString]=QString"/>
                                            <enabled val="true"/>
                                        </HtmlCode>
                                    </ITEM>
                                    <ITEM class="Grid_CompDatas_Button">
                                        <uuid_grid val="{76cc575d-4753-4130-8ea6-702ad366f377}"/>
                                        <margin_top>
                                            <is_resp val="false"/>
                                            <unit_val val="0"/>
                                            <values type="Map[int]=double"/>
                                            <no_resp_value val="0"/>
                                            <valid_resp_v val="true"/>
                                        </margin_top>
                                        <margin_bottom>
                                            <is_resp val="false"/>
                                            <unit_val val="0"/>
                                            <values type="Map[int]=double"/>
                                            <no_resp_value val="0"/>
                                            <valid_resp_v val="true"/>
                                        </margin_bottom>
                                        <custom_css>
                                            <code_html val=""/>
                                            <IsLangDependant val="false"/>
                                            <HtmlCodeByLang type="Map[QString]=QString"/>
                                        </custom_css>
                                        <animation>
                                            <enabled val="false"/>
                                            <key val=""/>
                                            <duration val="1000"/>
                                            <values type="List[AnimValueProperty]"/>
                                            <delta_strength val="2"/>
                                        </animation>
                                        <custom_obj_class val=""/>
                                        <EditorElementName val=""/>
                                        <CustomZindex>
                                            <is_resp val="false"/>
                                            <unit_val val="-1"/>
                                            <values type="Map[int]=double"/>
                                            <no_resp_value val="0"/>
                                            <valid_resp_v val="true"/>
                                        </CustomZindex>
                                        <hidden>
                                            <hidden type="Set[int]"/>
                                        </hidden>
                                        <anchor>
                                            <uuid_grid val="{b297e31e-1566-41bf-a6d5-8bfe89a7458a}"/>
                                            <margin_top>
                                                <is_resp val="false"/>
                                                <unit_val val="0"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="0"/>
                                                <valid_resp_v val="true"/>
                                            </margin_top>
                                            <margin_bottom>
                                                <is_resp val="false"/>
                                                <unit_val val="0"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="0"/>
                                                <valid_resp_v val="true"/>
                                            </margin_bottom>
                                            <custom_css>
                                                <code_html val=""/>
                                                <IsLangDependant val="false"/>
                                                <HtmlCodeByLang type="Map[QString]=QString"/>
                                            </custom_css>
                                            <animation>
                                                <enabled val="false"/>
                                                <key val=""/>
                                                <duration val="1000"/>
                                                <values type="List[AnimValueProperty]"/>
                                                <delta_strength val="2"/>
                                            </animation>
                                            <custom_obj_class val=""/>
                                            <EditorElementName val=""/>
                                            <CustomZindex>
                                                <is_resp val="false"/>
                                                <unit_val val="-1"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="0"/>
                                                <valid_resp_v val="true"/>
                                            </CustomZindex>
                                            <id_anchor val=""/>
                                            <ScrollMarginTop>
                                                <is_resp val="false"/>
                                                <unit_val val="-1"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="0"/>
                                                <valid_resp_v val="false"/>
                                            </ScrollMarginTop>
                                        </anchor>
                                        <min_height>
                                            <is_resp val="false"/>
                                            <unit_val val="0"/>
                                            <values type="Map[int]=double"/>
                                            <no_resp_value val="0"/>
                                            <valid_resp_v val="true"/>
                                        </min_height>
                                        <but_core>
                                            <txt_core>
                                                <label>
                                                    <lng_datas type="Map[QString]=SmtTextTranslatableItem">
                                                        <ITEM>
                                                            <KEY val="fr"/>
                                                            <VAL>
                                                                <d val="RETOUR A LA PAGE D'ACCUEIL"/>
                                                                <uuid val=""/>
                                                                <m val="2023-08-27T00:30:33.831"/>
                                                                <auto_tr_date val=""/>
                                                                <auto_tr_hsh val=""/>
                                                            </VAL>
                                                        </ITEM>
                                                    </lng_datas>
                                                    <opt val="2"/>
                                                    <tr_auto val="0"/>
                                                </label>
                                                <tooltip>
                                                    <lng_datas type="Map[QString]=SmtTextTranslatableItem">
                                                        <ITEM>
                                                            <KEY val="fr"/>
                                                            <VAL>
                                                                <d val=""/>
                                                                <uuid val=""/>
                                                                <m val=""/>
                                                                <auto_tr_date val=""/>
                                                                <auto_tr_hsh val=""/>
                                                            </VAL>
                                                        </ITEM>
                                                    </lng_datas>
                                                    <opt val="2"/>
                                                    <tr_auto val="0"/>
                                                </tooltip>
                                            </txt_core>
                                            <icon>
                                                <type_ref val="0"/>
                                                <vector_img>
                                                    <key val=""/>
                                                    <style val=""/>
                                                </vector_img>
                                                <image>
                                                    <key val=""/>
                                                </image>
                                            </icon>
                                            <size_buton>
                                                <is_resp val="false"/>
                                                <unit_val val="-1"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="0"/>
                                                <valid_resp_v val="true"/>
                                            </size_buton>
                                            <customRadius>
                                                <is_resp val="false"/>
                                                <unit_val val="3"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="0.375"/>
                                                <valid_resp_v val="true"/>
                                            </customRadius>
                                            <fill_Bg>
                                                <type_fill val="10"/>
                                                <fill_color>
                                                    <color>
                                                        <col val="#f6a603"/>
                                                    </color>
                                                </fill_color>
                                                <fill_gradient>
                                                    <gradient>
                                                        <pt1 val="[10,10]"/>
                                                        <pt2 val="[50,50]"/>
                                                        <col1>
                                                            <col val="#5a9ff6"/>
                                                        </col1>
                                                        <col2>
                                                            <col val="#226fdb"/>
                                                        </col2>
                                                        <col1_over>
                                                            <col val="#5a9ff6"/>
                                                        </col1_over>
                                                        <col2_over>
                                                            <col val="#226fdb"/>
                                                        </col2_over>
                                                    </gradient>
                                                </fill_gradient>
                                                <fill_image>
                                                    <img_bg>
                                                        <IsScreenDepend val="false"/>
                                                        <NoScreenDependValue val=""/>
                                                        <values type="Hash[int]=QString"/>
                                                    </img_bg>
                                                    <align>
                                                        <lck_point val="4"/>
                                                    </align>
                                                    <fit>
                                                        <fit_mode val="0"/>
                                                        <repeat val="true"/>
                                                        <bg_img_constant_size>
                                                            <is_resp val="false"/>
                                                            <unit_val val="0"/>
                                                            <values type="Map[int]=double"/>
                                                            <no_resp_value val="250"/>
                                                            <valid_resp_v val="true"/>
                                                        </bg_img_constant_size>
                                                    </fit>
                                                    <kenburn>
                                                        <enabled val="false"/>
                                                        <pos val="4"/>
                                                        <duration val="10000"/>
                                                        <zoom val="20"/>
                                                    </kenburn>
                                                </fill_image>
                                                <fill_parallax>
                                                    <img_bg>
                                                        <IsScreenDepend val="false"/>
                                                        <NoScreenDependValue val=""/>
                                                        <values type="Hash[int]=QString"/>
                                                    </img_bg>
                                                    <blck_parallax>
                                                        <is_resp val="true"/>
                                                        <unit_val val="-1"/>
                                                        <values type="Map[int]=double"/>
                                                        <no_resp_value val="0"/>
                                                        <valid_resp_v val="true"/>
                                                    </blck_parallax>
                                                    <align>
                                                        <pos>
                                                            <is_resp val="false"/>
                                                            <unit_val val="-1"/>
                                                            <values type="Map[int]=double"/>
                                                            <no_resp_value val="0"/>
                                                            <valid_resp_v val="false"/>
                                                        </pos>
                                                    </align>
                                                </fill_parallax>
                                                <fill_color_over>
                                                    <color>
                                                        <col>
                                                            <col val="#3d3d3d"/>
                                                        </col>
                                                        <col_over>
                                                            <col val="#c44e17"/>
                                                        </col_over>
                                                    </color>
                                                </fill_color_over>
                                                <fill_gradient_over>
                                                    <gradient>
                                                        <pt1 val="[10,10]"/>
                                                        <pt2 val="[50,50]"/>
                                                        <col1>
                                                            <col val="#5a9ff6"/>
                                                        </col1>
                                                        <col2>
                                                            <col val="#226fdb"/>
                                                        </col2>
                                                        <col1_over>
                                                            <col val="#5a9ff6"/>
                                                        </col1_over>
                                                        <col2_over>
                                                            <col val="#226fdb"/>
                                                        </col2_over>
                                                    </gradient>
                                                </fill_gradient_over>
                                                <fill_video>
                                                    <type_video val="1"/>
                                                    <ref_file>
                                                        <key val=""/>
                                                    </ref_file>
                                                    <url_video val=""/>
                                                </fill_video>
                                            </fill_Bg>
                                            <col_Text>
                                                <col>
                                                    <col val="#ffffff"/>
                                                </col>
                                                <col_over>
                                                    <col val="#ffffff"/>
                                                </col_over>
                                            </col_Text>
                                            <col_Border>
                                                <col>
                                                    <col val="#00c0c0c0"/>
                                                </col>
                                                <col_over>
                                                    <col val="#00c0c0c0"/>
                                                </col_over>
                                            </col_Border>
                                            <IconPosition>
                                                <is_resp val="false"/>
                                                <unit_val val="-1"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="0"/>
                                                <valid_resp_v val="true"/>
                                            </IconPosition>
                                            <Shape>
                                                <is_resp val="false"/>
                                                <unit_val val="-1"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="0"/>
                                                <valid_resp_v val="true"/>
                                            </Shape>
                                            <FontIdentifier>
                                                <type_item val="0"/>
                                                <font_id val=""/>
                                                <predefined_index val="-1"/>
                                                <f_variant val=""/>
                                                <italic val="false"/>
                                            </FontIdentifier>
                                        </but_core>
                                        <link>
                                            <ptr type="SmartList[EntityLinkBase*]">
                                                <ITEM class="EntityUrl_www">
                                                    <is_lang_dpd val="false"/>
                                                    <values type="Map[QString]=QString"/>
                                                    <no_lang_dpd_value val="https://wa-fusion.fr/erro404.html#anchor-tv"/>
                                                    <TypeOpenUrl val="0"/>
                                                </ITEM>
                                            </ptr>
                                            <js>
                                                <script val=""/>
                                            </js>
                                            <type val="1"/>
                                            <animate_click val="false"/>
                                            <no_follow val="false"/>
                                        </link>
                                        <disp_align>
                                            <is_resp val="false"/>
                                            <unit_val val="-1"/>
                                            <values type="Map[int]=double"/>
                                            <no_resp_value val="1"/>
                                            <valid_resp_v val="true"/>
                                        </disp_align>
                                    </ITEM>
                                </comps>
                                <vert_align>
                                    <val val="0"/>
                                </vert_align>
                                <min_height>
                                    <is_resp val="false"/>
                                    <unit_val val="0"/>
                                    <values type="Map[int]=double"/>
                                    <no_resp_value val="0"/>
                                    <valid_resp_v val="true"/>
                                </min_height>
                                <fill>
                                    <type_fill val="0"/>
                                    <fill_color>
                                        <color>
                                            <col val="#4991cf"/>
                                        </color>
                                    </fill_color>
                                    <fill_gradient>
                                        <gradient>
                                            <pt1 val="[10,10]"/>
                                            <pt2 val="[50,50]"/>
                                            <col1>
                                                <col val="#5a9ff6"/>
                                            </col1>
                                            <col2>
                                                <col val="#226fdb"/>
                                            </col2>
                                            <col1_over>
                                                <col val="#5a9ff6"/>
                                            </col1_over>
                                            <col2_over>
                                                <col val="#226fdb"/>
                                            </col2_over>
                                        </gradient>
                                    </fill_gradient>
                                    <fill_image>
                                        <img_bg>
                                            <IsScreenDepend val="false"/>
                                            <NoScreenDependValue val=""/>
                                            <values type="Hash[int]=QString"/>
                                        </img_bg>
                                        <align>
                                            <lck_point val="4"/>
                                        </align>
                                        <fit>
                                            <fit_mode val="0"/>
                                            <repeat val="true"/>
                                            <bg_img_constant_size>
                                                <is_resp val="false"/>
                                                <unit_val val="0"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="250"/>
                                                <valid_resp_v val="true"/>
                                            </bg_img_constant_size>
                                        </fit>
                                        <kenburn>
                                            <enabled val="false"/>
                                            <pos val="4"/>
                                            <duration val="10000"/>
                                            <zoom val="20"/>
                                        </kenburn>
                                    </fill_image>
                                    <fill_parallax>
                                        <img_bg>
                                            <IsScreenDepend val="false"/>
                                            <NoScreenDependValue val=""/>
                                            <values type="Hash[int]=QString"/>
                                        </img_bg>
                                        <blck_parallax>
                                            <is_resp val="true"/>
                                            <unit_val val="-1"/>
                                            <values type="Map[int]=double"/>
                                            <no_resp_value val="0"/>
                                            <valid_resp_v val="true"/>
                                        </blck_parallax>
                                        <align>
                                            <pos>
                                                <is_resp val="false"/>
                                                <unit_val val="-1"/>
                                                <values type="Map[int]=double"/>
                                                <no_resp_value val="0"/>
                                                <valid_resp_v val="false"/>
                                            </pos>
                                        </align>
                                    </fill_parallax>
                                    <fill_color_over>
                                        <color>
                                            <col>
                                                <col val=""/>
                                            </col>
                                            <col_over>
                                                <col val=""/>
                                            </col_over>
                                        </color>
                                    </fill_color_over>
                                    <fill_gradient_over>
                                        <gradient>
                                            <pt1 val="[10,10]"/>
                                            <pt2 val="[50,50]"/>
                                            <col1>
                                                <col val="#5a9ff6"/>
                                            </col1>
                                            <col2>
                                                <col val="#226fdb"/>
                                            </col2>
                                            <col1_over>
                                                <col val="#5a9ff6"/>
                                            </col1_over>
                                            <col2_over>
                                                <col val="#226fdb"/>
                                            </col2_over>
                                        </gradient>
                                    </fill_gradient_over>
                                    <fill_video>
                                        <type_video val="1"/>
                                        <ref_file>
                                            <key val=""/>
                                        </ref_file>
                                        <url_video val=""/>
                                    </fill_video>
                                </fill>
                                <corner>
                                    <corner_val>
                                        <is_resp val="false"/>
                                        <unit_val val="1"/>
                                        <values type="Map[int]=double"/>
                                        <no_resp_value val="0"/>
                                        <valid_resp_v val="true"/>
                                    </corner_val>
                                    <b_rad0>
                                        <is_resp val="false"/>
                                        <unit_val val="-1"/>
                                        <values type="Map[int]=double"/>
                                        <no_resp_value val="0"/>
                                        <valid_resp_v val="false"/>
                                    </b_rad0>
                                    <b_rad1>
                                        <is_resp val="false"/>
                                        <unit_val val="-1"/>
                                        <values type="Map[int]=double"/>
                                        <no_resp_value val="0"/>
                                        <valid_resp_v val="false"/>
                                    </b_rad1>
                                    <b_rad2>
                                        <is_resp val="false"/>
                                        <unit_val val="-1"/>
                                        <values type="Map[int]=double"/>
                                        <no_resp_value val="0"/>
                                        <valid_resp_v val="false"/>
                                    </b_rad2>
                                    <b_rad3>
                                        <is_resp val="false"/>
                                        <unit_val val="-1"/>
                                        <values type="Map[int]=double"/>
                                        <no_resp_value val="0"/>
                                        <valid_resp_v val="false"/>
                                    </b_rad3>
                                </corner>
                                <border>
                                    <margin0>
                                        <val>
                                            <is_resp val="false"/>
                                            <unit_val val="0"/>
                                            <values type="Map[int]=double"/>
                                            <no_resp_value val="0"/>
                                            <valid_resp_v val="true"/>
                                        </val>
                                        <col>
                                            <col val="#000000"/>
                                        </col>
                                    </margin0>
                                    <margin1>
                                        <val>
                                            <is_resp val="false"/>
                                            <unit_val val="0"/>
                                            <values type="Map[int]=double"/>
                                            <no_resp_value val="0"/>
                                            <valid_resp_v val="true"/>
                                        </val>
                                        <col>
                                            <col val="#000000"/>
                                        </col>
                                    </margin1>
                                    <margin2>
                                        <val>
                                            <is_resp val="false"/>
                                            <unit_val val="0"/>
                                            <values type="Map[int]=double"/>
                                            <no_resp_value val="0"/>
                                            <valid_resp_v val="true"/>
                                        </val>
                                        <col>
                                            <col val="#000000"/>
                                        </col>
                                    </margin2>
                                    <margin3>
                                        <val>
                                            <is_resp val="false"/>
                                            <unit_val val="0"/>
                                            <values type="Map[int]=double"/>
                                            <no_resp_value val="0"/>
                                            <valid_resp_v val="true"/>
                                        </val>
                                        <col>
                                            <col val="#000000"/>
                                        </col>
                                    </margin3>
                                </border>
                                <margins>
                                    <val_0>
                                        <is_resp val="false"/>
                                        <unit_val val="1"/>
                                        <values type="Map[int]=double"/>
                                        <no_resp_value val="0"/>
                                        <valid_resp_v val="true"/>
                                    </val_0>
                                    <val_1>
                                        <is_resp val="false"/>
                                        <unit_val val="1"/>
                                        <values type="Map[int]=double"/>
                                        <no_resp_value val="0"/>
                                        <valid_resp_v val="true"/>
                                    </val_1>
                                    <val_2>
                                        <is_resp val="false"/>
                                        <unit_val val="1"/>
                                        <values type="Map[int]=double"/>
                                        <no_resp_value val="0"/>
                                        <valid_resp_v val="true"/>
                                    </val_2>
                                    <val_3>
                                        <is_resp val="false"/>
                                        <unit_val val="1"/>
                                        <values type="Map[int]=double"/>
                                        <no_resp_value val="0"/>
                                        <valid_resp_v val="true"/>
                                    </val_3>
                                </margins>
                            </ITEM>
                        </children>
                        <cascading>
                            <break val="-1"/>
                        </cascading>
                        <gutter_x>
                            <is_resp val="false"/>
                            <unit_val val="1"/>
                            <values type="Map[int]=double"/>
                            <no_resp_value val="0"/>
                            <valid_resp_v val="true"/>
                        </gutter_x>
                        <float_row>
                            <enabled val="false"/>
                            <bg_floating_col>
                                <col val="#80ffffff"/>
                            </bg_floating_col>
                        </float_row>
                    </ITEM>
                </rows>
                <hidden>
                    <hidden type="Set[int]"/>
                </hidden>
                <type_box val="2"/>
                <bg_box>
                    <fill>
                        <type_fill val="0"/>
                        <fill_color>
                            <color>
                                <col val="#4991cf"/>
                            </color>
                        </fill_color>
                        <fill_gradient>
                            <gradient>
                                <pt1 val="[10,10]"/>
                                <pt2 val="[50,50]"/>
                                <col1>
                                    <col val="#5a9ff6"/>
                                </col1>
                                <col2>
                                    <col val="#226fdb"/>
                                </col2>
                                <col1_over>
                                    <col val="#5a9ff6"/>
                                </col1_over>
                                <col2_over>
                                    <col val="#226fdb"/>
                                </col2_over>
                            </gradient>
                        </fill_gradient>
                        <fill_image>
                            <img_bg>
                                <IsScreenDepend val="false"/>
                                <NoScreenDependValue val=""/>
                                <values type="Hash[int]=QString"/>
                            </img_bg>
                            <align>
                                <lck_point val="4"/>
                            </align>
                            <fit>
                                <fit_mode val="0"/>
                                <repeat val="true"/>
                                <bg_img_constant_size>
                                    <is_resp val="false"/>
                                    <unit_val val="0"/>
                                    <values type="Map[int]=double"/>
                                    <no_resp_value val="250"/>
                                    <valid_resp_v val="true"/>
                                </bg_img_constant_size>
                            </fit>
                            <kenburn>
                                <enabled val="false"/>
                                <pos val="4"/>
                                <duration val="10000"/>
                                <zoom val="20"/>
                            </kenburn>
                        </fill_image>
                        <fill_parallax>
                            <img_bg>
                                <IsScreenDepend val="false"/>
                                <NoScreenDependValue val=""/>
                                <values type="Hash[int]=QString"/>
                            </img_bg>
                            <blck_parallax>
                                <is_resp val="true"/>
                                <unit_val val="-1"/>
                                <values type="Map[int]=double"/>
                                <no_resp_value val="0"/>
                                <valid_resp_v val="true"/>
                            </blck_parallax>
                            <align>
                                <pos>
                                    <is_resp val="false"/>
                                    <unit_val val="-1"/>
                                    <values type="Map[int]=double"/>
                                    <no_resp_value val="0"/>
                                    <valid_resp_v val="false"/>
                                </pos>
                            </align>
                        </fill_parallax>
                        <fill_color_over>
                            <color>
                                <col>
                                    <col val=""/>
                                </col>
                                <col_over>
                                    <col val=""/>
                                </col_over>
                            </color>
                        </fill_color_over>
                        <fill_gradient_over>
                            <gradient>
                                <pt1 val="[10,10]"/>
                                <pt2 val="[50,50]"/>
                                <col1>
                                    <col val="#5a9ff6"/>
                                </col1>
                                <col2>
                                    <col val="#226fdb"/>
                                </col2>
                                <col1_over>
                                    <col val="#5a9ff6"/>
                                </col1_over>
                                <col2_over>
                                    <col val="#226fdb"/>
                                </col2_over>
                            </gradient>
                        </fill_gradient_over>
                        <fill_video>
                            <type_video val="1"/>
                            <ref_file>
                                <key val=""/>
                            </ref_file>
                            <url_video val=""/>
                        </fill_video>
                    </fill>
                    <corner>
                        <corner_val>
                            <is_resp val="false"/>
                            <unit_val val="1"/>
                            <values type="Map[int]=double"/>
                            <no_resp_value val="0"/>
                            <valid_resp_v val="true"/>
                        </corner_val>
                        <b_rad0>
                            <is_resp val="false"/>
                            <unit_val val="-1"/>
                            <values type="Map[int]=double"/>
                            <no_resp_value val="0"/>
                            <valid_resp_v val="false"/>
                        </b_rad0>
                        <b_rad1>
                            <is_resp val="false"/>
                            <unit_val val="-1"/>
                            <values type="Map[int]=double"/>
                            <no_resp_value val="0"/>
                            <valid_resp_v val="false"/>
                        </b_rad1>
                        <b_rad2>
                            <is_resp val="false"/>
                            <unit_val val="-1"/>
                            <values type="Map[int]=double"/>
                            <no_resp_value val="0"/>
                            <valid_resp_v val="false"/>
                        </b_rad2>
                        <b_rad3>
                            <is_resp val="false"/>
                            <unit_val val="-1"/>
                            <values type="Map[int]=double"/>
                            <no_resp_value val="0"/>
                            <valid_resp_v val="false"/>
                        </b_rad3>
                    </corner>
                    <border>
                        <margin0>
                            <val>
                                <is_resp val="false"/>
                                <unit_val val="0"/>
                                <values type="Map[int]=double"/>
                                <no_resp_value val="0"/>
                                <valid_resp_v val="true"/>
                            </val>
                            <col>
                                <col val="#000000"/>
                            </col>
                        </margin0>
                        <margin1>
                            <val>
                                <is_resp val="false"/>
                                <unit_val val="0"/>
                                <values type="Map[int]=double"/>
                                <no_resp_value val="0"/>
                                <valid_resp_v val="true"/>
                            </val>
                            <col>
                                <col val="#000000"/>
                            </col>
                        </margin1>
                        <margin2>
                            <val>
                                <is_resp val="false"/>
                                <unit_val val="0"/>
                                <values type="Map[int]=double"/>
                                <no_resp_value val="0"/>
                                <valid_resp_v val="true"/>
                            </val>
                            <col>
                                <col val="#000000"/>
                            </col>
                        </margin2>
                        <margin3>
                            <val>
                                <is_resp val="false"/>
                                <unit_val val="0"/>
                                <values type="Map[int]=double"/>
                                <no_resp_value val="0"/>
                                <valid_resp_v val="true"/>
                            </val>
                            <col>
                                <col val="#000000"/>
                            </col>
                        </margin3>
                    </border>
                </bg_box>
                <min_height>
                    <is_resp val="false"/>
                    <unit_val val="0"/>
                    <values type="Map[int]=double"/>
                    <no_resp_value val="0"/>
                    <valid_resp_v val="true"/>
                </min_height>
                <margins>
                    <val_0>
                        <is_resp val="false"/>
                        <unit_val val="1"/>
                        <values type="Map[int]=double"/>
                        <no_resp_value val="0"/>
                        <valid_resp_v val="true"/>
                    </val_0>
                    <val_1>
                        <is_resp val="false"/>
                        <unit_val val="1"/>
                        <values type="Map[int]=double"/>
                        <no_resp_value val="0"/>
                        <valid_resp_v val="true"/>
                    </val_1>
                    <val_2>
                        <is_resp val="false"/>
                        <unit_val val="1"/>
                        <values type="Map[int]=double"/>
                        <no_resp_value val="0"/>
                        <valid_resp_v val="true"/>
                    </val_2>
                    <val_3>
                        <is_resp val="false"/>
                        <unit_val val="1"/>
                        <values type="Map[int]=double"/>
                        <no_resp_value val="0"/>
                        <valid_resp_v val="true"/>
                    </val_3>
                </margins>
                <float_box>
                    <enabled val="false"/>
                </float_box>
                <v_row_spacing>
                    <is_resp val="false"/>
                    <unit_val val="-1"/>
                    <values type="Map[int]=double"/>
                    <no_resp_value val="0"/>
                    <valid_resp_v val="false"/>
                </v_row_spacing>
                <box_sync_fullpage_height>
                    <enabled val="false"/>
                    <VerticalContentDisposition>
                        <is_resp val="false"/>
                        <unit_val val="-1"/>
                        <values type="Map[int]=double"/>
                        <no_resp_value val="0"/>
                        <valid_resp_v val="false"/>
                    </VerticalContentDisposition>
                </box_sync_fullpage_height>
            </ITEM>
        </boxes>
    </layout_datas>
    <props>
        <html_head>
            <enabled val="false"/>
            <code_html val=""/>
            <IsLangDependant val="false"/>
            <HtmlCodeByLang type="Map[QString]=QString"/>
        </html_head>
        <html_body_end>
            <enabled val="true"/>
            <code_html val="&lt;script&gt;&#10;var ctx, imgData;&#10;&#10;function Init() {&#10;    ctx = document.getElementById('canvas').getContext('2d');&#10;    ctx.canvas.width = window.innerWidth;&#10;    ctx.canvas.height = window.innerHeight;&#10;    ctx.fillStyle = 'white';&#10;    ctx.fillRect(0, 0, window.innerWidth, window.innerHeight);&#10;    ctx.fill();&#10;    imgData = ctx.getImageData(0, 0, window.innerWidth, window.innerHeight);&#10;    setInterval(flickering, 50);&#10;}&#10;&#10;function flickering() {&#10;  for (var i = 0; i &lt; imgData.data.length; i += 4) {&#10;    var color = (Math.random() * 255) + 50;&#10;      imgData.data[i] = color;&#10;      imgData.data[i + 1] = color;&#10;      imgData.data[i + 2] = color;&#10;  }&#10;  ctx.putImageData(imgData, 0, 0);&#10;}&#10;&#10;Init();&#10;&lt;/script&gt;"/>
            <IsLangDependant val="false"/>
            <HtmlCodeByLang type="Map[QString]=QString"/>
        </html_body_end>
        <php_page_beginning>
            <enabled val="false"/>
            <code_html val=""/>
            <IsLangDependant val="false"/>
            <HtmlCodeByLang type="Map[QString]=QString"/>
        </php_page_beginning>
        <custom_page_name val="404_F"/>
        <b_custom_page_name_lang_dependant val="false"/>
        <template_uuids val=""/>
        <page_extension val="0"/>
        <seo_ignore_by_search_engine val="false"/>
        <seo_no_follow_links val="false"/>
        <under_construction val="false"/>
        <restricted_access>
            <enabled val="false"/>
            <entries val=""/>
        </restricted_access>
        <color_bg>
            <col val="#ffffff"/>
        </color_bg>
        <img_bg>
            <IsScreenDepend val="false"/>
            <NoScreenDependValue val=""/>
            <values type="Hash[int]=QString"/>
        </img_bg>
        <txt_MetaTitle>
            <lng_datas type="Map[QString]=SmtTextTranslatableItem">
                <ITEM>
                    <KEY val="fr"/>
                    <VAL>
                        <d val="404 ERROR"/>
                        <uuid val=""/>
                        <m val="2023-09-10T21:52:39.389"/>
                        <auto_tr_date val=""/>
                        <auto_tr_hsh val=""/>
                    </VAL>
                </ITEM>
            </lng_datas>
            <opt val="2"/>
            <tr_auto val="0"/>
        </txt_MetaTitle>
        <txt_MetaDescription>
            <lng_datas type="Map[QString]=SmtTextTranslatableItem">
                <ITEM>
                    <KEY val="fr"/>
                    <VAL>
                        <d val=""/>
                        <uuid val=""/>
                        <m val=""/>
                        <auto_tr_date val=""/>
                        <auto_tr_hsh val=""/>
                    </VAL>
                </ITEM>
            </lng_datas>
            <opt val="2"/>
            <tr_auto val="0"/>
        </txt_MetaDescription>
        <txt_CustomName>
            <lng_datas type="Map[QString]=SmtTextTranslatableItem"/>
            <opt val="2"/>
            <tr_auto val="2"/>
        </txt_CustomName>
        <keywords_lang>
            <lng_datas type="Map[QString]=SmtTextTranslatableItem"/>
            <opt val="2"/>
            <tr_auto val="0"/>
        </keywords_lang>
        <keywords_nolang val=""/>
        <has_video val="false"/>
        <video_datas>
            <type_video val="1"/>
            <video_file>
                <key val=""/>
            </video_file>
            <html_code>
                <code_html val=""/>
                <IsLangDependant val="false"/>
                <HtmlCodeByLang type="Map[QString]=QString"/>
            </html_code>
            <url_video_file val=""/>
            <auto_play val="false"/>
        </video_datas>
    </props>
</PageData>
