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

#section_one {
	background: black;
}

#footer_img {
	width: 100%;
}

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

.disclaimer_text {
  color: white;
  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");
}

#telechargez {
	margin-top: 300px;
}

.gtEsti {
	font-family: GTEeetiLight;
}

.gtEstiBold {
	font-family: GTEstiBold;
}

.bemio {
	font-family: Bemio;
}

.bemioItalic {
	font-family: BemioItalic;
}

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

#headerbar {
	z-index: 999999;
	position: fixed;
	top: 120px;
}

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

.overlayContainer {
	position: fixed;
	top: 60px;
	background: black;
	z-index: 9999;
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	padding-bottom: 250px;
}

.headerText {
	font-size: 16px;
}

.headerText:hover {
	cursor: pointer;
}

.whiteText {
	color: white;
}

.takeoverPageContainer {
}

.takeoverContainer {
	width: 100%;
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-top: 75px;
	margin-top: 200px;
}

.nomargin {
	margin-top: 0px;
}
.containerDiv {
	width: 100%;
	display: flex;
	justify-content: center;

}

#igascenelogo {
	width: 400px;
	margin-bottom: 50px;
}

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

.circleDiv {
	position: relative;
}

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

.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: 500px;
	border-radius: 50px;
	font-size: 36px;
	color: white;
	border: none;
	padding-top: 25px;
	padding-bottom: 25px;
	box-shadow: inset 0 0 25px #413f3f;
	min-height: 100px;
	
}

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

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

.takeoverLink {
	text-decoration: underline;
}

.sectionSubheading {
	font-size: 26px;
	text-align: center;
	max-width: 60%;
}

.imageColumn {
	width: 50%;
	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%;
}

.character_container {
	position: absolute;
	left: 0px;
	margin-top: 50px;
}

.offreImage {
	width: 100%;
}

.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: 0px;
}

.offreContainer {
	width: 80%;
}

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

#courez {
	width: 100%;
}


/* Breakpoints */


@media (max-width: 480px){
	
	.overlayContainer {
	position: fixed;
	top: 120px;
	background: black;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-bottom: 150px;
}
	
	.landing_button_big {
		transform: scale(0.5);
		height: 80px;
		padding-top: 15px;
	}
	
	.whiteText {
		font-size: 18px;
	}

	#igascenelogo {
	width: 300px;
	margin-bottom: 50px;
}

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

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

#purpleEllipse {
	width: 200px;
	position: absolute;
	left: 0;
}
	
	.speechBubble {
	width: 150px;
	position: absolute;
	left: 175px;
}
	
	#section_one {
		margin-bottom: 0px;
	}
	#section_two {
		margin-top: -230px;
	}
	.gtEsti {
		max-width: 350px;
		text-align: center;
	}
}

@media (max-width: 400px){
	.overlayContainer {
		top: 115px;
	}
}
