@charset "UTF-8";
/* CSS Document */

body, html {
	padding: 0px;
	margin: 0;
	overflow-x: hidden !important;
}
.headerArrow {
	width: 20px;
	margin: 15px;
	margin-top: 0;
	font-size: 25px;
}

#topSection {
	transition: 0.3s;
	height: 750px;
}

#topSection_2 {
	transition: 0.3s;
	opacity: 0;
	display: none;
}

#topSection_3 {
	transition: 0.3s;
	opacity: 0;
	display: none;
}
a:hover, button {
	cursor: pointer;
}

.main-content {
	padding: 0px !important;
}

#headerbar {
	background-color: #9b43ff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;;
	padding-top: 15px;
	padding-bottom: 15px;
	position: fixed;
	top: 18%;
	z-index: 999;
	width: 100%;
}

.disclaimer {
	background: white;
	color: black;
	padding: 50px;
}

.disclaimer a {
	color: red;
}

.points_img {
	width: 1269px;
}

.anchorButton_text {
	color: white !important;
	text-decoration: none;
	font-size: 24px;
}

#tirage {
	font-size: 32px;
	text-align: center;
}

.date {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 50px;
}

#topSection, #topSection_2, #topSection_3 {
	width: 100%;
	min-height: 135vh;
}

.anchorButton_text:hover {
	color: black !important;
	transition: 0.3s;
}

.anchorButton_div {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

#anchorHeader_div {
	display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 9999;
   /* top: 65px; */
	top: -600px;
    transition: 0.3s;
    background-color: #9b43ff;
    width: 100%;
	
}

#downArrow {
	width: 35px;
	margin-top: 15px;
	transition: 0.3s;
}


.landing_button {
	border-radius: 20px;
	border: none;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 18px;
	color: black;
	-webkit-box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.25); 
box-shadow: inset 0px 0px 10x 5px rgba(0,0,0,0.25);
}

.landing_button:hover {
	background-color: black;
	color: white;
	transition: 0.3s;
	cursor: pointer;
}

.landing_button_big {
	background-color: #9b43ff;
	width: 650px;
	border-radius: 50px;
	font-size: 42px;
	color: white;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: inset 0 0 25px #413f3f;
	margin-bottom: 100px;
	
}

.landing_button_big:hover {
	background-color: black;
	transition: 0.3s;
}

.bemio {
	font-family: Bemio;
}

.bemioItalic {
	font-family: BemioItalic;
}

#sceneGirl {
	z-index: 3;
	position: absolute;
	transition: 0.5s;
	bottom: 0;
	left: 0;
	width: 500px;
}

#purpleCircle {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

#topBubble_1 {
	bottom: 50px;
	background-image: url("../img/desktop/bubble_2.png");
	transform: scale(1);
	position: absolute;
	left: 65%;
}

#topBubble_2 {
	background-image: url("../img/desktop/bubble_1.png");
	left: 200px;
	position: absolute;
	left: 55%;
	top: 20%;
	transform: scale(1.2);
}


.speechBubble_div {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
	background-size: contain;
	opacity: 0;
	transition: 1s;
	background-image: url("../img/desktop/bubble_2.png");
	background-repeat: no-repeat;
	width: 240px;
	height: 175px;
	position: absolute;
	
}

.speechBubble_text {
	font-size: 24px;
	text-align: center;
	color: black;
}

.horizontal {
	display: flex;
	flex-direction: row !important;
	
}

.container {
	
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

.desktop {
	width: 1800px
}

.column {
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	align-content: center;
}

.landing_section {
	display: flex;
	width: 100%;
	position: relative;
	flex-direction: column;
	align-items: center;
	padding-top: 25px;
}

.sectionHeading {
	font-size: 30px;
	text-align: center;
	color: black;
	max-width: 400px;
}

#beneficier {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-top: 50px;
}

