I am using \Huge centered section headings but the space generated around the heading is too big currently:

I would like to reduce the space around the heading (The "Créé à son image" text) to make it more compact. Here is my current definition:
\renewcommand\thesection{\arabic{section}}
\titleformat{\section}[display]
{\newpage\scshape\Huge} % format
{\large\makedate{\thesection}~\chaphead} % label
{10pt} %sep
{\begin{center}} %before
[\end{center}] %after
For the record, makedate a macro that puts the \up{er} on the number in "1er janvier", and \chaphead is a reference to the chapter name, "Janvier" in this case.
I have tried reducing the size from \Huge to \huge or even \LARGE. The font is reduced, but it still takes the same amount of space in the page.
