/**
 * Masque le bloc application du footer (téléphone conservé).
 */

body.cbeau-footer-app-hidden .site-footer .footer-contact .app-buttons {
	display: none !important;
}

body.cbeau-footer-app-hidden .site-footer .footer-contact .site-footer-inner {
	justify-content: flex-end;
}

@media screen and (max-width: 767px) {
	body.cbeau-footer-app-hidden .site-footer .footer-contact .site-footer-inner {
		justify-content: center;
	}
}
