% This is a template for sumerizing teaching and research activities. This template was created and customized by Prof. Kamel GUESMI from the University of Djelfa (Algeria) on 12/2023. It's Free Use License for everyone. Just make an invocation for him. May Allah bless you.
\documentclass[12pt]{article}
\usepackage[french]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[pdftex]{hyperref}
\usepackage{graphicx}
\usepackage[top=2.5cm,bottom=2.5cm,left=3cm,right=2cm]{geometry}
\usepackage{fancyhdr}
%\usepackage{amsmath}
\usepackage{float}
\usepackage{multirow}
\usepackage[nottoc]{tocbibind}
\usepackage{afterpage}
\usepackage[most]{tcolorbox}
\usepackage{array}
\usepackage{tabularx}
\linespread{1.3}
\renewcommand{\footrulewidth }{0.3pt}
\hypersetup{colorlinks, linkcolor=blue,citecolor=red,urlcolor=blue}
%------------------------------------------------------------------
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%% Cover page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{Cover_page.tex} % Cover page
%%%%%%%%%%%%%%%%%%%%%%%%%%%% Table of contents %%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\thispagestyle{fancy}
\fancyhf{}
\pagestyle{fancy}\lhead{\textbf \footnotesize\it{Table des matières}}
\pagestyle{fancy}\chead{}
\pagestyle{fancy}\rhead{}
\pagestyle{fancy}\lfoot{\textbf {\small\it{Université de Djelfa / FST / Dép. Génie civil : 2024}}}
\pagestyle{fancy}\cfoot{}
\pagestyle{fancy}\rfoot{}
\pagenumbering{gobble}
\tableofcontents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\newpage
\pagenumbering{arabic}
\input{Report}
\end{document}