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

body, html {
	padding: 0px;
	margin: 0;
}

#carousel_1 {
		
}

a.anchor {
    position: relative;
    visibility: hidden;
    top: -150px;
    display: block;
}

.purpleCircle {
	position: absolute; 
	left: -100px; 
	top: 200px; 
	z-index: 1;
	width: 600px;
}

#sceneLogoColumn {
	width: 40%;
	display: flex;
	flex-direction: column;
}

.headerArrow {
	font-size: 30px;
	margin: 25px;
}

.headerArrow:hover {
	transition: 0.3s;
	transform: scale(1.3);
	cursor: pointer;
}

.header_arrow_div {
	margin-top: 15px;
}

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

#topSection_3 {
	display: none;
	opacity: 0;
	transition: 0.5s;
}

.blackButton {
    width: 350px;
    background: black;
    color: white;
    font-size: 24px;
    border-radius: 50px;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: GTEstiBold;
    position: absolute;
    z-index: 10;
    bottom: 10%;
    left: 15%;
}

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

#scotia_container {
	position: relative;
	transform: scale(0.8);
}

#topSection {
	background-color: black;
	padding-top: 50px;
	overflow: hidden;
	transition: 0.5s;
}

.topSection {
	
	background-color: black; 
	height: 600px;
	padding-top: 50px;
	overflow: hidden
	
}

#igaSceneLogo {
	width: 603px;
	height: 118px;
	margin-bottom: 75px;
	
}

#cliquez_container {
}

.main-footer__links {
    padding-bottom: 80px;
    position: relative;
    width: 80%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.palm--soft--sides {
	    width: 100%;
    display: flex;
    justify-content: center;
}

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

.disclaimer a {
	color: red;
}

#headerbar {
	background-color: #9b43ff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	z-index: 9999;
	width: 100%;
	transition: 0.3s;
}

.fixed-headerbar {
    position: fixed;
    top: 60px;
	transition: 0.3s;
}

.points_img {
	width: 1269px;
	margin-top: 50px;
}

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

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

.anchorButton_div {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#anchorHeader_div {
	display: flex;
}

.landing_button {
	border-radius: 20px;
	border: none;
	padding-top: 5px;
	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 10px 5px rgba(0,0,0,0.25);
		margin-right: 75px;
}

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

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

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

.bemio {
	font-family: Bemio;
}

.bemioItalic {
	font-family: BemioItalic;
}

#sceneGirl {
	z-index: 3;
	position: absolute;
	left: -50px;
	bottom: 0;
	transition: 0.5s;
	transform: translateX(-150%);
	/* transform: scale(0.8); */
}

#sceneGirl_2 {
	z-index: 3;
	position: absolute;
	left: -15px;
	bottom: 0;
	transition: 0.5s;
}

#commentParticipier {
	width: 500px;
	height: 75px;
	font-size: 32px;
	position: absolute;
	bottom: 50px;
}

.reload_text_large {
	color: white;
	font-size: 40px;
	margin-bottom: 25px;
	text-align: center;
}

.reload_img {
	width: 300px;
	margin-bottom: 50px;
}

.reload_text_small {
	color: white;
	font-size: 24px;
	text-align: center;
	margin-bottom: 50px;
}

.appButtonDiv {
	display: flex;
	flex-direction: column;
}


.appButton {
	  margin-bottom: 25px;
    width: 200px;
    z-index: 2;
	
}

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

#glare {
	position: absolute;
	right: 5%;
	bottom: 0;
}

.reload_info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80%;
}

.speechBubble_div {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
	background-size: cover;
	opacity: 0;
	transition: 1s;
}

.speechBubble_text {
	font-size: 32px;
	text-align: center;
	color: black;
	max-width: 80%;
}

#speechBubble_1 {
	    position: absolute;
    z-index: 2;
    left: 18%;
    top: 5%;
    background-image: url(../img/desktop/bubble_1.png);
    width: 350px;
    height: 250px;
    background-repeat: no-repeat;
    transform: scale(0.8);
}

#speechBubble_2 {
	
	    position: absolute;
    z-index: 2;
    left: 25%;
    top: 55%;
    background-image: url(../img/desktop/bubble_2.png);
    width: 250px;
    height: 196px;
    background-repeat: no-repeat;
    transform: scale(0.8);
	
}

.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%;
	justify-content: center;
	position: relative;
	flex-direction: column;
	align-items: center;
}

.sectionHeading {
	font-size: 28px;
	text-align: center;
	color: black;
}

#benefitsTable {
	/* margin-top: 65px; */
	width: 80%;
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
	transform: scale(0.8);
}

.benefitsColumn {
	width: 33.33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

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

.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;
	overflow: none;
	width: 125%;
	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;
}

.partner_carousel {
	display: flex;
	overflow: hidden;
	width: 200%;
	margin-bottom: 50px;
	align-items: center;
	position: relative;
	min-height: 500px;
	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: 5px;
	position: relative;
}

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

