.youtubeIconPlay {
	display: block;
	font-size: 4em;
	position: absolute;
	color: #282828;
	opacity: 90%;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.videoContainer:hover .youtubeIconPlay {
	color: #FF0000;
}

#splashHeader {
	font-weight: 900;
	font-size: 4em;
	margin-top: 150px;
	text-shadow: 2px 2px 2px #000;
}

div.middle-align h1#splashHeader {
	margin: 0;
}

ul.tierCardList.initialText>li:before {
	color: #5c8ac8;
}

h2.sectionHeader {
	font-size: 3em;
	text-align: center;
}

ul.tierCardList {
	font-size: 1.3em;
}

ul.tierCardList>li {
	list-style: none;
	color: #333;
	line-height: 1.5;
}

ul.tierCardList>li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f00c";
	color: #588A0F;
	position: relative;
	left: -1em;
	margin: -10px;
	text-rendering: optimizeLegibility;
}

ul.tierCardList>ul>li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f061";
	color: #588A0F;
	position: relative;
	left: -1em;
	margin: -10px;
	text-rendering: optimizeLegibility;
}

ul.tierCardList.initialText>li:before {
	margin: -7px;
}

.lgIcon {
	font-size: 5em !important;
	color: #5c8ac8;
}

div.premiumMenuCards {
	box-shadow: 0 3px 6px 0 #ccc;
	border: 2px solid white;
	border-radius: 10px;
	padding: 5px;
	min-height: 375px;
}

.videoContainer {
	cursor: pointer;
}

.radioCanadaImg {
	width: 50%;
}

.video-thumb {
	display: block;
	margin: 0 auto 20px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #D95BA2;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: background-color 0.2s ease-out 0.05s,
		-webkit-transform 0.2s ease-out 0.05s;
	transition: background-color 0.2s ease-out 0.05s,
		transform 0.2s ease-out 0.05s;
}

.video-thumb:hover {
	background-color: #CF007D;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.video-modal,
.video-modal .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 300;
}

.video-modal {
	overflow: hidden;
	position: fixed;
	opacity: 0.0;
	-webkit-transform: translate(500%, 0%);
	transform: translate(500%, 0%);
	-webkit-transition: -webkit-transform 0s linear 0s;
	transition: transform 0s linear 0s;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.video-modal .overlay {
	z-index: 0;
	background: rgba(20, 20, 20, 0.80);
	/* dark blue */
	opacity: 0.0;
	-webkit-transition: opacity 0.2s ease-out 0.05s;
	transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
	height: auto;
	width: calc(100% - 200px);
	max-width: 1000px;
	max-height: calc(100% - 100px);
	margin: 0 auto;
	overflow-y: visible;
}

@media (max-width: 640px) {
	.video-modal-content {
		width: calc(100% - 16px);
	}
}

a.close-video-modal {
	display: block;
	position: absolute;
	right: 0;
	top: -25px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: black;
	width: 100%;
	text-align: right;
	background-color: #f2f2f2;
	padding-right: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	z-index: 1;
	cursor: pointer;
}

a.close-video-modal:hover {
	background-color: #588a0f;
	color: #fff;
}

.video-sizer {
	display: block;
	width: 100%;
	height: auto;
}

iframe#youtube,
iframe#youtube2,
iframe#youtube3 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #fff;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

.show-video-modal .video-modal {
	opacity: 1.0;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
	opacity: 1.0;
}

.show-video-modal .video-modal-content {
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
}

h2 {
	font-size: 1.8em;
	margin-top: 0;
}

.toolsTitle {
	text-align: center;
	padding: 30px;
	font-size: 35px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.textAlignRight {
	text-align: right;
}

.textAlignLeft {
	text-align: left;
}

.partContent {
	margin-top: 50px;
	margin-bottom: 20px;
}

.groceryListImg {
	width: 50%;
	height: auto;
	float: left;
}

.faq-background {
	height: auto;
	max-height: 400px;
	color: #fff !important;
	box-shadow: inset 0 0 0 2000px rgba(51, 51, 51, 0.5);
}

.sectionContent {
	margin: auto;
	font-size: 18px;
}

.youtubeVideo {
	text-align: center;
}

.verticalAlign {
	display: flex;
	align-items: center;
}

.forfaitPlus {
	text-align: center;
	font-size: 18px;
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.recommandationSection {
	width: 90%;
	margin-left: 90px;
}

p.subscriptionDesc {
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: rgb(0, 0, 0);
}

h1.subscribeTitle,
h2.subscribeTitle {
	font-size: 40px;
	color: rgb(204, 5, 5);
}

h2.subscribeTitle {
	margin-top: 14px;
}

.subscriptionSection {
	text-align: center;
}

.subscribeButton {
	color: #fff;
	text-align: center;
}

.iframeYoutube {
	width: 100%;
}

.forfaitPlus {
	margin-top: 50px;
	font-weight: lighter;
	font-size: 1.5em;
}

.modal-body {
	text-align: center;
}

.modal-dialog {
	width: 50%;
}

.myClickableImage {
	cursor: pointer;
}

@media only screen and (max-width: 770px) {
	.modal-dialog {
		width: 100%;
		margin: 0px;
	}
}

@media screen and (max-width: 767px) {
	.iframeYoutube {
		width: 100%;
		height: auto;
		min-height: 210px;
	}

	.toolsTitle {
		font-size: 30px;
	}

	.groceryListImg {
		width: 50%;
		height: auto;
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	h2 {
		font-size: 1.5em;
		margin-top: 0;
	}

	.forfaitPlus {
		font-size: 1.5em;
	}

	.textAlignRight,
	textAlignLeft,
	.middle-aligner {
		text-align: center;
	}

	.recommandationSection {
		margin: 0 auto;
		text-align: center;
	}

	.forfaitPlus {
		width: 100%;
	}

	iframe.iFrameResizer0 {
		width: 100%;
		height: auto;
		min-height: 200px;
	}

	.sectionContent {
		margin: 0 auto;
		text-align: center;
	}

	.youtubeVideo {
		margin-top: 20px;
	}

	.recommandationSection {
		width: 100%;
	}

	.verticalAlign {
		display: initial;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.recommandationSection {
		width: 100%;
		margin-left: 0;
	}
}

div.title-holder {
	display: table;
	width: 100%;
	min-height: 92px;
}

@media (min-width: 767px) and (max-width: 993px) {
	div.title-holder {
		min-height: 119px;
	}

	div.premiumMenuCards {
		min-height: 473px;
		margin-bottom: 20px;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	div.premiumMenuCards {
		min-height: unset;
		margin-bottom: 20px;
	}

	div.title-holder {
		min-height: unset;
	}
}

h3.howItWorksTitles {
	display: table-cell;
	width: 100%;
	text-align: center;
	padding: 10px;
}

.initialText {
	font-size: 1em !important;
}