{"id":41544,"date":"2023-11-24T23:19:46","date_gmt":"2023-11-24T23:19:46","guid":{"rendered":"https:\/\/discoverdouro.digiupdev.com\/registre"},"modified":"2024-02-16T10:35:13","modified_gmt":"2024-02-16T10:35:13","slug":"registre","status":"publish","type":"page","link":"https:\/\/discoverdouro.pt\/fr\/registre","title":{"rendered":"Registre"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"41544\" class=\"elementor elementor-41544 elementor-39994\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46c10bc e-con-full e-flex e-con e-parent\" data-id=\"46c10bc\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6120e46 e-con-full e-flex e-con e-child\" data-id=\"6120e46\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c94de3d e-con-full e-flex e-con e-child\" data-id=\"c94de3d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f9e810a elementor-widget elementor-widget-shortcode\" data-id=\"f9e810a\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n    <div class=\"discover__douro__register\" >\n\n        \n        \n        \n            <div class=\"step\">\n                \u00c9tape <span class=\"current\">1<\/span>\/2 \n            <\/div>\n\n            <h1>Cr\u00e9er un compte<\/h1>\n\n            <form method=\"POST\" class=\"discover__douro__form\" id=\"discover__douro__form\">\n                <input type=\"hidden\" name=\"action\" value=\"register\">\n\n                <div class=\"field\">\n                    <label for=\"name\" class=\"hidden\">\n                        Nom                    <\/label>\n                    <input type=\"name\" name=\"name\" required placeholder=\"Nom\" >\n                    <span><\/span>\n                <\/div>\n\n                <div class=\"field\">\n                    <label for=\"email\" class=\"hidden\">\n                        Email                    <\/label>\n                    <input type=\"email\" name=\"email\" required placeholder=\"Email\" >\n                    <span><\/span>\n\n                <\/div>\n\n                <div class=\"field\">\n                    <label for=\"password\" class=\"hidden\">\n                        Password                    <\/label>\n                    <input type=\"password\" name=\"password\" id=\"password\" required placeholder=\"Mot de passe\" >\n                    <small>Faites en sorte que votre mot-cl\u00e9 soit fort : au moins 6 caract\u00e8res, majuscules, minuscules et symboles.<\/small>\n                    <span><\/span>\n\n                <\/div>\n\n                <div class=\"field\">\n                    <label for=\"confirm_password\" class=\"hidden\">\n                        Confirmer le mot de passe                    <\/label>\n                    <input type=\"password\" name=\"confirm_password\" required placeholder=\"Confirmer le mot de passe\" >\n                    <span><\/span>\n\n                <\/div>\n\n                <div class=\"terms cta\">\n                    <p>Je suis d'accord avec <a href=\"https:\/\/discoverdouro.pt\/fr\/politica-de-privacidade\">Politique de Confidentialit\u00e9<\/a><\/p>\n                <\/div>\n\n                <input type=\"submit\" id=\"submit_button\" value=\"Cr\u00e9er un compte\" class=\"button\">\n\n            <\/form>\n\n\n                \n        \n    <\/div>\n\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery-validate\/1.19.1\/jquery.validate.min.js\"><\/script>\n    <script type=\"text\/javascript\">\n        jQuery(document).ready(function($) {\n\n            $.validator.addMethod('custom', function(value, element) {\n                return this.optional(element) || (value.match(\/[a-zA-Z]\/) && value.match(\/[0-9]\/));\n            },\n            'Le mot de passe doit contenir au moins un caract\u00e8re num\u00e9rique et un caract\u00e8re alphab\u00e9tique.');\n\n            $.validator.addMethod('symbol', function(value, element) {\n                return this.optional(element) || \/[_\\-!\\\"@;,.:#$%&]\/.test( value );\n            },\n            'Le mot de passe doit contenir au moins un symbole.');\n\n\n            $('#discover__douro__form').validate({\n                rules: {\n                    name: \"required\",\n                    email: {\n                        required: true,\n                        email: true\n                    },\n                    password: {\n                        required: true,\n                        minlength: 8,\n                        custom: true,\n                        symbol: true\n                    },\n                    confirm_password: {\n                        required: true,\n                        minlength: 8,\n                        equalTo: \"#password\"\n                    }\n                },\n                messages: {\n                    \n                },\n                submitHandler: function(form) {\n                    form.submit();\n                }\n            });\n\n        });\n\n    <\/script>\n\n    <style type=\"text\/css\">\n\n        .discover__douro__register {\n            max-width: 525px;\n        }\n\n        .discover__douro__register h1 {\n            font-family: 'Axiforma';\n            color: #384B98;\n\n            font-size: 32px;\n            font-style: normal;\n            font-weight: 500;\n            line-height: 42px; \/* 131.25% *\/\n            text-align: center;\n            margin-top: 66px;\n            margin-bottom: 60px;\n        }\n\n        .discover__douro__register .step {\n            color: #828282;\n\n            font-family: 'Axiforma';\n            font-size: 16px;\n            font-style: normal;\n            font-weight: 400;\n            line-height: 26px; \/* 162.5% *\/\n        }\n\n        .discover__douro__register .step span.current {\n            color: #384B98;\n            font-weight: 700;\n        }\n\n        .discover__douro__form {\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .discover__douro__form .field {\n            display: flex;\n            flex-direction: column;\n        }\n\n        .discover__douro__form .field span {\n            display: none;\n        }\n\n        .discover__douro__form .field small {\n            color: #828282;\n\n            font-family: 'Axiforma';\n            font-size: 14px;\n            font-style: normal;\n            font-weight: 400;\n            line-height: 26px; \/* 185.714% *\/\n            margin-left: 10px;\n            margin-top: 16px;\n        }\n\n        .discover__douro__form label.hidden {\n            display: none;\n        }\n\n        .discover__douro__form label {\n            font-weight: 700;\n        }\n\n        .discover__douro__form input,\n        .discover__douro__form select {\n            width: 100%;\n\n            border-radius: 30px!important;\n            border: 1px solid #384B98!important;\n            padding: 9px 20px!important;\n\n            color: #828282;\n            font-family: 'Axiforma';\n            font-size: 16px!important;\n            font-style: normal;\n            font-weight: 400!important;\n            line-height: 26px; \/* 162.5% *\/\n        }\n\n        .discover__douro__form input.button {\n            border-radius: 30px;\n            background: #384B98;\n\n            color: #FFF;\n\n            font-family: 'Axiforma';\n            font-size: 16px;\n            font-style: normal;\n            font-weight: 400;\n            line-height: 26px; \/* 162.5% *\/\n        }\n\n        .discover__douro__form input.button:hover {\n            background: #fff;\n            color: #384B98;\n            cursor: pointer;\n        }\n\n        .forget__password {\n            margin-top: 24px;\n            margin-bottom: 48px;\n\n            text-align: center;\n        }\n\n        .forget__password a,\n        .discover__douro__register .terms {\n            color: #828282;\n\n            font-family: 'Axiforma';\n            font-size: 14px;\n            font-style: normal;\n            font-weight: 400;\n            line-height: 26px; \/* 185.714% *\/\n        }\n\n        .forget__password a,\n        .discover__douro__register .terms a {\n            text-decoration: underline;\n        }\n\n        .discover__douro__register hr {\n            border-top: 1px solid #384B98;\n        }\n\n        .discover__douro__register .terms {\n        }\n\n        .discover__douro__register .terms a {\n            color: #828282;\n            font-weight: 700;\n        }\n\n        .discover__douro__register .error_discover {\n            background-color: #C12F2F;\n            color: white;\n            padding: 5px 10px;\n\n            font-family: 'Axiforma';\n            font-size: 14px;\n            font-style: normal;\n            font-weight: 400;\n            line-height: 26px; \/* 185.714% *\/\n\n            display: flex;\n            vertical-align: middle;\n            gap: 10px;\n\n            border-radius: 5px;\n        }\n\n        label.error {\n            color: #C12F2F;\n            font-family: 'Axiforma';\n            font-size: 12px;\n            font-style: normal;\n            font-weight: 400;\n            line-height: 26px; \/* 185.714% *\/\n            margin-left: 20px;\n            margin-top: 0px;\n            display: block;\n        }\n\n        .cat {\n            margin: 4px;\n            background-color: #104068;\n            border-radius: 4px;\n            border: 1px solid #fff;\n            overflow: hidden;\n            float: left;\n        }\n\n        .cat label {\n            float: left; line-height: 3.0em;\n            height: 3.0em;\n        }\n\n        .cat label span {\n            text-align: center;\n            padding: 3px 0;\n            display: block;\n        }\n\n        .cat label input {\n            position: absolute;\n            display: none;\n            color: #fff !important;\n        }\n        \/* selects all of the text within the input element and changes the color of the text *\/\n        .cat label input + span{\n            color: #fff;\n            padding: 0px 10px;\n        }\n\n\n        \/* This will declare how a selected input will look giving generic properties *\/\n        .cat input:checked + span {\n            color: #ffffff;\n            text-shadow: 0 0  6px rgba(0, 0, 0, 0.8);\n            padding: 0px 10px;\n        }\n\n        input:checked + span{\n            background-color: #F75A1B;\n        }\n    <\/style>\n\n    \n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":40,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-41544","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Registre - Discover Douro<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/discoverdouro.pt\/fr\/registre\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Registre - Discover Douro\" \/>\n<meta property=\"og:url\" content=\"https:\/\/discoverdouro.pt\/fr\/registre\" \/>\n<meta property=\"og:site_name\" content=\"Discover Douro\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61555234744391\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-16T10:35:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/discoverdouro.pt\/wp-content\/uploads\/2024\/01\/Moncorvo_Praia-Fluvial-Foz-do-Sabor12-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1920\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@DiscoverDouro\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/discoverdouro.pt\/fr\/registre\",\"url\":\"https:\/\/discoverdouro.pt\/fr\/registre\",\"name\":\"Registre - Discover Douro\",\"isPartOf\":{\"@id\":\"https:\/\/discoverdouro.pt\/fr#website\"},\"datePublished\":\"2023-11-24T23:19:46+00:00\",\"dateModified\":\"2024-02-16T10:35:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/discoverdouro.pt\/fr\/registre#breadcrumb\"},\"inLanguage\":\"fr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/discoverdouro.pt\/fr\/registre\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/discoverdouro.pt\/fr\/registre#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/discoverdouro.pt\/fr\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Registre\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/discoverdouro.pt\/fr#website\",\"url\":\"https:\/\/discoverdouro.pt\/fr\",\"name\":\"Discover Douro\",\"description\":\"O Para\u00edso de Portugal\",\"publisher\":{\"@id\":\"https:\/\/discoverdouro.pt\/fr#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/discoverdouro.pt\/fr?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/discoverdouro.pt\/fr#organization\",\"name\":\"Discover Douro\",\"url\":\"https:\/\/discoverdouro.pt\/fr\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr\",\"@id\":\"https:\/\/discoverdouro.pt\/fr#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.discoverdouro.pt\/wp-content\/uploads\/2024\/01\/cropped-Icon_Discover.png\",\"contentUrl\":\"https:\/\/www.discoverdouro.pt\/wp-content\/uploads\/2024\/01\/cropped-Icon_Discover.png\",\"width\":512,\"height\":512,\"caption\":\"Discover Douro\"},\"image\":{\"@id\":\"https:\/\/discoverdouro.pt\/fr#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/profile.php?id=61555234744391\",\"https:\/\/x.com\/DiscoverDouro\",\"https:\/\/www.instagram.com\/discover.douro\",\"https:\/\/www.tiktok.com\/@discoverdouro\",\"https:\/\/www.linkedin.com\/company\/discover-douro\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Registre - Discover Douro","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/discoverdouro.pt\/fr\/registre","og_locale":"fr_FR","og_type":"article","og_title":"Registre - Discover Douro","og_url":"https:\/\/discoverdouro.pt\/fr\/registre","og_site_name":"Discover Douro","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=61555234744391","article_modified_time":"2024-02-16T10:35:13+00:00","og_image":[{"width":2560,"height":1920,"url":"https:\/\/discoverdouro.pt\/wp-content\/uploads\/2024\/01\/Moncorvo_Praia-Fluvial-Foz-do-Sabor12-scaled.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@DiscoverDouro","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/discoverdouro.pt\/fr\/registre","url":"https:\/\/discoverdouro.pt\/fr\/registre","name":"Registre - Discover Douro","isPartOf":{"@id":"https:\/\/discoverdouro.pt\/fr#website"},"datePublished":"2023-11-24T23:19:46+00:00","dateModified":"2024-02-16T10:35:13+00:00","breadcrumb":{"@id":"https:\/\/discoverdouro.pt\/fr\/registre#breadcrumb"},"inLanguage":"fr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/discoverdouro.pt\/fr\/registre"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/discoverdouro.pt\/fr\/registre#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/discoverdouro.pt\/fr"},{"@type":"ListItem","position":2,"name":"Registre"}]},{"@type":"WebSite","@id":"https:\/\/discoverdouro.pt\/fr#website","url":"https:\/\/discoverdouro.pt\/fr","name":"Discover Douro","description":"O Para\u00edso de Portugal","publisher":{"@id":"https:\/\/discoverdouro.pt\/fr#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/discoverdouro.pt\/fr?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr"},{"@type":"Organization","@id":"https:\/\/discoverdouro.pt\/fr#organization","name":"Discover Douro","url":"https:\/\/discoverdouro.pt\/fr","logo":{"@type":"ImageObject","inLanguage":"fr","@id":"https:\/\/discoverdouro.pt\/fr#\/schema\/logo\/image\/","url":"https:\/\/www.discoverdouro.pt\/wp-content\/uploads\/2024\/01\/cropped-Icon_Discover.png","contentUrl":"https:\/\/www.discoverdouro.pt\/wp-content\/uploads\/2024\/01\/cropped-Icon_Discover.png","width":512,"height":512,"caption":"Discover Douro"},"image":{"@id":"https:\/\/discoverdouro.pt\/fr#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61555234744391","https:\/\/x.com\/DiscoverDouro","https:\/\/www.instagram.com\/discover.douro","https:\/\/www.tiktok.com\/@discoverdouro","https:\/\/www.linkedin.com\/company\/discover-douro\/"]}]}},"_links":{"self":[{"href":"https:\/\/discoverdouro.pt\/fr\/wp-json\/wp\/v2\/pages\/41544","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/discoverdouro.pt\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/discoverdouro.pt\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/discoverdouro.pt\/fr\/wp-json\/wp\/v2\/users\/40"}],"replies":[{"embeddable":true,"href":"https:\/\/discoverdouro.pt\/fr\/wp-json\/wp\/v2\/comments?post=41544"}],"version-history":[{"count":7,"href":"https:\/\/discoverdouro.pt\/fr\/wp-json\/wp\/v2\/pages\/41544\/revisions"}],"predecessor-version":[{"id":49380,"href":"https:\/\/discoverdouro.pt\/fr\/wp-json\/wp\/v2\/pages\/41544\/revisions\/49380"}],"wp:attachment":[{"href":"https:\/\/discoverdouro.pt\/fr\/wp-json\/wp\/v2\/media?parent=41544"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}