Anim pariatur cliche reprehenderit,
+ enim eiusmod high life accusamus terry richardson ad squid. 3 wolf
+ moon officia aute, non cupidatat test focus 1 skateboard dolor brunch. Food
+ truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor,
+ sunt aliqua put a bird on it squid single-origin coffee nulla
+ assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer
+ labore wes anderson cred nesciunt test focus 2 sapiente ea proident. Ad vegan
+ excepteur butcher vice lomo. Leggings occaecat craft beer
+ farm-to-table, raw denim aesthetic synth nesciunt you probably
+ haven't heard of them accusamus labore sustainable VHS.
Anim pariatur cliche reprehenderit,
+ enim eiusmod high life accusamus terry richardson ad squid. 3 wolf
+ moon officia aute, non cupidatat skateboard dolor brunch. Food
+ truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor,
+ sunt aliqua put a bird on it squid single-origin coffee nulla
+ assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer
+ labore wes anderson cred nesciunt sapiente ea proident. Ad vegan test focus 3
+ excepteur butcher vice lomo. Leggings occaecat craft beer
+ farm-to-table, raw denim aesthetic synth nesciunt you probably
+ haven't heard of them accusamus labore sustainable VHS.
Anim pariatur cliche reprehenderit,
+ enim eiusmod high life accusamus terry richardson ad squid. 3 wolf
+ moon officia aute, non cupidatat skateboard dolor brunch. Food
+ truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor,
+ sunt aliqua put a bird on it squid single-origin coffee nulla
+ assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer
+ labore wes anderson cred nesciunt sapiente ea proident. Ad vegan
+ excepteur butcher vice lomo. Leggings occaecat craft beer
+ farm-to-table, raw denim aesthetic synth nesciunt you probably
+ haven't heard of them accusamus labore sustainable VHS.
+
+
+
+{% endexample %}
+
+### Orange version
+
+{% example html %}
+
Anim pariatur cliche reprehenderit,
+ enim eiusmod high life accusamus terry richardson ad squid. 3 wolf
+ moon officia aute, non cupidatat test focus 1 skateboard dolor brunch. Food
+ truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor,
+ sunt aliqua put a bird on it squid single-origin coffee nulla
+ assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer
+ labore wes anderson cred nesciunt test focus 2 sapiente ea proident. Ad vegan
+ excepteur butcher vice lomo. Leggings occaecat craft beer
+ farm-to-table, raw denim aesthetic synth nesciunt you probably
+ haven't heard of them accusamus labore sustainable VHS.
Anim pariatur cliche reprehenderit,
+ enim eiusmod high life accusamus terry richardson ad squid. 3 wolf
+ moon officia aute, non cupidatat skateboard dolor brunch. Food
+ truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor,
+ sunt aliqua put a bird on it squid single-origin coffee nulla
+ assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer
+ labore wes anderson cred nesciunt sapiente ea proident. Ad vegan test focus 3
+ excepteur butcher vice lomo. Leggings occaecat craft beer
+ farm-to-table, raw denim aesthetic synth nesciunt you probably
+ haven't heard of them accusamus labore sustainable VHS.
Anim pariatur cliche reprehenderit,
+ enim eiusmod high life accusamus terry richardson ad squid. 3 wolf
+ moon officia aute, non cupidatat skateboard dolor brunch. Food
+ truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor,
+ sunt aliqua put a bird on it squid single-origin coffee nulla
+ assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer
+ labore wes anderson cred nesciunt sapiente ea proident. Ad vegan
+ excepteur butcher vice lomo. Leggings occaecat craft beer
+ farm-to-table, raw denim aesthetic synth nesciunt you probably
+ haven't heard of them accusamus labore sustainable VHS.
+
+
+
+{% endexample %}
\ No newline at end of file
diff --git a/docs-orange/components/orange-footer.md b/docs-orange/components/orange-footer.md
new file mode 100644
index 0000000000..1518ae72c6
--- /dev/null
+++ b/docs-orange/components/orange-footer.md
@@ -0,0 +1,99 @@
+---
+layout: docs
+title: Orange footer
+group: components
+---
+
+Structure it with `o-footer` class and `o-footer-top` & `o-footer-bottom` to obtain two different parts. On top part, with bootstrap classes (`col-*`), you can have 6 columns to diplay content. Put an `ul` (or `ol`) to obtain one colum. The first element of each column need to be an header tag (`hx`) and it will be displayed in bold. On the bottom part, just put an `ul` (or `ol`) list to have more information links (disclaimer etc). These links will be center on the page and displayed in line.
+
+According to the brand, Orange pages need to have only black footer.
+
+{% example html %}
+
+{% endexample %}
\ No newline at end of file
diff --git a/docs-orange/components/orange-forms.md b/docs-orange/components/orange-forms.md
new file mode 100644
index 0000000000..05633fa691
--- /dev/null
+++ b/docs-orange/components/orange-forms.md
@@ -0,0 +1,10 @@
+---
+layout: docs
+title: Orange forms
+group: components
+---
+
+### Title
+
+{% example html %}
+{% endexample %}
\ No newline at end of file
diff --git a/docs-orange/components/orange-megamenu.md b/docs-orange/components/orange-megamenu.md
new file mode 100644
index 0000000000..24094058ed
--- /dev/null
+++ b/docs-orange/components/orange-megamenu.md
@@ -0,0 +1,167 @@
+---
+layout: docs
+title: Orange megamenu
+group: components
+---
+
+Add the `.mega-menu` class to the nav tag, `.nav-menu` onto the nav links container. Each item with a sub menu will have the same classes as the [dropdowns](/components/dropdowns/)
+
+{% example html %}
+
+
+
+{% endexample %}
\ No newline at end of file
diff --git a/docs-orange/components/orange-modal.md b/docs-orange/components/orange-modal.md
new file mode 100644
index 0000000000..35273a59ef
--- /dev/null
+++ b/docs-orange/components/orange-modal.md
@@ -0,0 +1,10 @@
+---
+layout: docs
+title: Orange modal
+group: components
+---
+
+### Title
+
+{% example html %}
+{% endexample %}
\ No newline at end of file
diff --git a/docs-orange/components/orange-pagination.md b/docs-orange/components/orange-pagination.md
new file mode 100644
index 0000000000..623c505117
--- /dev/null
+++ b/docs-orange/components/orange-pagination.md
@@ -0,0 +1,23 @@
+---
+layout: docs
+title: Orange pagination
+group: components
+---
+
+Provide pagination links Orange branded. [Orange Brand pagination](http://interaction.brand.orange.com/styleguides/web-guideline/navigating/pagination).
+
+Just replace the `.pagination` by `.o-pagination` to switch the display mode. The Orange pagination tool is usually displayed at the bottom of the listed data, but can also be duplicated at the top. Users can navigate page by page by using the ‘previous’ and ‘next’ links, or go to specific pages using the numbered links. The current page status must be highlighted within the pagination tool, so that the user can easily identify their location within the sequence.
+
+{% example html %}
+
+
Lorem ipsum dolor sit
+ amet, consectetur adipiscing elit. In iaculis volutpat quam, non
+ suscipit arcu accumsan at. Aliquam pellentesque.
+
Sed ut perspiciatis unde omnis iste natus error sit
+ voluptatem accusantium doloremque laudantium, totam rem aperiam,
+ eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
+ Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit,
+ sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.
+ Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur,
+ adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore
+ magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem
+ ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur?
+ Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil
+ molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?
+
+
At vero eos et accusamus et iusto odio dignissimos ducimus
+ qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas
+ molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa
+ qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem
+ rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est
+ eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus,
+ omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et
+ aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae
+ sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus,
+ ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus
+ asperiores repellat
+
+
Lorem ipsum dolor sit
+ amet, consectetur adipiscing elit. In iaculis volutpat quam, non
+ suscipit arcu accumsan at. Aliquam pellentesque.
+
+
+{% endexample %}
\ No newline at end of file
diff --git a/docs-orange/components/orange-stepbar.md b/docs-orange/components/orange-stepbar.md
new file mode 100644
index 0000000000..76de6a620d
--- /dev/null
+++ b/docs-orange/components/orange-stepbar.md
@@ -0,0 +1,51 @@
+---
+layout: docs
+title: Stepbar
+group: components
+---
+
+Indicate the current step within a sequential navigation.
+
+## Default stepbar
+
+Declare a list, each item need to contain a first `
` with class `.arrow` and attribute `aria-hidden="true"`, next add the correct css classes. Add the `o-wizard-step-bar` class on the `ul` element (root of your list). Then, to design steps, add `visited`, `on` or `next` classes if yout want a visited step, the current step or a futur step. These classes are to be added to the list items (`li` tag).
+The number of steps can be adjusted using the special attribute `data-step` (present on the `ul` tag of the component). 5 steps max.
+
+{% example html %}
+
+{% endexample %}
\ No newline at end of file
diff --git a/docs-orange/components/orange-tables.md b/docs-orange/components/orange-tables.md
new file mode 100644
index 0000000000..42888e6f0d
--- /dev/null
+++ b/docs-orange/components/orange-tables.md
@@ -0,0 +1,10 @@
+---
+layout: docs
+title: Orange tables
+group: components
+---
+
+### Title
+
+{% example html %}
+{% endexample %}
\ No newline at end of file
diff --git a/docs-orange/examples/orange-news/index.html b/docs-orange/examples/orange-news/index.html
index 9169c8ca2a..e4eba1e400 100644
--- a/docs-orange/examples/orange-news/index.html
+++ b/docs-orange/examples/orange-news/index.html
@@ -132,11 +132,11 @@