I can see between pages that there are missing stylesheets for example..
<link rel=’stylesheet’ id=’astra-addon-dynamic-css’
<link rel=’stylesheet’ id=’elementor-icons-css’
<link rel=’stylesheet’ id=’elementor-animations-css’
<link rel=’stylesheet’ id=’elementor-frontend-css’
<link rel=’stylesheet’ id=’elementor-pro-css’
<link rel=’stylesheet’ id=’elementor-post-55-css’
looking at one part of the differences..
1) The https://mentorat.waiomizik.re/demander-de-laide/ page has the footer as a white background.
.footer-adv-overlay {
background-color: #fdf8f5;
}
and this comes from the theme https://mentorat.waiomizik.re/wp-content/uploads/sites/8/astra/astra-theme-dynamic-css-post-55.css?ver=1584778045
2) The https://mentorat.waiomizik.re/local-signup/ page has the footer as a black background
.footer-adv-overlay {
background-color: #3a3a3a;
padding-top: 70px;
padding-bottom: 70px;
}
and this comes from https://waiomizik.re/wp-content/themes/astra/assets/css/minified/style.min.css?ver=2.3.4
one simple qustion do you have caching of your style sheets?
have you cleared this out ?