#benefitsTable {
	margin-top: 45px;
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.benefitsColumn {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.borderRight {
	border-right: 1px solid #2F2F2F;
}

.borderBottom {
	border-bottom: 1px solid #A2A2A2;
}

.borderLeft {
	border-left: 1px solid #2F2F2F;
}

.benefitsNo {
	font-size: 60px;
	margin-bottom: 15px;
	color: black;
}

.beneftitsHeading {
	font-size: 32px;
	text-align: center;
	margin-bottom: 40px;
	max-width: 60%;
	color: black;
}

.beneftitsText {
	font-size: 28px;
	text-align: center;
	margin-bottom: 45px;
	max-width: 60%;
	color: black;
}

.benefitsLink {
	font-size: 28px;
	font-family: GTEeetiLight;
	color: #9b43ff !important;
	text-decoration: underline;
	
}

.gtEsti {
	font-family: GTEeetiLight;
}

.gtEstiBold {
	font-family: GTEstiBold;
}

.avantages_carousel {
	display: flex;
	flex-direction: column;
	overflow: none;
	width: 90%;
	margin-top: 50px;
	margin-bottom: 50px;
	align-items: center;
	position: relative;
	min-height: 500px;
	height: 100%;
}

.avantages_carousel_column {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 15px;
	position: relative;
}

.avantages_carousel_img {
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
	transition: 0.5s;
}

.avantages_block {
	background: black;
	display: flex;
	width: 100%;
	padding: 20px;
	padding-bottom: 35px;
	padding-top: 35px;
	border-radius: 25px;
	margin-bottom: 15px;
}

.avantages_block_column_img {
	width: 40%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center
}

.avantages_img {
	height: 60px;
}

.avantages_block_column_text {
	width: 60%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

.avantages_heading {
	font-family: Bemio;
	color: white;
	font-size: 25px;
}
.avantages_text {
	color: white;
	margin-top: 25px;
	font-size: 16px;
}

.whiteText {
	color: white;
}

#courezContainer {
	width: 100%;
	background: black;
	height: 750px;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.partner_carousel {
	display: flex;
	overflow: hidden;
	width: 300%;
	margin-top: 25px;
	margin-bottom: 25px;
	align-items: center;
	position: relative;
	height: 100%;
}

.partner_carousel_column {
	width: 33.33%;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 15px;
	position: relative;
}

.partner_carousel_img {
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
	transition: 0.5s;
}

.img_focus {
	transform: scale(1.1);
}

#avantages_carousel_left_arrow {
	width: 70px;
	height: 70px;
	margin-right: 10px;
	z-index: 10;
}

#avantages_carousel_right_arrow {
	z-index: 10;
	width: 70px;
	height: 70px;
	margin-left: 10px;
}

#partner_carousel_left_arrow {
	z-index: 10;
	width: 70px;
	height: 70px;
	margin-right: 10px;
}

#partner_carousel_right_arrow {
	width: 70px;
	height: 70px;
	margin-left: 10px;
	z-index: 10;
}

.carouselArrow:hover {
	transform: scale(1.2);
	transition: 0.3s;
	cursor: pointer;
}

.headingArrowDiv {
	display: flex;
	width: 100%;
	position: relative;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
	margin-bottom: 50px;
}

.carouselArrow_div {
	display: flex;
	width: 10%;
	position: absolute;
	right: 50px;
}
	

.avantages_carousel_text {
	text-align: center;
	font-size: 32px;
	margin-bottom: 15px;
	
}

.partner_carousel_text {
	text-align: center;
	font-size: 32px;
	margin-bottom: 15px;
	
}

#courez {
	width: 80%;
	position: absolute;
	left: 0;
	top: 50px;
}

#obtenez_scotia_bank {
	background-color: #ff3b48;
	width: 100%;
	background-size: contain;
	display: flex;
	align-content: center;
	align-items: center;
	overflow-x: hidden;
}

#scotiaCard {
	width: 70%;
	margin-top: 50px;
	margin-bottom: 50px;
}

#yellowDots_1 {
	position: absolute;
	right: -70px;
	top: 100px;
}

#yellowDots_2 {
	position: absolute;
	left: -35px;
	bottom: 100px;
	transform: scale(1.2);
}

.button_disclaimer {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 400px;
	padding-bottom: 50px;
}

.disclaimerText {
	margin-top: 50px;
	text-align: center;
}
.blackButton {
	width: 400px;
	border-radius: 50px;
	height: 100px;
	background-color: black;
	color: white;
	text-transform: uppercase;
	border: none;
	font-size: 30px;
	
}

#scotia_text {
	width: 80%;
	margin-top: 75px;
}

#obtenez_heading {
	margin-bottom: 25px;
	font-size: 40px;
}
#obtenez_text {
	font-size: 30px;
	color: black;
	margin-top: 25px;
}

.leftAlign {
	text-align: left;
}

#carouselInfo {
	max-width: 480px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#carouselIndicators {
	display: flex;
	width: 25%;
	height: 10px;
	margin-bottom: 100px;
}

#partner_carouselInfo {
	max-width: 480px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#partner_carouselIndicators {
	display: flex;
	width: 25%;
	height: 10px;
	margin-bottom: 100px;
}

#footer_girl {
	width: 100%;
	position: relative;
}

.carouselIndicator {
	fill: #e0e0e0;
}

.carouselIndicator_partner {
	fill: #e0e0e0;
}

.activeIndicator {
	fill: #626262;
}

@font-face {
	font-family: BemioItalic;
	src: url("../fonts/6335bemio.woff");
}

@font-face {
	font-family: Bemio;
	src: url("../fonts/Bemio_IGA-Regular.otf");
}

@font-face {
	font-family: GTEeetiLight;
	src: url("../fonts/GTEestiProDisplay-Light.otf");
}

@font-face {
	font-family: GTEstiBold;
	src: url("../fonts/GTEestiProDisplay-Medium.otf");
}

.main-content {
	width: 100% !important;
}

.pointsSection {
	background: black;
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 100px;
}

.points_img {
	width: 50%;
}

.cliquezici_div {
	display: flex;
	flex-direction: column;
	width: 250px;
	position: absolute;
	top: 50%;
	left: 5%;
	
}

