/* CSS Document */
:root {
	--sceneRed: #E20025;
	--scenePurple: #9B43FF;
}

.disclaimer {
  display: flex;
  justify-content: center;
	padding-bottom: 25px;
}

#concours_section {
	margin-top: 100px;
}

.disclaimer_text {
  width: 80%;
}

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

.gtEsti {
	font-family: GTEeetiLight;
}

.gtEstiBold {
	font-family: GTEstiBold;
}

.bemio {
	font-family: Bemio;
}

.bemioItalic {
	font-family: BemioItalic;
}

body, html {
	padding: 0px;
	margin: 0;
	background-color: white;
}

#headerbar {
	z-index: 99999;
	position: fixed;
	top: 200px;
}

.headerBar {
	background-color: var(--sceneRed);
	width: 100%;
	height: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.headerText {
	font-size: 16px;
}

.headerText:hover {
	cursor: pointer;
}

.whiteText {
	color: white;
}

.takeoverPageContainer {
	padding-bottom: 150px;
}

.overlayContainer {
	z-index: 9999;
	position: absolute;
	top: 206px;
	height: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
}

.takeoverContainer {
	width: 100%;
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
}

.nomargin {
	margin-top: 0px;
}
.containerDiv {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-top: 15px;
}

#ao_howtoenter {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 400px;
}

#igascenelogo {
	width: 250px;
}

.img_bkgds {
	width: 100%;
}

.offerColumns {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin-top: 25px;

}

.offerColumn_img {
	width: 24%;
}

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

.containerColumn {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.circleDiv {
	position: relative;
}

.speechBubble {
	width: 300px;
	position: absolute;
	left: 400px;
}

#section_two {
	position: relative;
}

#section_two_info{
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 70%;
	justify-content: space-around;
	right: 17%;
	bottom: -10%;
}

#section_two_text_div {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  width: 100%;
	  /* position: absolute; */
}

#section_two_text {
	font-size: 26px;
	text-align: center;
	margin-bottom: 50px;
}

#section_two_text_small {
	text-align: center;
	font-size: 18px;
	margin-top: 50px;
}



.landing_button_big_white {
	width: 70%;
font-size: 24px;
border-radius: 50px;
border: none;
padding-top: 10px;
padding-bottom: 10px;
	-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);
}

.landing_button_big_white:hover {
	background-color: var(--scenePurple);
	transition: 0.3s;
	cursor: pointer;
	color: white;
}

#footer_section {
	margin-top: 25px;
}

.footer_columns {
	display: flex;
	flex-direction: row;
	width: 90%;
}

.footerColumn {
	width: 33%;
}

.footer_img {
	width: 100%;
}
.landing_button {
	border-radius: 20px;
	border: none;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 18px;
	color: black;
}

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

.landing_button_big {
	background-color: #9b43ff;
	width: 80%;
	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;
	cursor: pointer;
}

.purpleText {
	color: var(--scenePurple);
	text-decoration: underline;
}

.takeoverLink {
	text-decoration: underline;
}

.sectionSubheading {
	font-size: 40px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.imageColumn {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.offresCircle {
	width: 80%;
	-webkit-box-shadow: 0px 0px 75px 15px rgba(255,255,255,0.35); 
	box-shadow: 0px 0px 75px 15px rgba(255,255,255,0.35);
	border-radius: 100%;
}

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

.character_container {
	position: relative;
	top: -300px;
}

.offreImage {
	width: 100%;
}

.offreImage:hover {
	cursor: pointer;
	transform: scale(1.1);
	transition: 0.2s;
}

.offreColumn {
	width: 50%;
	padding: 5px;
}

#sceneGirl_1 {
	width: 500px;
	position: absolute;
	left: 0;
	z-index: 2;
}

#ellipse_1 {
	width: 500px;
	position: absolute;
	left: 0;
}

#sceneGuy {
	width: 500px;
	position: absolute;
	right: 0;
}

#greenEllipse {
	width: 500px;
	position: absolute;
	right: 0;
}

#sceneGirl_2 {
	width: 500px;
	position: absolute;
	left: 0;
}

#purpleEllipse {
	width: 500px;
	position: absolute;
	left: 0;
}

#commentParticiper {
	margin-top: 500px;
}

.offreContainer {
	width: 40%;
}

.circleDiv {
	position: absolute;
	top: 25%;
	left: 0;
}

#courez {
	width: 65%;
position: absolute;
left: 0;
top: 200px;
	
}


/* Breakpoints */


@media (min-width: 1921px){
		.takeoverPageContainer {
		max-width: 1800px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#courez {
		
	}
	
	#sceneGirl_1 {
		width: 600px;
	}
	
	#ellipse_1 {
		width: 600px;
	}
	
	#sceneGuy {
	width: 600px;
	}

#greenEllipse {
	width: 600px;
	}
	
	#sceneGirl_2 {
	width: 600px;
}

#purpleEllipse {
	width: 600px;
}
}

@media (max-width: 1440px)
{
	
}

@media (max-width: 1200px){
	
	
	.landing_button_big {
		transform: scale(0.8);
	}
	
}

@media (max-width: 1024px){
	
		
	#section_two_info{
		right: -5%;
	}
	
}
