\documentclass[a4paper,12pt,twoside]{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{setspace}
\usepackage{titlesec}
\usepackage[default,scale=0.95]{opensans}
\usepackage[T1]{fontenc}
\usepackage[hratio=1:1,headheight=15pt,footskip=53pt]{geometry}
\definecolor{mycolor}{rgb}{0.62, 0.72, 0.77}

\titleformat{\section}
{\color{mycolor}\normalfont\huge\bfseries}
{\color{mycolor}\thesection}{1em}{}
\titleformat{\subsection}
{\color{mycolor}\normalfont\Large\bfseries}
{\color{mycolor}\thesubsection}{1em}{}
\titleformat{\subsubsection}
{\color{mycolor}\normalfont\large\bfseries}
{\color{mycolor}\thesubsubsection}{1em}{}

\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0.0pt}
\fancyhead[R]{\mypage}
\fancyfoot[C]{
  \begin{minipage}{1.1\textwidth}
  \hspace{-2cm}\parbox{0.12\linewidth}{\includegraphics[width=\linewidth]{jumping_jive_logo.jpg}}\hfill
  \hspace{-0.2cm}\parbox{0.82\linewidth}{\centering \scriptsize This project has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No 730884}\hfill
  \parbox{0.10\linewidth}{\includegraphics[width=\linewidth]{euflag.jpg}}
  \end{minipage}
}


\newcommand\mypage{%%
  \color{mycolor}
  \raisebox{2 pt}[0pt][0pt]{%%
  \rule[-1ex]{2cm}{3.5ex}%%
  \hspace*{-1.5cm}%%
  \makebox[0pt]{\textcolor{white}{\small\thepage}}%%
  \hspace*{-1.5cm}}%%
}

\begin{document}
\begin{titlepage}
  \begin{figure}[h!]
    \begin{center}
      \vspace{-2cm}\includegraphics[width=0.7\linewidth]{jumping_jive_logo.jpg}
    \end{center}
  \end{figure}
  \begin{center}
    \vspace{-3cm}{\Large \textcolor{mycolor}{JUMPING JIVE}}\\
    \vspace{0.2cm}\textcolor{mycolor}{Project ID: 730884}\\
    \vspace{1cm}{\Huge This Space is for the Title}\\
    \vspace{2cm}
    \large{
    \begin{tabular}[b]{|l|p{10cm}|}
      \hline
      Deliverable: & DX.X\\ \hline
      Lead beneficiary: & Institute (Authour: xxx)\\ \hline
      Submission date: & date of submission\\ \hline
      Dissemination level: & Public or Confidential\\ \hline
    \end{tabular}}
  \end{center}
\end{titlepage}

\setcounter{page}{1}

\tableofcontents
\newpage

\section{Section 1}

\subsection{Subsection 1}

\subsubsection{Sub Subsection 1}

\end{document}