.cliquezici_link {
	color: black!important;
	text-decoration: underline;
	font-size: 32px;
}

.cliquezici_link:hover {
	cursor: pointer;
}

.cliquezici_text {
	color: #9b43ff;
	margin-top: 25px;
	font-size: 32px;
}

.reload_info {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80%;
	margin-top: 250px;
	height: 900px;
}

.reload_iga_img {
	width: 80%;
	z-index: 2;
}

.reload_text_large {
	color: white;
	font-size: 42px;
	text-align: center;
	margin-top: 75px;
	z-index: 2;
}

.reload_text_small {
	color: white;
	font-size: 26px;
	margin-top: 50px;
	z-index: 2;
	text-align: center;
}

#purpleSemiCircle {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 0;
	
}

.reload_button {
	position: absolute;
	bottom: 10%;
	transform: scale(2)
}

.appButtonDiv {
	display: flex;
	flex-direction: column;
	z-index: 2;
	position: absolute;
	bottom: 5%
}

.appButton {
	margin-bottom: 35px;
}

.appButton:hover {
	transform: scale(1.2);
	transition: 0.3s;
	cursor: pointer
}

@media (max-width : 768px ){
	
	.partner_carousel_column {
		padding: 10px;
	}
	
	.avantages_img {
		height: 95px;
	}
	
	.avantages_block {
		height: 200px;
	}
	
	#igaSceneLogo {
		width: 500px;
		margin-top: 260px;
		margin-bottom: 50px;
		
	}

	#sceneGirl {
		width: 100%;
	}
	
	#topBubble_1 {
	bottom: 15%;
		left: 65%;
	background-image: url("../img/desktop/bubble_2.png");
		flex-wrap: wrap;
		width: 200px;
}

#topBubble_2 {
	top: 45%;
	background-image: url("../img/desktop/bubble_1.png");
	left: 60%;
}
	
	#benefitsTable {
		width: 90%;
	}
}

@media (max-width: 480px){
	
	.reload_info {
		height: 750px
	}
	
	.reload_button {
	transform: scale(1.5)
}
	
	.appButtonDiv {
		bottom: 1%;
	}
	
	.appButton {
	transform: scale(0.7);
		margin-bottom: 1px;
}

	
	#igaSceneLogo {
		width: 80%;
	}
	
	#topBubble_1 {
		left: 55%;
		transform: scale(0.9);
		bottom: 5%;
	}
	
	#topBubble_2 {
		left: 40%;
		top: 50%;
	}


	
	.beneftitsText {
		max-width: 90%;
	}
	
	.landing_button_big {
		transform: scale(0.6);
		height: 100px;
		margin-bottom: 25px;
		font-size: 36px;
	}
	
	.avantages_block {
		width: 95%;
	}
	
	.avantages_block_column_text {
		padding-left: 25px;
	}
	
	.avantages_heading {
		font-size: 18px;
	}
	
	.partner_carousel {
		width: 300%;
	}
	
	.partner_carousel_column {
		padding: 10px;
	}
	
	#partner_carouselIndicators {
		margin-bottom: 50px;
	}
	
	#courezContainer {
		height: 640px;
	}
	
	.button_disclaimer {
		z-index: 10;
	}

	.partner_carousel_text {
		max-width: 375px;
	}
	
	.cliquezici_div {
		transform: scale(0.7);
		left: 1%;
		z-index: 2;
	}
	
	.blackButton {
		transform: scale(0.8);
	}
	
}

@media (max-width: 400px){
	
		.appButtonDiv {
		bottom: 5%;
	}
	
	.appButton {
	transform: scale(0.6);
		margin-bottom: -35px;
}
	
	.reload_button {
		bottom: 7%;
	}

	
	.landing_button_big {
		transform: scale(0.5);
	}
	
	#beneficier .sectionHeading {
		max-width: 350px;
	
	}
	
	#benefitsTable {
		width: 80%;
	}
	
	.avantages_block {
		height: 250px;
	}
	
	.avantages_img {
		height: 75px;
	}
	
	#tirage {
		text-align: center;
	}
	
	#courezContainer {
		max-height: 580px;
	}

	#partner_carouselInfo .partner_carousel_text {
		transform: scale(0.8);
	}
	
	#obtenez_heading {
		font-size: 32px;
		z-index: 2 !important;
	}
	
	#yellowDots_1 {
		right: -75px;
	}
	
	.disclaimerText {
		max-width: 300px;
	}
	
	.cliquezici_div {
		left: -25px;
		transform: scale(0.6);
	}
	
	#topBubble_1, #topBubble_2 {
		transform: scale(0.7);
	}
	
}

@media (max-width: 375px){
	
		.appButtonDiv {
		bottom: 3%;
	}
	
	#topBubble_1 {
		left: 47%;
	}
	
	#topBubble_2 {
		top: 55%;
	}
	
	.sectionHeading {
		max-width: 80% !important;
	}
	
}
	
