{"id":269090,"date":"2024-07-30T16:39:13","date_gmt":"2024-07-30T14:39:13","guid":{"rendered":"https:\/\/sherpas.com\/blog\/parents\/?p=269090"},"modified":"2025-08-18T12:14:13","modified_gmt":"2025-08-18T10:14:13","slug":"rentree-college-checklist","status":"publish","type":"post","link":"https:\/\/sherpas.com\/blog\/parents\/a\/rentree-college-checklist\/","title":{"rendered":"Checklist : pr\u00e9parez la rentr\u00e9e au coll\u00e8ge ! \ud83d\udcaa"},"content":{"rendered":"<section class=\"form-hack\">\n    <div class=\"container\">\n        <div class=\"form-hack__container\">\n                                                <div class=\"form-hack__bg\">\n                        <img decoding=\"async\" src=\"https:\/\/sherpas.com\/content\/uploads\/sites\/3\/2024\/07\/check-list-fond-rose.png\" alt=\"\">\n                    <\/div>\n                                <div class=\"row align-items-center justify-content-between\">\n                    <div class=\"col-12 col-lg-5 offset-lg-1\">\n                        <div class=\"form-hack__content\">\n                            <h1 class=\"t-01 mb-15 mb-lg-30\" id=\"la-checklist-de-la-rentree-au-college-de-votre-enfant\"><p>La checklist de la rentr\u00e9e au coll\u00e8ge de votre enfant !<\/p>\n<\/h1>\n                            <div class=\"t-08\"><p>\ud83d\udc49 Une check-list aux petits oignons<br \/>\n\ud83d\udc49 Des surprises dans votre bo\u00eete mail<br \/>\n\ud83d\udc49 Pr\u00e9parez la rentr\u00e9e en toute s\u00e9r\u00e9nit\u00e9<\/p>\n<\/div>\n                        <\/div>\n                    <\/div>\n                    \n                                                    <div class=\"form-hack__right col\">\n                                <div class=\"form-hack__form\">\n                                    <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', function() { gform.themeScriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tthemeScriptsLoaded: false,\n\t\tisFormEditor: () => typeof InitializeEditor === 'function',\n\n\t\t\/**\n\t\t * @deprecated 2.9 the use of initializeOnLoaded in the form editor context is deprecated.\n\t\t * @remove-in 4.0 this function will not check for gform.isFormEditor().\n\t\t *\/\n\t\tcallIfLoaded: function ( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded && ( gform.themeScriptsLoaded || gform.isFormEditor() ) ) {\n\t\t\t\tif ( gform.isFormEditor() ) {\n\t\t\t\t\tconsole.warn( 'The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.' );\n\t\t\t\t}\n\t\t\t\tfn();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\treturn false;\n\t\t},\n\n\t\t\/**\n\t\t * Call a function when all scripts are loaded\n\t\t *\n\t\t * @param function fn the callback function to call when all scripts are loaded\n\t\t *\n\t\t * @returns void\n\t\t *\/\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( ! gform.callIfLoaded( fn ) ) {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', () => { gform.scriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', () => { gform.themeScriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', () => { gform.domLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t}\n\t\t},\n\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n\n\/* ]]> *\/\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_41' style='display:none'>\n                        <div class='gform_heading'>\n                            <h2 class=\"gform_title\" id=\"02-check-list-rentree-au-college\">02. Check-list &#8211; rentr\u00e9e au coll\u00e8ge<\/h2>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_41'  action='\/blog\/parents\/wp-json\/wp\/v2\/posts\/269090' data-formid='41' novalidate><input type=\"hidden\" name=\"_token\" value=\"\">\n                        <div class='gform-body gform_body'><div id='gform_fields_41' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_41_30\" class=\"gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_41_30'>Instagram<\/label><div class='ginput_container'><input name='input_30' id='input_41_30' type='text' value='' autocomplete='new-password'\/><\/div><div class='gfield_description' id='gfield_description_41_30'>Ce champ n\u2019est utilis\u00e9 qu\u2019\u00e0 des fins de validation et devrait rester inchang\u00e9.<\/div><\/div><fieldset id=\"field_41_5\" class=\"gfield gfield--type-name gfield--input-type-name gfield_contains_required field_sublabel_hidden_label gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Nom<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(N\u00e9cessaire)<\/span><\/span><\/legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_41_5'>\n                            \n                            <span id='input_41_5_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_5.3' id='input_41_5_3' value=''   aria-required='true'   placeholder='Pr\u00e9nom'  \/>\n                                                    <label for='input_41_5_3' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>Pr\u00e9nom<\/label>\n                                                <\/span>\n                            \n                            <span id='input_41_5_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_5.6' id='input_41_5_6' value=''   aria-required='true'   placeholder='Nom'  \/>\n                                                    <label for='input_41_5_6' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>Nom<\/label>\n                                                <\/span>\n                            \n                        <\/div><\/fieldset><div id=\"field_41_7\" class=\"gfield gfield--type-email gfield--input-type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_41_7'>E-mail<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(N\u00e9cessaire)<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_7' id='input_41_7' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_41_8\" class=\"gfield gfield--type-select gfield--input-type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_41_8'>Cycle<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(N\u00e9cessaire)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_8' id='input_41_8' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='parent' >Parent<\/option><option value='lycee' >Lyc\u00e9e<\/option><option value='college' >Coll\u00e8ge<\/option><option value='prepa' >Pr\u00e9pa<\/option><option value='superieur' >Sup\u00e9rieur<\/option><option value='graduate' >Jeune dipl\u00f4m\u00e9<\/option><option value='teacher' >Prof<\/option><\/select><\/div><\/div><div id=\"field_41_16\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_41_16'>Ann\u00e9e au coll\u00e8ge<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(N\u00e9cessaire)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_16' id='input_41_16' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='6e' >6e<\/option><option value='5e' >5e<\/option><option value='4e' >4e<\/option><option value='3e' >3e<\/option><\/select><\/div><\/div><div id=\"field_41_17\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_41_17'>Ann\u00e9e au lyc\u00e9e<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(N\u00e9cessaire)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_17' id='input_41_17' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='2nde' >2nde<\/option><option value='1re' >1re<\/option><option value='Tle' selected='selected'>Tle<\/option><\/select><\/div><\/div><div id=\"field_41_18\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_41_18'>Fili\u00e8re de pr\u00e9pa<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(N\u00e9cessaire)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_18' id='input_41_18' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='Pr\u00e9pa commerciale' >Pr\u00e9pa commerciale<\/option><option value='Pr\u00e9pa scientifique' >Pr\u00e9pa scientifique<\/option><option value='Pr\u00e9pa litt\u00e9raire' >Pr\u00e9pa litt\u00e9raire<\/option><\/select><\/div><\/div><div id=\"field_41_19\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_41_19'>Ann\u00e9e en pr\u00e9pa<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(N\u00e9cessaire)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_19' id='input_41_19' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='1A' >1A<\/option><option value='2A' >2A<\/option><\/select><\/div><\/div><div id=\"field_41_20\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_41_20'>Fili\u00e8re dans le sup\u00e9rieur<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(N\u00e9cessaire)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_20' id='input_41_20' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='Universit\u00e9' >Universit\u00e9<\/option><option value='IEP' >IEP<\/option><option value='BTS' >BTS<\/option><option value='BUT' >BUT<\/option><option value='Ecoles de commerce' >Ecoles de commerce<\/option><option value='Ecoles d&#039;ing\u00e9nieurs' >Ecoles d&#039;ing\u00e9nieurs<\/option><option value='Ecoles sp\u00e9cialis\u00e9es' >Ecoles sp\u00e9cialis\u00e9es<\/option><\/select><\/div><\/div><div id=\"field_41_21\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_41_21'>Ann\u00e9e \u00e0 l&#039;universit\u00e9<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(N\u00e9cessaire)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_21' id='input_41_21' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='Bac +1' >Bac +1<\/option><option value='Bac +2' >Bac +2<\/option><option value='Bac +3' >Bac +3<\/option><option value='Bac +4' >Bac +4<\/option><option value='Bac +5' >Bac +5<\/option><option value='Bac +6' >Bac +6<\/option><option value='Bac +7' >Bac +7<\/option><option value='Bac +8' >Bac +8<\/option><\/select><\/div><\/div><div id=\"field_41_22\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_41_22'>Ann\u00e9e en \u00e9cole<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(N\u00e9cessaire)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_22' id='input_41_22' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='Bac +1' >Bac +1<\/option><option value='Bac +2' >Bac +2<\/option><option value='Bac +3' >Bac +3<\/option><option value='Bac +4' >Bac +4<\/option><option value='Bac +5' >Bac +5<\/option><\/select><\/div><\/div><div id=\"field_41_23\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_41_23'>Ann\u00e9e en BTS<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(N\u00e9cessaire)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_23' id='input_41_23' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='1A' >1A<\/option><option value='2A' >2A<\/option><\/select><\/div><\/div><div id=\"field_41_24\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_41_24'>Ann\u00e9e en BUT<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(N\u00e9cessaire)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_24' id='input_41_24' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='1A' >1A<\/option><option value='2A' >2A<\/option><option value='3A' >3A<\/option><\/select><\/div><\/div><div id=\"field_41_25\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_41_25'>Tranche d&#039;\u00e2ge<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(N\u00e9cessaire)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_25' id='input_41_25' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='18-23' >18-23<\/option><option value='24-27' >24-27<\/option><option value='+28' >+28<\/option><\/select><\/div><\/div><fieldset id=\"field_41_9\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Dans quel cycle est votre enfant ?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(N\u00e9cessaire)<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_41_9'><div class='gchoice gchoice_41_9_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_9.1' type='checkbox'  value='primaire'  id='choice_41_9_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_41_9_1' id='label_41_9_1' class='gform-field-label gform-field-label--type-inline'>Primaire<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_41_9_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_9.2' type='checkbox'  value='college'  id='choice_41_9_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_41_9_2' id='label_41_9_2' class='gform-field-label gform-field-label--type-inline'>Coll\u00e8ge<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_41_9_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_9.3' type='checkbox'  value='lycee'  id='choice_41_9_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_41_9_3' id='label_41_9_3' class='gform-field-label gform-field-label--type-inline'>Lyc\u00e9e<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_41_9_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_9.4' type='checkbox'  value='prepa'  id='choice_41_9_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_41_9_4' id='label_41_9_4' class='gform-field-label gform-field-label--type-inline'>Pr\u00e9pa<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_41_9_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_9.5' type='checkbox'  value='superieur'  id='choice_41_9_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_41_9_5' id='label_41_9_5' class='gform-field-label gform-field-label--type-inline'>Sup\u00e9rieur<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><fieldset id=\"field_41_10\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Dans quelle ann\u00e9e scolaire sont vos enfants ?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(N\u00e9cessaire)<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_41_10'><div class='gchoice gchoice_41_10_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_10.1' type='checkbox'  value='6e'  id='choice_41_10_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_41_10_1' id='label_41_10_1' class='gform-field-label gform-field-label--type-inline'>6e<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_41_10_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_10.2' type='checkbox'  value='5e'  id='choice_41_10_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_41_10_2' id='label_41_10_2' class='gform-field-label gform-field-label--type-inline'>5e<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_41_10_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_10.3' type='checkbox'  value='4e'  id='choice_41_10_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_41_10_3' id='label_41_10_3' class='gform-field-label gform-field-label--type-inline'>4e<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_41_10_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_10.4' type='checkbox'  value='3e'  id='choice_41_10_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_41_10_4' id='label_41_10_4' class='gform-field-label gform-field-label--type-inline'>3e<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_41_10_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_10.5' type='checkbox'  value='2nde'  id='choice_41_10_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_41_10_5' id='label_41_10_5' class='gform-field-label gform-field-label--type-inline'>2nde<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_41_10_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_10.6' type='checkbox'  value='1re'  id='choice_41_10_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_41_10_6' id='label_41_10_6' class='gform-field-label gform-field-label--type-inline'>1re<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_41_10_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_10.7' type='checkbox'  value='Tle'  id='choice_41_10_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_41_10_7' id='label_41_10_7' class='gform-field-label gform-field-label--type-inline'>Tle<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_41_10_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_10.8' type='checkbox'  value='Bac+1'  id='choice_41_10_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_41_10_8' id='label_41_10_8' class='gform-field-label gform-field-label--type-inline'>Bac+1<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_41_10_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_10.9' type='checkbox'  value='Bac+2'  id='choice_41_10_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_41_10_9' id='label_41_10_9' class='gform-field-label gform-field-label--type-inline'>Bac+2<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_41_10_11'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_10.11' type='checkbox'  value='Bac+3'  id='choice_41_10_11'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_41_10_11' id='label_41_10_11' class='gform-field-label gform-field-label--type-inline'>Bac+3<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_41_10_12'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_10.12' type='checkbox'  value='Bac+4'  id='choice_41_10_12'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_41_10_12' id='label_41_10_12' class='gform-field-label gform-field-label--type-inline'>Bac+4<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_41_10_13'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_10.13' type='checkbox'  value='Bac+5'  id='choice_41_10_13'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_41_10_13' id='label_41_10_13' class='gform-field-label gform-field-label--type-inline'>Bac+5<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_41_26\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_41_26'>Donnez-vous d\u00e9j\u00e0 cours chez Les Sherpas ?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(N\u00e9cessaire)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_26' id='input_41_26' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='Oui' >Oui<\/option><option value='Non' >Non<\/option><\/select><\/div><\/div><div id=\"field_41_27\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_41_27'>Quel est votre niveau d&#039;\u00e9tudes ?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(N\u00e9cessaire)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_27' id='input_41_27' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='Au lyc\u00e9e' >Au lyc\u00e9e<\/option><option value='Dans le sup\u00e9rieur' selected='selected'>Dans le sup\u00e9rieur<\/option><option value='Salari\u00e9 du priv\u00e9' >Salari\u00e9 du priv\u00e9<\/option><option value='Professeur certifi\u00e9' >Professeur certifi\u00e9<\/option><\/select><\/div><\/div><div id=\"field_41_11\" class=\"gfield gfield--type-select gfield--input-type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_41_11'>Quel est votre objectif actuel pour les cours ?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(N\u00e9cessaire)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_11' id='input_41_11' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='Pr\u00e9parer un examen \/ concours' >Pr\u00e9parer un examen \/ concours<\/option><option value='Am\u00e9liorer sa moyenne g\u00e9n\u00e9rale' selected='selected'>Am\u00e9liorer sa moyenne g\u00e9n\u00e9rale<\/option><option value='Am\u00e9liorer sa moyenne dans une mati\u00e8re sp\u00e9cifique' >Am\u00e9liorer sa moyenne dans une mati\u00e8re sp\u00e9cifique<\/option><option value='Rejoindre l&#039;orientation de son choix' >Rejoindre l&#039;orientation de son choix<\/option><option value='Avoir des conseils' >Avoir des conseils<\/option><\/select><\/div><\/div><fieldset id=\"field_41_12\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Souhaitez-vous faire le point sur votre besoin de cours particuliers avec un conseiller p\u00e9dagogique ?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(N\u00e9cessaire)<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_41_12'>\n\t\t\t<div class='gchoice gchoice_41_12_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_12' type='radio' value='Oui'  id='choice_41_12_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_41_12_0' id='label_41_12_0' class='gform-field-label gform-field-label--type-inline'>Oui<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_41_12_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_12' type='radio' value='Non'  id='choice_41_12_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_41_12_1' id='label_41_12_1' class='gform-field-label gform-field-label--type-inline'>Non<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_41_29\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_41_29'>T\u00e9l\u00e9phone<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(N\u00e9cessaire)<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_29' id='input_41_29' type='tel' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><fieldset id=\"field_41_14\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >RGPD<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(N\u00e9cessaire)<\/span><\/span><\/legend><div class='ginput_container ginput_container_consent'><input name='input_14.1' id='input_41_14_1' type='checkbox' value='1'   aria-required=\"true\" aria-invalid=\"false\"   \/> <label class=\"gform-field-label gform-field-label--type-inline gfield_consent_label\" for='input_41_14_1' >J&rsquo;accepte la <a href=\"https:\/\/sherpas.com\/mentions-legales\" target=\"_blank\">charte de confidentialit\u00e9<\/a> des Sherpas<\/label><input type='hidden' name='input_14.2' value='J&#039;accepte la &lt;a href=&quot;https:\/\/sherpas.com\/mentions-legales&quot; target=&quot;_blank&quot;&gt;charte de confidentialit\u00e9&lt;\/a&gt; des Sherpas' class='gform_hidden' \/><input type='hidden' name='input_14.3' value='34' class='gform_hidden' \/><\/div><\/fieldset><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_41' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='T\u00c9L\u00c9CHARGER MA CHECK-LIST'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_41' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_41' id='gform_theme_41' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_41' id='gform_style_settings_41' value='' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_41' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='41' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='mwF0Vj1wHfjxZZPjzpdy0sGGddn\/gAnrBcp9YimoO7hiENcN8PodXeFEwR6CLHESM5fvmSW9uJw80wHdJEwF87kU1gENIJ+JUXhaTNZwjZKNVa0=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_41' value='WyJ7XCI4XCI6W1wiNjk3N2Y2N2Y1NmUwNmViMmFlMDFlZTA4MWMxZjBhNGZcIixcIjkzYjE3MTAyMmIwOTcwZWMxZWM3NTAxYjdhMTQ3YzQxXCIsXCJlNGZkYmYxMjU0MTAzZTc3Y2Y2NmE4MGRlNGM5MjY3MFwiLFwiNGY2NjA5MmQ1MDdmNzQ3NGVlNDJjNTdjM2M0NmFiNzVcIixcIjUyMTI5YzUzY2JmZjBiZDdkYzdmY2E1M2Y0MTc0YjEwXCIsXCJkMDdmODZjZGE3NDg4N2M1NDljZTVjOTJhNmY1ZGM1OFwiLFwiNDI0MGQyM2VhZWQyNGNjOTU3NzU4ODgwYzBhMGRlNTZcIl0sXCIxNlwiOltcIjY3Yzk0NjExYjU4M2FlZDk4YTVmNDkwOTNjMTkxMjIyXCIsXCIyZjMwNjEzYmJmY2I3M2I5MzFjM2VkNmU5MzA5MGRhMlwiLFwiMDk1NzJlNGZjZDM0OTNjMjQyZWMxMmFhOTg5ZTE3N2VcIixcIjI2Njg3ZDNhZGY3YmQwMjVjNWI0NjY5MDVkZmQxZDk0XCJdLFwiMTdcIjpbXCIwZDNhZGVhY2M2NzhiYmQ5YjNiN2Y3OGJiNTdiM2JkNFwiLFwiMmVlZDA3OGU1ZmJmZTBlY2JjZDYzZjhlYTA3NzQ1MmZcIixcImM4MDAwN2JlM2ZjMjkyMTc3MGFmZmU2NzQ3ZTU3YmU5XCJdLFwiMThcIjpbXCJkYTYzZDczMWNkZTMxY2ExOWUxMjM4OGM3ZTk4ZDRkY1wiLFwiZmRiZTdkOWZiYmRkZTFjZjNlOTk1ZGQ5MzM4NGI4MDRcIixcIjk4OGFiNjhhOWFkMGRkNWUzMDI1MmYyMzY3M2Y0MDQzXCJdLFwiMTlcIjpbXCI1YzBmZDc0OTM4NmNiOWM5ZWM2MzQ1NGFjMzU1ZGU1NlwiLFwiMzIwN2JjOTMyYjJmMGVlNmI5Y2Y2ODExM2NiN2RmYThcIl0sXCIyMFwiOltcImQxNGZkMmY4YzMwODgyNjI3Zjk2NTlmODNmMDkyY2M5XCIsXCIyYzA1YjUwZjlmN2MyZDNjNDRkMGZhYzNmZWM4MGY3NlwiLFwiYzFkMzM4YTJjOWI3YWYzZTE2NDc3MDkyN2Y4ZWZiNTBcIixcIjRiMThmNzgxZDBjNmVjN2M0YTY2MGM4YTA5NjMxZTg2XCIsXCIwNGJjZGM0YTZmOTBmNjJlYWM4ZDVjY2Y4NTE5MTkyNFwiLFwiMTkxZWE1MzY2MWE5NmQ3MjkwMjAyNTdhYzU4ZTZmNGJcIixcImY0NzIwZTU2YWI4NTcwYzM4MGU5ZjNhMGU2YzA5ZDE2XCJdLFwiMjFcIjpbXCJlODRjMTMxNjIzOWU4OWYzMGY5MGI5NTgxMzM0YmZlZVwiLFwiYzU5NDk2MzllNDAzYmUyMDhmOTg0YjRmNzhjZTIxMGJcIixcImYyMmY2Mjc4YmY4OWRhOWViOWU3NWVhZDBlOWYzNzBkXCIsXCI0YWUwZThhNTYyNDY5N2VhYTI3ZTFiZjM2NmNkODBjZlwiLFwiMTU1MzBkZmE3M2E0OWVhZGQzMThiYzBiMTU4MjgxMTdcIixcImQwMzlhMTRhZTBjNTc0Y2Y0MGFlYjE0ZDMyYzc4ZTU1XCIsXCJkZDRlYjAwYzk0ODdmYzQzZWUzNGQwNjAzYmRjODkzMVwiLFwiMTVmZjQ4NDE5NDA4MDM0MWU4ZmQyMGE0ZTNlZmQ3NjdcIl0sXCIyMlwiOltcImU4NGMxMzE2MjM5ZTg5ZjMwZjkwYjk1ODEzMzRiZmVlXCIsXCJjNTk0OTYzOWU0MDNiZTIwOGY5ODRiNGY3OGNlMjEwYlwiLFwiZjIyZjYyNzhiZjg5ZGE5ZWI5ZTc1ZWFkMGU5ZjM3MGRcIixcIjRhZTBlOGE1NjI0Njk3ZWFhMjdlMWJmMzY2Y2Q4MGNmXCIsXCIxNTUzMGRmYTczYTQ5ZWFkZDMxOGJjMGIxNTgyODExN1wiXSxcIjIzXCI6W1wiNWMwZmQ3NDkzODZjYjljOWVjNjM0NTRhYzM1NWRlNTZcIixcIjMyMDdiYzkzMmIyZjBlZTZiOWNmNjgxMTNjYjdkZmE4XCJdLFwiMjRcIjpbXCI1YzBmZDc0OTM4NmNiOWM5ZWM2MzQ1NGFjMzU1ZGU1NlwiLFwiMzIwN2JjOTMyYjJmMGVlNmI5Y2Y2ODExM2NiN2RmYThcIixcImRkN2Y3YTFiNDJkZDUxZDg3Y2YyMDVmMjJkYjY5NWI5XCJdLFwiMjVcIjpbXCJkNDU0NzIxOWU4OTYyYjA0ZGUzNmJkZWM4MjNmNWEwOFwiLFwiOGYwMTAzZDlhMzcxOTI2NTNjNjQ3NjliMzZlYjZkYTBcIixcIjJkNjg0MGZhZDg1NzJlOGZiNzM5OTM4MGZkMmYyMjIyXCJdLFwiOS4xXCI6XCJkMTA2ZTg3Y2RkMTk3MzI2MWZjZTg5ZmMyMmE1MTc5ZFwiLFwiOS4yXCI6XCJlNGZkYmYxMjU0MTAzZTc3Y2Y2NmE4MGRlNGM5MjY3MFwiLFwiOS4zXCI6XCI5M2IxNzEwMjJiMDk3MGVjMWVjNzUwMWI3YTE0N2M0MVwiLFwiOS40XCI6XCI0ZjY2MDkyZDUwN2Y3NDc0ZWU0MmM1N2MzYzQ2YWI3NVwiLFwiOS41XCI6XCI1MjEyOWM1M2NiZmYwYmQ3ZGM3ZmNhNTNmNDE3NGIxMFwiLFwiMTAuMVwiOlwiNjdjOTQ2MTFiNTgzYWVkOThhNWY0OTA5M2MxOTEyMjJcIixcIjEwLjJcIjpcIjJmMzA2MTNiYmZjYjczYjkzMWMzZWQ2ZTkzMDkwZGEyXCIsXCIxMC4zXCI6XCIwOTU3MmU0ZmNkMzQ5M2MyNDJlYzEyYWE5ODllMTc3ZVwiLFwiMTAuNFwiOlwiMjY2ODdkM2FkZjdiZDAyNWM1YjQ2NjkwNWRmZDFkOTRcIixcIjEwLjVcIjpcIjBkM2FkZWFjYzY3OGJiZDliM2I3Zjc4YmI1N2IzYmQ0XCIsXCIxMC42XCI6XCIyZWVkMDc4ZTVmYmZlMGVjYmNkNjNmOGVhMDc3NDUyZlwiLFwiMTAuN1wiOlwiYzgwMDA3YmUzZmMyOTIxNzcwYWZmZTY3NDdlNTdiZTlcIixcIjEwLjhcIjpcIjgyZTRlZDBkYTU5YjBlZTg3NDk0ZGJlZGVhODI4MmVjXCIsXCIxMC45XCI6XCI0NTI1YTU2NmY1YmQ2NWYwZTEwMTNjMDA2Y2RiYzE1NlwiLFwiMTAuMTFcIjpcIjMwYmE0NTk5MWZmNTU3ZDZkZDZmZThjYTM0MDk1ZWUyXCIsXCIxMC4xMlwiOlwiOTM0ZTQxNzNmNjkzOGU3MWQ3NWYxMTljYTQyNjFkZjhcIixcIjEwLjEzXCI6XCIwMDkyNjhjNDJkNGZiNDczNWVkYjBjODVmZjYyYWVmZVwiLFwiMjZcIjpbXCIxMTIzNTRiMzg1NzBiZWE1YTcyZTg1ZDAxNmFjNjIzZlwiLFwiODQ5OGQyYzQyZTExZDE4NzZlODhhNjg4NjYxODAzZGVcIl0sXCIyN1wiOltcIjMzN2IzNjNlZGE3OGQ2Nzk4NDUyNzdhYzM5Zjk1YjhhXCIsXCI2MGQ0YTNkMzhlY2U5MDNkM2I3ZWJhZmM5ODJkN2Q3ZFwiLFwiYWZiNTgwZjU5NDFhNTQ1YWU4ZTkzMmY5ZGY4OTJiNTNcIixcIjkzOTQ0NTg4M2JiMDY0YTkyNzY0OTVjODkwNzZjYjAwXCJdLFwiMTFcIjpbXCIxMWM3Y2RmYTNkNjJlZWQ3YmI2ZGY4ODU0MjE1ZGYxM1wiLFwiODE4NDcxMDU0NGYzZTc1MzRkN2VlZGM2MDQ4MmUyMmNcIixcImI3MTE5ZDAzNGYxMjYxNmI4YTFiMTdjZTYwYmY0YTIxXCIsXCJlZWEwY2RmYzU4Y2NiNzZjNTEzZmY3NjZhMjQ5NWY5M1wiLFwiZjg0ZmM0MWZiOGEzOGMzMmI1MTQwNmZlMzdjZGFjYmNcIl0sXCIxMlwiOltcIjExMjM1NGIzODU3MGJlYTVhNzJlODVkMDE2YWM2MjNmXCIsXCI4NDk4ZDJjNDJlMTFkMTg3NmU4OGE2ODg2NjE4MDNkZVwiXSxcIjE0LjFcIjpcImI5YjY4OWJlZDA2ZWEyNmQ4ZjRmMTIwYjhmNmExZTlhXCIsXCIxNC4yXCI6XCI1Y2QwZTA0OTAzOTcxNTFjZGFhMmQwYmQ1NDA2MzY5ZlwiLFwiMTQuM1wiOlwiNDQzNWZlNTYwZTY2OTVkZjYwMzkzMzk2YTg4OWY3NDJcIn0iLCIxYzk3ZWU0OWJjNWI1NjYzM2ZhYzcyMzA5MzU0NTI5NyJd' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_41' id='gform_target_page_number_41' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_41' id='gform_source_page_number_41' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"ak_\"><label>&#916;<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_1\" name=\"ak_js\" value=\"14\"\/><script>document.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );<\/script><\/p><\/form>\n                        <\/div><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 41, 'https:\/\/sherpas.com\/content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_41').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_41');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_41').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_41').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_41').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_41').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_41').val();gformInitSpinner( 41, 'https:\/\/sherpas.com\/content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [41, current_page]);window['gf_submitting_41'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_41').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [41]);window['gf_submitting_41'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_41').text());}else{jQuery('#gform_41').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"41\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_41\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_41\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_41\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 41, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n                                <\/div>\n                            <\/div>\n                                                            <\/div>\n                    <\/div>\n    <\/div>\n<\/section>\n\n\n<section class=\"edito-book\">\n    <div class=\"container\">\n        <h2 class=\"edito-book__title\" id=\"nos-ebooks\">Nos ebooks<\/h2>\n        <div class=\"edito-book__items swiper\">\n            <div class=\"swiper-wrapper\">\n                                                    <a href=\"https:\/\/sherpas.com\/blog\/parents\/a\/parent-enfant-difficulte-scolaire\/\" class=\"edito-book__item swiper-slide\">\n                                                                            <img decoding=\"async\" src=\"https:\/\/sherpas.com\/content\/uploads\/sites\/3\/2024\/02\/Kit-de-survie-du-parent-denfant-en-difficulte-scolaire.jpg\" alt=\"Guide de survie du parent d&#039;enfant en difficult\u00e9 scolaire \ud83d\udca1\">\n                                                                            <div class=\"tag-cap mt-20\">\n                                Toolbox\n                            <\/div>\n                                                <div class=\"d-block t-08 mt-10\">\n                                                                                        Guide de survie du parent d&rsquo;enfant en difficult\u00e9 scolaire&nbsp;\ud83d\udca1\n                                                    <\/div>\n                    <\/a>\n                                    <a href=\"https:\/\/sherpas.com\/blog\/parents\/a\/devoirs-college\/\" class=\"edito-book__item swiper-slide\">\n                                                                            <img decoding=\"async\" src=\"https:\/\/sherpas.com\/content\/uploads\/sites\/3\/2024\/03\/Comment-aider-votre-ado-a-faire-ses-devoirs-au-college.jpg\" alt=\"Guide de l\u2019aide aux devoirs pour les parents de colle\u0301giens \u270d\ufe0f\">\n                                                                            <div class=\"tag-cap mt-20\">\n                                Toolbox\n                            <\/div>\n                                                <div class=\"d-block t-08 mt-10\">\n                                                                                        Guide de l\u2019aide aux devoirs pour les parents de colle\u0301giens&nbsp;\u270d\ufe0f\n                                                    <\/div>\n                    <\/a>\n                                    <a href=\"https:\/\/sherpas.com\/blog\/parents\/a\/organisation-college\/\" class=\"edito-book__item swiper-slide\">\n                                                                            <img decoding=\"async\" src=\"https:\/\/sherpas.com\/content\/uploads\/sites\/3\/2024\/03\/Guide-pour-aider-votre-ado-a-sorganiser-au-college.jpg\" alt=\"Guide des parents \u2014 l\u2019aider a\u0300 s\u2019organiser au colle\u0300ge \ud83d\udcab\">\n                                                                            <div class=\"tag-cap mt-20\">\n                                Toolbox\n                            <\/div>\n                                                <div class=\"d-block t-08 mt-10\">\n                                                                                        Guide des parents \u2014 l\u2019aider a\u0300 s\u2019organiser au colle\u0300ge&nbsp;\ud83d\udcab\n                                                    <\/div>\n                    <\/a>\n                                            <\/div>\n        <\/div>\n        \n    <\/div>\n<\/section>\n\n\n<div class=\"kk-star-ratings kksr-auto kksr-align-center kksr-valign-bottom\"\n    data-payload='{&quot;align&quot;:&quot;center&quot;,&quot;id&quot;:&quot;269090&quot;,&quot;slug&quot;:&quot;default&quot;,&quot;valign&quot;:&quot;bottom&quot;,&quot;ignore&quot;:&quot;&quot;,&quot;reference&quot;:&quot;auto&quot;,&quot;class&quot;:&quot;&quot;,&quot;count&quot;:&quot;0&quot;,&quot;legendonly&quot;:&quot;&quot;,&quot;readonly&quot;:&quot;&quot;,&quot;score&quot;:&quot;0&quot;,&quot;starsonly&quot;:&quot;&quot;,&quot;best&quot;:&quot;5&quot;,&quot;gap&quot;:&quot;5&quot;,&quot;greet&quot;:&quot;Vous avez aim\u00e9 cet article ?&quot;,&quot;legend&quot;:&quot;0\\\/5 - (0 vote)&quot;,&quot;size&quot;:&quot;24&quot;,&quot;title&quot;:&quot;Checklist : pr\u00e9parez la rentr\u00e9e au coll\u00e8ge ! \ud83d\udcaa&quot;,&quot;width&quot;:&quot;0&quot;,&quot;_legend&quot;:&quot;{score}\\\/{best} - ({count} {votes})&quot;,&quot;font_factor&quot;:&quot;1.25&quot;}'>\n            \n<div class=\"kksr-stars\">\n    \n<div class=\"kksr-stars-inactive\">\n            <div class=\"kksr-star\" data-star=\"1\" style=\"padding-right: 5px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" data-star=\"2\" style=\"padding-right: 5px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" data-star=\"3\" style=\"padding-right: 5px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" data-star=\"4\" style=\"padding-right: 5px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" data-star=\"5\" style=\"padding-right: 5px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n    <\/div>\n    \n<div class=\"kksr-stars-active\" style=\"width: 0px;\">\n            <div class=\"kksr-star\" style=\"padding-right: 5px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" style=\"padding-right: 5px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" style=\"padding-right: 5px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" style=\"padding-right: 5px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" style=\"padding-right: 5px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n                \n\n<div class=\"kksr-legend\" style=\"font-size: 19.2px;\">\n            <span class=\"kksr-muted\">Vous avez aim\u00e9 cet article ?<\/span>\n    <\/div>\n    <\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":346,"featured_media":271541,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":true,"footnotes":""},"category":[15,17,20],"tag":[],"class_list":["post-269090","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-toolbox","category-ebooks-parents","category-scolarite"],"acf":[],"_links":{"self":[{"href":"https:\/\/sherpas.com\/blog\/parents\/wp-json\/wp\/v2\/posts\/269090","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sherpas.com\/blog\/parents\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sherpas.com\/blog\/parents\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sherpas.com\/blog\/parents\/wp-json\/wp\/v2\/users\/346"}],"replies":[{"embeddable":true,"href":"https:\/\/sherpas.com\/blog\/parents\/wp-json\/wp\/v2\/comments?post=269090"}],"version-history":[{"count":0,"href":"https:\/\/sherpas.com\/blog\/parents\/wp-json\/wp\/v2\/posts\/269090\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sherpas.com\/blog\/parents\/wp-json\/wp\/v2\/media\/271541"}],"wp:attachment":[{"href":"https:\/\/sherpas.com\/blog\/parents\/wp-json\/wp\/v2\/media?parent=269090"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sherpas.com\/blog\/parents\/wp-json\/wp\/v2\/category?post=269090"},{"taxonomy":"tag","embeddable":true,"href":"https:\/\/sherpas.com\/blog\/parents\/wp-json\/wp\/v2\/tag?post=269090"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}