.footer--inner {
	
	
	& a:hover  {
		text-decoration: none; 
	}


	& .footer--row--2   {
		position: relative;
		margin-top: -140px;
		z-index: 2;
		pointer-events: none;
		& * {
			pointer-events: all;
		}
	}
	
	& .fcaiq_logo  {
		flex-grow: 2;
		text-align: right;
	}
	
	& .footer--row--3 a {
		color: var(--wp--preset--color--vert-fonce);!important;
	}
	
	& .logo_cake  {
		flex-grow: 2;
		text-align: right;
	}
	
	& .questions {
		inline-size: fit-content;
		
		
	}
}



