diff --git a/src/assets/icons/visu/exploration/validMark.svg b/src/assets/icons/visu/exploration/validMark.svg
new file mode 100644
index 0000000000000000000000000000000000000000..5b382fc22abc25c3b2fab259d0d6b6246a8c916a
--- /dev/null
+++ b/src/assets/icons/visu/exploration/validMark.svg
@@ -0,0 +1,38 @@
+<svg width="132" height="146" viewBox="0 0 132 146" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path fill-rule="evenodd" clip-rule="evenodd" d="M62.2415 5.34541L66 3L69.7585 5.34541C83.5031 13.9223 98.1401 18.9726 114.605 19.697L120.989 19.9779L121.388 26.3678C121.507 28.2645 121.63 30.1515 121.752 32.0276L121.752 32.0302C123.071 52.2276 124.308 71.1711 118.759 87.4954C112.361 106.316 97.5201 120.674 68.5848 131.989L66 133L63.4152 131.989C34.4799 120.674 19.6388 106.316 13.2413 87.4954C7.69228 71.1711 8.92899 52.2276 10.2476 32.0302C10.3701 30.1532 10.4933 28.2653 10.6119 26.3678L11.0112 19.9779L17.3953 19.697C33.8599 18.9726 48.4969 13.9223 62.2415 5.34541ZM66 125.354C119.304 104.51 117.414 75.2206 114.634 32.1543C114.52 30.3968 114.405 28.6165 114.293 26.8128C96.4704 26.0287 80.6603 20.5397 66 11.3913C51.3397 20.5397 35.5296 26.0287 17.7072 26.8128C17.5945 28.6165 17.4796 30.3968 17.3662 32.1543C14.5865 75.2206 12.696 104.51 66 125.354Z" fill="url(#paint0_linear)"/>
+<g filter="url(#filter0_d)">
+<path d="M64.5171 124.767C65.4503 125.142 66.5494 125.142 67.4826 124.767C119.972 103.678 117.326 74.024 114.521 30.4074C114.39 28.3669 112.742 26.7542 110.703 26.5898C95.1844 25.3381 81.1925 20.4644 68.1317 12.6911C66.8191 11.9099 65.1807 11.9099 63.868 12.6911C50.8073 20.4644 36.8153 25.3381 21.2962 26.5898C19.2581 26.7542 17.6099 28.3669 17.4787 30.4074C14.6734 74.024 12.0274 103.678 64.5171 124.767Z" fill="url(#paint1_linear)"/>
+</g>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M97.4229 47.3553C99.4358 49.2457 99.5351 52.41 97.6447 54.4229L66.6532 87.4229C64.8503 89.3427 61.8672 89.5348 59.8329 87.8621L41.8244 73.0544C39.6914 71.3005 39.3841 68.1497 41.1379 66.0167C42.8918 63.8838 46.0426 63.5764 48.1756 65.3303L62.5684 77.1649L90.3553 47.5771C92.2457 45.5642 95.41 45.4649 97.4229 47.3553Z" fill="url(#paint2_linear)"/>
+<defs>
+<filter id="filter0_d" x="0.235382" y="0.10498" width="131.529" height="144.943" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
+<feFlood flood-opacity="0" result="BackgroundImageFix"/>
+<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
+<feOffset dy="4"/>
+<feGaussianBlur stdDeviation="8"/>
+<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.55 0"/>
+<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
+<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
+</filter>
+<linearGradient id="paint0_linear" x1="-30.002" y1="28.2193" x2="176.244" y2="87.03" gradientUnits="userSpaceOnUse">
+<stop offset="0.0896365" stop-color="#3E9596"/>
+<stop offset="0.283947" stop-color="#16A1A3"/>
+<stop offset="0.449352" stop-color="#35DFDF"/>
+<stop offset="0.579588" stop-color="#5EFFFF"/>
+<stop offset="0.657802" stop-color="#28C7D1"/>
+<stop offset="0.828125" stop-color="#016E71"/>
+</linearGradient>
+<linearGradient id="paint1_linear" x1="64.2892" y1="11.3916" x2="64.2892" y2="125.354" gradientUnits="userSpaceOnUse">
+<stop stop-color="#323339"/>
+<stop offset="1" stop-color="#25262B"/>
+</linearGradient>
+<linearGradient id="paint2_linear" x1="0.999993" y1="35.5" x2="131.46" y2="115.314" gradientUnits="userSpaceOnUse">
+<stop offset="0.0896365" stop-color="#3E9596"/>
+<stop offset="0.283947" stop-color="#16A1A3"/>
+<stop offset="0.449352" stop-color="#35DFDF"/>
+<stop offset="0.579588" stop-color="#5EFFFF"/>
+<stop offset="0.657802" stop-color="#28C7D1"/>
+<stop offset="0.828125" stop-color="#016E71"/>
+</linearGradient>
+</defs>
+</svg>
diff --git a/src/components/Challenge/ChallengeCardOnGoing.tsx b/src/components/Challenge/ChallengeCardOnGoing.tsx
index 5fb8dc1a6ff700432762ad5471f66162b82a1bdb..fd4efd31e6662bad94d44a4052fe7f0439011c04 100644
--- a/src/components/Challenge/ChallengeCardOnGoing.tsx
+++ b/src/components/Challenge/ChallengeCardOnGoing.tsx
@@ -24,6 +24,7 @@ import classNames from 'classnames'
 import { AppStore } from 'store'
 import { UserQuizState } from 'enum/userQuiz.enum'
 import ChallengeNoFluidModal from './ChallengeNoFluidModal'
+import { UserExplorationState } from 'enum/userExploration.enum'
 
 interface ChallengeCardOnGoingProps {
   userChallenge: UserChallenge
@@ -90,6 +91,10 @@ const ChallengeCardOnGoing: React.FC<ChallengeCardOnGoingProps> = ({
     if (userChallenge.progress.quizProgress !== 5)
       history.push('/challenges/quiz')
   }
+  const goExploration = () => {
+    if (userChallenge.progress.explorationProgress !== 5)
+      history.push('/challenges/exploration')
+  }
 
   useEffect(() => {
     let subscribed = true
@@ -154,7 +159,7 @@ const ChallengeCardOnGoing: React.FC<ChallengeCardOnGoingProps> = ({
         className={classNames('smallCard', {
           ['finished']: userChallenge.progress.explorationProgress === 5,
         })}
-        onClick={winStars}
+        onClick={goExploration}
       >
         <StyledIcon
           className="cardIcon"
diff --git a/src/components/Ecogesture/ecogestureCard.scss b/src/components/Ecogesture/ecogestureCard.scss
index 34fa1a3ac46622f013bd1e1b5fc92e35bc5a3079..2f32bfb13f0e52ad469419cc8fcd980d1037c154 100644
--- a/src/components/Ecogesture/ecogestureCard.scss
+++ b/src/components/Ecogesture/ecogestureCard.scss
@@ -28,7 +28,7 @@
     flex-direction: column;
     align-items: center;
     justify-content: space-around;
-    padding: 1rem;
+    padding: 0;
     &.ec-content-unlocked {
       padding: 0.4rem 0;
     }
diff --git a/src/components/Exploration/ExplorationError.spec.tsx b/src/components/Exploration/ExplorationError.spec.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..139e356c404bb284dc6ee9646010033bf287aa70
--- /dev/null
+++ b/src/components/Exploration/ExplorationError.spec.tsx
@@ -0,0 +1,20 @@
+import React from 'react'
+import { shallow } from 'enzyme'
+import ExplorationError from 'components/Exploration/ExplorationError'
+
+jest.mock('cozy-ui/transpiled/react/I18n', () => {
+  return {
+    useI18n: jest.fn(() => {
+      return {
+        t: (str: string) => str,
+      }
+    }),
+  }
+})
+
+describe('ExplorationError component', () => {
+  it('should be rendered correctly', () => {
+    const component = shallow(<ExplorationError />).getElement
+    expect(component).toMatchSnapshot()
+  })
+})
diff --git a/src/components/Exploration/ExplorationError.tsx b/src/components/Exploration/ExplorationError.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..8214e79ab6683dc5e3b3bfa360f80a75df8599f0
--- /dev/null
+++ b/src/components/Exploration/ExplorationError.tsx
@@ -0,0 +1,29 @@
+import React, { useCallback } from 'react'
+import { useI18n } from 'cozy-ui/transpiled/react/I18n'
+import { useHistory } from 'react-router-dom'
+import './explorationError.scss'
+import StyledStopButton from 'components/CommonKit/Button/StyledStopButton'
+
+const ExplorationError: React.FC = () => {
+  const { t } = useI18n()
+  const history = useHistory()
+
+  const goBack = useCallback(() => {
+    history.goBack()
+  }, [history])
+
+  return (
+    <div className="exploration-error-container">
+      <div className="exploration-error-message">
+        {t('exploration.global_error')}
+      </div>
+      <div className="exploration-error-button">
+        <StyledStopButton color="secondary" onClick={goBack}>
+          {t('exploration.go_back')}
+        </StyledStopButton>
+      </div>
+    </div>
+  )
+}
+
+export default ExplorationError
diff --git a/src/components/Exploration/ExplorationOngoing.spec.tsx b/src/components/Exploration/ExplorationOngoing.spec.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..be95612259d81b74c1adcf6768ad0491cb3dd588
--- /dev/null
+++ b/src/components/Exploration/ExplorationOngoing.spec.tsx
@@ -0,0 +1,59 @@
+import React from 'react'
+import { mount } from 'enzyme'
+import { Provider } from 'react-redux'
+import configureStore from 'redux-mock-store'
+import ExplorationOngoing from 'components/Exploration/ExplorationOngoing'
+import { globalStateData } from '../../../test/__mocks__/globalStateData.mock'
+import { userChallengeData } from '../../../test/__mocks__/userChallengeData.mock'
+import { challengeStateData } from '../../../test/__mocks__/challengeStateData.mock'
+
+jest.mock('cozy-ui/transpiled/react/I18n', () => {
+  return {
+    useI18n: jest.fn(() => {
+      return {
+        t: (str: string) => str,
+      }
+    }),
+  }
+})
+
+const mockUserChallengeUpdateFlag = jest.fn()
+const mockIsChallengeDone = jest.fn()
+jest.mock('services/challenge.service', () => {
+  return jest.fn(() => {
+    return {
+      updateUserChallenge: mockUserChallengeUpdateFlag,
+      isChallengeDone: mockIsChallengeDone,
+    }
+  })
+})
+
+const mockHistoryPush = jest.fn()
+jest.mock('react-router-dom', () => ({
+  ...jest.requireActual('react-router-dom'),
+  useHistory: () => ({
+    push: mockHistoryPush,
+  }),
+}))
+
+const mockStore = configureStore([])
+
+describe('ExplorationOngoing component', () => {
+  it('should be rendered correctly', () => {
+    const store = mockStore({
+      ecolyo: {
+        global: globalStateData,
+        challenge: challengeStateData,
+      },
+    })
+    const wrapper = mount(
+      <Provider store={store}>
+        <ExplorationOngoing userChallenge={userChallengeData[0]} />
+      </Provider>
+    )
+    expect(wrapper.find('.exploration-explanation').text()).toEqual(
+      userChallengeData[1].exploration.description
+    )
+    expect(wrapper.find('.button-start').exists()).toBeTruthy()
+  })
+})
diff --git a/src/components/Exploration/ExplorationOngoing.tsx b/src/components/Exploration/ExplorationOngoing.tsx
new file mode 100644
index 0000000000000000000000000000000000000000..1fc5f86812325bcf8d83bb8364849a854a5ba97d
--- /dev/null
+++ b/src/components/Exploration/ExplorationOngoing.tsx
@@ -0,0 +1,120 @@
+import React, { useCallback } from 'react'
+import { useHistory } from 'react-router-dom'
+import './explorationOngoing.scss'
+import { Client, useClient } from 'cozy-client'
+import { useI18n } from 'cozy-ui/transpiled/react/I18n'
+import { useDispatch } from 'react-redux'
+
+import { UserChallenge } from 'models'
+import { UserChallengeUpdateFlag } from 'enum/userChallenge.enum'
+import StyledStopButton from 'components/CommonKit/Button/StyledStopButton'
+import StarsContainer from 'components/Challenge/StarsContainer'
+import StyledIcon from 'components/CommonKit/Icon/StyledIcon'
+import {
+  UserExplorationState,
+  UserExplorationType,
+} from 'enum/userExploration.enum'
+import ChallengeService from 'services/challenge.service'
+import { updateUserChallengeList } from 'store/challenge/challenge.actions'
+import explorationIcon from 'assets/icons/visu/exploration/validMark.svg'
+
+interface ExplorationOngoingProps {
+  userChallenge: UserChallenge
+}
+
+const ExplorationOngoing: React.FC<ExplorationOngoingProps> = ({
+  userChallenge,
+}: ExplorationOngoingProps) => {
+  const client: Client = useClient()
+  const { t } = useI18n()
+  const dispatch = useDispatch()
+  const history = useHistory()
+  const goBack = useCallback(() => {
+    history.goBack()
+  }, [history])
+  const startExploration = async () => {
+    if (userChallenge.exploration.state !== UserExplorationState.ONGOING) {
+      const challengeService = new ChallengeService(client)
+      const updatedChallenge = await challengeService.updateUserChallenge(
+        userChallenge,
+        UserChallengeUpdateFlag.EXPLORATION_START
+      )
+      dispatch(updateUserChallengeList(updatedChallenge))
+    }
+    history.push('/challenges')
+  }
+
+  const validExploration = async () => {
+    const challengeService = new ChallengeService(client)
+    const updatedChallenge = await challengeService.updateUserChallenge(
+      userChallenge,
+      UserChallengeUpdateFlag.EXPLORATION_DONE
+    )
+    dispatch(updateUserChallengeList(updatedChallenge))
+    history.push('/challenges')
+  }
+  const renderButton = () => {
+    switch (userChallenge.exploration.type) {
+      case UserExplorationType.DECLARATIVE:
+        return (
+          <div className="button-start">
+            <StyledStopButton color="secondary" onClick={validExploration}>
+              {t('exploration.already_done')}
+            </StyledStopButton>
+            <StyledStopButton color="secondary" onClick={goBack}>
+              {t('exploration.come_back')}
+            </StyledStopButton>
+          </div>
+        )
+      case UserExplorationType.ECOGESTURE:
+        return (
+          <div className="button-start">
+            <StyledStopButton color="secondary" onClick={startExploration}>
+              {t('exploration.watch_ecogesture')}
+            </StyledStopButton>
+          </div>
+        )
+      case UserExplorationType.ACTION:
+        return (
+          <div className="button-start">
+            <StyledStopButton color="secondary" onClick={startExploration}>
+              {t('exploration.start')}
+            </StyledStopButton>
+          </div>
+        )
+      case UserExplorationType.CONSUMPTION:
+        return (
+          <div className="button-start">
+            <StyledStopButton color="secondary" onClick={startExploration}>
+              {t('exploration.watch_consumption')}
+            </StyledStopButton>
+          </div>
+        )
+    }
+  }
+
+  return (
+    <>
+      <div className="exploration-container">
+        <div className="exploration-begin-container">
+          <StyledIcon
+            className="exploration-icon"
+            icon={explorationIcon}
+            size={180}
+          />
+          <StarsContainer
+            result={userChallenge.progress.explorationProgress}
+            isQuizBegin={true}
+          />
+
+          <div className="exploration-explanation text-18-bold">
+            {userChallenge.exploration.description}
+          </div>
+          {renderButton()}
+        </div>
+      </div>
+    </>
+  )
+}
+
+export default ExplorationOngoing
diff --git a/src/components/Exploration/ExplorationView.tsx b/src/components/Exploration/ExplorationView.tsx
index 5795a34b93149619025ef87edd7462ce52ab983d..b963647b61ed4259b2c14ef9262545e91c96f350 100644
--- a/src/components/Exploration/ExplorationView.tsx
+++ b/src/components/Exploration/ExplorationView.tsx
@@ -1,50 +1,53 @@
-import React, { useCallback, useState } from 'react'
-import { useSelector } from 'react-redux'
-import { AppStore } from 'store'
-import CozyBar from 'components/Header/CozyBar'
-import Content from 'components/Content/Content'
-import Header from 'components/Header/Header'
-import { UserExplorationState } from 'enum/userExploration.enum'
-import { UserChallenge } from 'models'
-import ExplorationFinished from './ExplorationFinished'
-
-const ExplorationView: React.FC = () => {
-  const [headerHeight, setHeaderHeight] = useState<number>(0)
-  const { currentChallenge } = useSelector(
-    (state: AppStore) => state.ecolyo.challenge
-  )
-
-  const defineHeaderHeight = useCallback((height: number) => {
-    setHeaderHeight(height)
-  }, [])
-
-  const renderExploration = (challenge: UserChallenge) => {
-    switch (challenge.exploration.state) {
-      case UserExplorationState.ONGOING:
-        return 'ExplorationOngoing'
-      case UserExplorationState.DONE:
-        return <ExplorationFinished userChallenge={challenge} />
-      default:
-        return 'ExplorationOnGoing'
-    }
-  }
-
-  return (
-    <>
-      <CozyBar
-        titleKey={'COMMON.APP_EXPLORATION_TITLE'}
-        displayBackArrow={true}
-      />
-      <Header
-        setHeaderHeight={defineHeaderHeight}
-        desktopTitleKey={'COMMON.APP_EXPLORATION_TITLE'}
-        displayBackArrow={true}
-      ></Header>
-      <Content height={headerHeight}>
-        {currentChallenge && renderExploration(currentChallenge)}
-      </Content>
-    </>
-  )
-}
-
-export default ExplorationView
+import React, { useCallback, useState } from 'react'
+import { useSelector } from 'react-redux'
+import { AppStore } from 'store'
+import CozyBar from 'components/Header/CozyBar'
+import Content from 'components/Content/Content'
+import Header from 'components/Header/Header'
+import { UserExplorationState } from 'enum/userExploration.enum'
+import { UserChallenge } from 'models'
+import ExplorationOngoing from './ExplorationOngoing'
+import ExplorationError from './ExplorationError'
+import ExplorationFinished from './ExplorationFinished'
+
+const ExplorationView: React.FC = () => {
+  const [headerHeight, setHeaderHeight] = useState<number>(0)
+  const { currentChallenge } = useSelector(
+    (state: AppStore) => state.ecolyo.challenge
+  )
+
+  const defineHeaderHeight = useCallback((height: number) => {
+    setHeaderHeight(height)
+  }, [])
+
+  const renderExploration = (challenge: UserChallenge) => {
+    switch (challenge.exploration.state) {
+      case UserExplorationState.UNLOCKED:
+      case UserExplorationState.ONGOING:
+        return <ExplorationOngoing userChallenge={challenge} />
+      case UserExplorationState.DONE:
+        return <ExplorationFinished userChallenge={challenge} />
+      default:
+        return <ExplorationError />
+    }
+  }
+
+  return (
+    <>
+      <CozyBar
+        titleKey={'COMMON.APP_EXPLORATION_TITLE'}
+        displayBackArrow={true}
+      />
+      <Header
+        setHeaderHeight={defineHeaderHeight}
+        desktopTitleKey={'COMMON.APP_EXPLORATION_TITLE'}
+        displayBackArrow={true}
+      ></Header>
+      <Content height={headerHeight}>
+        {currentChallenge && renderExploration(currentChallenge)}
+      </Content>
+    </>
+  )
+}
+
+export default ExplorationView
diff --git a/src/components/Exploration/__snapshots__/ExplorationError.spec.tsx.snap b/src/components/Exploration/__snapshots__/ExplorationError.spec.tsx.snap
new file mode 100644
index 0000000000000000000000000000000000000000..0a84c75a215fe1573be84f848d393de35ebaa1cd
--- /dev/null
+++ b/src/components/Exploration/__snapshots__/ExplorationError.spec.tsx.snap
@@ -0,0 +1,3 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`ExplorationError component should be rendered correctly 1`] = `[Function]`;
diff --git a/src/components/Exploration/explorationError.scss b/src/components/Exploration/explorationError.scss
new file mode 100644
index 0000000000000000000000000000000000000000..de5b9d02f9676afbd041a997cdf0cf52f2e0968d
--- /dev/null
+++ b/src/components/Exploration/explorationError.scss
@@ -0,0 +1,19 @@
+@import '../../styles/base/typography';
+
+.exploration-error-container{
+  display: flex;
+  min-height: 60vh;
+  flex-direction: column;
+  align-items: center;
+  justify-content: center;
+  padding: 1rem 1.5rem;
+  color: $grey-bright;
+}
+.exploration-error-message{
+  margin-top: 3rem;
+  text-align: center;
+}
+.exploration-error-button{
+  margin-top: 3rem;
+  width: 7.5rem;
+}
\ No newline at end of file
diff --git a/src/components/Exploration/explorationOngoing.scss b/src/components/Exploration/explorationOngoing.scss
new file mode 100644
index 0000000000000000000000000000000000000000..358e9ab031c80ea3cc26367c6ce3a894c72c5203
--- /dev/null
+++ b/src/components/Exploration/explorationOngoing.scss
@@ -0,0 +1,47 @@
+@import '../../styles/base/color';
+@import '../../styles/base/breakpoint';
+
+.exploration-container {
+  display: flex;
+  flex-direction: column;
+  justify-content: center;
+  align-items: center;
+}
+.exploration-begin-container {
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  justify-content: space-around;
+  margin: 2rem 1rem;
+  padding: 1rem;
+  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.55);
+  border-radius: 4px;
+  transition: all 300ms ease;
+  color: $white;
+  background: linear-gradient(180deg, #323339 0%, #25262b 100%);
+  height: 70vh;
+  text-align: center;
+  @media (min-width: $width-large-phone) {
+    width: 75%;
+    height: 100%;
+  }
+  @media (min-width: $width-large-desktop) {
+    max-width: 40%;
+    padding: 0.5rem 1rem 2rem;
+  }
+  .btn-start {
+    margin-top: auto;
+    border-color: $grey-bright;
+  }
+  .exploration-icon-stars {
+    margin-top: -4rem;
+  }
+  .exploration-explanation {
+    margin-bottom: 2rem;
+    line-height: 24px;
+    padding: 1rem;
+    @media (min-width: $width-large-desktop) {
+      padding: 0rem 2rem;
+    }
+  }
+}
diff --git a/src/components/Exploration/explorationView.scss b/src/components/Exploration/explorationView.scss
new file mode 100644
index 0000000000000000000000000000000000000000..6708d11d3c270338fc2f69a8bb15f815da5b7134
--- /dev/null
+++ b/src/components/Exploration/explorationView.scss
@@ -0,0 +1 @@
+@import '../../styles/base/typography';
\ No newline at end of file
diff --git a/src/db/explorationEntity.json b/src/db/explorationEntity.json
index 2a6b8b850f5b779a60dde342f7271993a41c07f8..3d51874d396c93c27f13b274211fb978e2965efe 100644
--- a/src/db/explorationEntity.json
+++ b/src/db/explorationEntity.json
@@ -2,11 +2,11 @@
   {
     "_id": "EXPLORATION001",
     "state": 0,
-    "description": "Consultez 3 fois Ecolyo",
-    "target": 3,
-    "type": 0,
+    "description": "Consultez l'écogeste \"Chat échaudé\"",
+    "target": 1,
+    "type": 3,
     "date": null,
-    "ecogesture_id": "",
+    "ecogesture_id": "0032",
     "fluid_condition": [],
     "priority_by_condition": 1,
     "message_success": "Vous vous êtes connecté 3 fois à Ecolyo"
@@ -14,11 +14,11 @@
   {
     "_id": "EXPLORATION002",
     "state": 0,
-    "description": "Consultez l'écogeste \"Chat échaudé\"",
+    "description": "Allez voir vos consommations par an",
     "target": 1,
-    "type": 3,
+    "type": 2,
     "date": null,
-    "ecogesture_id": "0032",
+    "ecogesture_id": "",
     "fluid_condition": [],
     "priority_by_condition": 1,
     "message_success": "vous avez consulté l'écogeste"
@@ -38,8 +38,8 @@
   {
     "_id": "EXPLORATION004",
     "state": 0,
-    "description": "Allez voir vos consommations par an",
-    "target": 1,
+    "description": "Consultez 3 fois Ecolyo",
+    "target": 3,
     "type": 1,
     "date": null,
     "ecogesture_id": "",
@@ -64,7 +64,7 @@
     "state": 0,
     "description": "Dévérrouillez les données électricité à la demi-heure",
     "target": 1,
-    "type": 1,
+    "type": 0,
     "date": null,
     "ecogesture_id": "",
     "fluid_condition": [0],
diff --git a/src/locales/fr.json b/src/locales/fr.json
index 1ae942262b469dabb3f656a20c1aa0aac78dc95f..777daa0daa76806ec1b28c704aeec0e03ac411e7 100644
--- a/src/locales/fr.json
+++ b/src/locales/fr.json
@@ -383,6 +383,13 @@
     "consumption_question": "Question sur votre consommation"
   },
   "exploration": {
+    "global_error": "Oups.. Une erreur est parvenue. Veuillez retourner à l'écran des défis",
+    "go_back": "Retour",
+    "already_done": "C’est déjà fait !",
+    "come_back": "Je reviens quand ce sera fait",
+    "watch_ecogesture": "Je vais voir cet écogeste",
+    "start": "C'est parti !",
+    "watch_consumption": "Je fonce",
     "congratulation": "Bravo !",
     "earn": "Vous remportez",
     "confirm": "Ok"
diff --git a/src/services/exploration.service.ts b/src/services/exploration.service.ts
index f54dabb5d01aabef9eb3c7d56d2735e4b2895d31..75a235595cb3d30697bbb9fa050be432f382d3bb 100644
--- a/src/services/exploration.service.ts
+++ b/src/services/exploration.service.ts
@@ -144,7 +144,7 @@ export default class ExplorationService {
     const updatedUserExploration: UserExploration = {
       ...userExploration,
       state: UserExplorationState.DONE,
-      progress: userExploration.type === UserExplorationType.ACTION ? 3 : 1,
+      progress: 5, //userExploration.type === UserExplorationType.ACTION ? 3 : 1,
     }
     return updatedUserExploration
   }
diff --git a/test/__mocks__/explorationData.mock.ts b/test/__mocks__/explorationData.mock.ts
index 6e2d6255eea19bca298978077a64f057f9e2da6d..94eda9cf8926d68effb928a3ddfb94f36ff4828e 100644
--- a/test/__mocks__/explorationData.mock.ts
+++ b/test/__mocks__/explorationData.mock.ts
@@ -143,7 +143,7 @@ export const UserExplorationDone: UserExploration = {
   ecogesture_id: '',
   fluid_condition: [],
   priority_by_condition: 1,
-  progress: 3,
+  progress: 5,
   message_success: 'Vous vous êtes connecté 3 fois à Ecolyo',
 }