/* styles-main-match-FR.css */
/* Used when there is a MATCH logo in the header */

.header-container svg {
	width: 115px;
}

#partnerLogo {
	left: 140px;
}


@media(min-width: 450px) {
	.header-container svg {
		width: 165px;
	}

	#partnerLogo {
		left: 205px;
	}
}

@media(min-width: 1024px) {
	#partnerLogo {
		left: 220px;
	}
}

@media(min-width: 1266px) {
	#partnerLogo {
		left: 220px;
	}
}

@media(min-width: 1024px) {
	.en__component--row.en__component--row--1:first-of-type {
		padding-top: 133px;
		/* ^ To allow room for long french copy */
	}

	.en__component--copyblock.text-for-image .h1 {
		font-size: 2rem;
		/* ^ To allow room for long french copy */
	}
}

/* Updated March 25 2020 - AD */
/* styles-main-match-FR.css */