.img_focus {
	transform: scale(1.05);
}

#avantages_carousel_left_arrow {
	width: 70px;
height: 70px;
left: 20%;
z-index: 10;
position: absolute;
}

#avantages_carousel_right_arrow {
	width: 70px;
height: 70px;
right: 20%;
z-index: 10;
position: absolute;
}

#partner_carousel_left_arrow {
		width: 70px;
height: 70px;
left: 30%;
z-index: 10;
position: absolute;
}

#partner_carousel_right_arrow {
		width: 70px;
height: 70px;
right: 30%;
z-index: 10;
position: absolute;
}

.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: 100%;
    position: absolute;
    top: 42%;
}
	

.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%;
}

#obtenez_scotia_bank {
	width: 80%;
}

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

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

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

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

.carouselIndicator {
	fill: #e0e0e0;
}

.carouselIndicator_partner {
	fill: #e0e0e0;
}

.activeIndicator {
	fill: #626262;
}

@font-face {
	font-family: BemioItalic;
	src: url("../fonts/bemio_italic.otf");
}

@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;
}

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

.cliquezici_link:hover {
	cursor: pointer;
}

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

.cliquezici_text {
	color: black;
	margin-top: 25px;
	font-size: 18px;
}

@media (min-width : 1921px ){
	
	.container {
		max-width: 2000px;
		overflow: none;
	}
	
	#glare {
		right: 15%;
	}
	
	.cliquezici_div {
	display: flex;
	flex-direction: column;
	width: 250px;
	position: absolute;
	top: 60%;
	left: 35%;

		
	}
	
	.avantages_carousel {
	
	width: 125%;
}
	
	#speechBubble_1 {
		left: 12%;
	}
	
	#speechBubble_2 {
		left: 15%;
	}
	
}

@media (max-width : 1440px ){
	
	#glare {
	position: absolute;
	right: -5%;
	bottom: 0;
}
	
	.reload_img, .reload_text_large, .reload_text_small {
		transform: scale(0.8);
		max-width: 80%;
	}
	
	#speechBubble_1 {
	
	left: 28%;
	top: 10px;
}

#speechBubble_2 {
	
	left: 30%; 
	top: 300px; 
	
}
	
	.headingArrowDiv {
		margin-bottom: 0px;
	}
	
	.avantages_carousel {
		margin-top: 50px;
		min-height: 420px;
	}
	
}

@media (max-width : 1440px ){
	
	.points_img {
		width: 90%;
	}
	
	#headerbar {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.anchorButton_text {
		font-size: 16px;
	}
	
	.speechBubble_div {
		transform: scale(0.9);
	}
	
	#speechBubble_1 {
	left: 25%;
	top: 10px;
	transform: scale(0.8);
}
	

#speechBubble_2 {
	
	left: 30%; 
	top: 300px; 
	
}

	
	#igaSceneLogo { 
		transform: scale(0.8);
	}
	
	.partner_carousel {
		min-height: 420px;
		margin-bottom: 25px;
	}
	
	#cliquez_container {
		padding-top: 50px;
	}
	
	.blackButton {
		transform: scale(0.8);
		left: 11%;

	}
	
}

@media (max-width: 1200px)
{
	#sceneLogoColumn {
  		padding-right: 45px;
	}
	
	#commentParticipier {
		transform: scale(0.8);
		bottom: 50px;
	}
	
	#benefitsTable {
		width: 100%;
	}
	
	.headingArrowDiv {
		margin-top: 50px;
	}
	
	.avantages_carousel {
		margin-top: 0px;
	}
}

@media (max-width: 1024px)
{
	.speechBubble_div {
		transform: scale(0.8);
	}
	
	.blackButton {
		transform: scale(0.6);
		left: 7%;
bottom: 2%;
	}
	
	#sceneLogoColumn {
		width: 30%;
	}
	
	.purpleCircle {
		transform: scale(0.8);
		left: -15% !important;
	}
	
		#speechBubble_1 {
	
	left: 25%;
	top: 10px;
}
	
		#glare {
	position: absolute;
	right: -25%;
	bottom: 0;
}
	
	.reload_info {
		padding-right: 300px;
	}
	
	.reload_info .landing_button_big {
		transform: scale(0.7);
	}
	
	.reload_text_large, .reload_text_small {
		max-width: 60%;
		margin-bottom: 15px;
	}
	
	.appButton {
		transform: scale(0.8);
	}
	
	.landing_button_big {
		transform: scale(0.7);
	}
	

#speechBubble_2 {
	
	left: 35%; 
	top: 300px; 
	
}

	.anchorButton_div {
    padding-left: 15px;
    padding-right: 15px;
	}
	
	#igaSceneLogo {
		transform: scale(0.6);
	}

	
	.avantages_carousel_column {
		padding: 8px;
	}
	
	#benefitsTable {
		width: 100%;
	}

}


