Given your indentation jumps back two tabs between and , I suspect ladans37 is right, you’ve forgot a closing tag somewhere above.
Unrelated, but since we’re looking at the code, your div “container_footer” is extraneous. Put the class directly on the <footer>
if you need it, or apply the css directly to the footer tag, if you just have the one.