
/*	Mobile  */
	@media screen and (max-width: 440px) {

		#Footer {
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			display:block;
			clear: both;
			padding-bottom: 2rem;
			padding-top:0rem;
			background: var(--Palette1);
			margin-top: 0rem;
		}
		#Footer .Message {
			display: flex;
			padding-top: 2rem;
			border-top: none;
			flex-direction: column;
			align-items: center;
		}
		#Footer .Message P {
			margin:0;
			padding: 0;
			text-align:center;
			font-size:0.9rem;
			line-height:1.5em;
			color: var(--Palette3);
			font-size: 1rem;
		}
		#Footer .Message P > img {
			margin-top: 1rem;
		}
		#Footer .Message P a {
			color: var(--Palette2);
		}
		.logoFooter {
			margin-bottom: 1rem;
			width: 9rem;
		}

	}

/*	Desktop  */
	@media screen and (min-width: 441px) {

		#Footer {
			display: block;
			clear: both;
			padding-bottom: 2rem;
			margin-top: 0rem;
			background: var(--Palette1);
			margin-top: 0rem;
		}
		#Footer .Message {
			max-width: 71.222rem;
			display: flex;
			margin-left: auto;
			margin-right: auto;
			padding-top: 2rem;
			border-top: none;
			position: relative;
			flex-direction: column;
			align-items: center;
		}
		#Footer .Message P {
			margin:0;
			padding: 0;
			text-align:center;
			font-size:0.9rem;
			line-height:1.5em;
			color: var(--Palette3);
		}
		#Footer .Message P a {
			color: var(--Palette2);
		}
		#Footer .Message P img {
			margin-top: 1rem;
		}
		.logoFooter {
			margin-bottom: 1rem;
			width: 8rem;
		}

	}

