@charset "UTF-8";

/* ------------------------ BASE ------------------------------ */

:root {
	--main-color: white;
	--second-color: #e3e3e3;
	--txt-color: black;
}

@font-face {
	font-family: "AzeretMono";
	src: url("../fonts/AzeretMono-VariableFont_wght.ttf") format("truetype");
	/* Ajoutez d'autres formats de police et ajustez l'URL si nécessaire */
}

/* ---- BASICS SETTINGS ---- */

* {
	cursor: none;
}
body {
	margin: 0 auto;
	font-family: "AzeretMono";
	color: var(--txt-color);
	font-size: 1.5rem;
	/* width:100vw;
  overflow-x: hidden; */
}

/* -------- CURSOR -------- */

.cursor-follow {
	z-index: 200;
	width: 38px;
	height: 38px;
	border-radius: 100px;
	border: solid 2px red;
	position: absolute;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.hovered {
	filter: blur(0rem);
	width: 12px;
	height: 12px;
	border: solid 1.5px red;
	background-color: red;
}

/* -------- NAV -------- */

.nav {
	width: 100vw;
	height: 6vh;
	background-color: var(--main-color);
	display: flex;
	justify-content: space-between;
	position: fixed;
	z-index: 100;
}

.nav button {
	z-index: 100;
	cursor: pointer;
	appearance: none;
	border: none;
	background: none;
	padding: 0% 2%;
	margin: 0;
	font-family: "AzeretMono";
	font-size: 1.5rem;
	color: var(--txt-color);
}

.nav button:hover {
	color: red;
}

.dropdown-content {
	margin-left: 2%;
	margin-top: 40px;
	/* display: none; */
	position: absolute;
	min-width: 160px;
	z-index: 100;
	text-decoration: none;
	color: inherit;
}

.dropdown-content li {
	list-style-type: none; /* Supprime la puce */
}
.dropdown-content li a {
	color: black;
	text-decoration: none;
}
.dropdown-content li a:hover {
	color: red;
	text-decoration: underline;
}

.dropdown-content p {
	padding: 0px 0px;
	text-decoration: none;
	display: block;
}

.dropdown-content p:hover {
	color: red;
}

.nav-date {
	margin-left: 78px;
}

.overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: white;
	top: 0;
	left: 0;
	z-index: 1; /* Z-index inférieur à 100 */
	opacity: 0;
	transition: opacity 1s;
}

.overlay.overlay-visible {
	display: block;
	opacity: 1;
}

.container-main {
	width: 100%;
}

/* -------- HALF SCROLL  -------- */
.section {
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	flex-direction: row;
}

.part {
	width: 50%;
}

.part-1 {
	position: sticky;
	top: 0;
	height: 100vh;
}

/* --------DATES BOTTOM SECTIONS  -------- */

.date-bottom {
	width: 100vw;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 2%;
}

.date-bottom p {
	font-size: 3rem;
	margin: 0% 2%;
	color: red;
	text-transform: uppercase;
}

.date-bottom-half {
	width: 50vw;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 1%;
}

.date-bottom-half-right {
	left: 50%;
}

.date-bottom-half p {
	font-size: 3rem;
	margin: 0% 2%;
	color: red;
	text-transform: uppercase;
}

.date-correct {
	bottom: 0%;
}

/* ------------------------ HEADER ------------------------------ */

/* -------- HEADER TXT  -------- */

h1 {
	width: 60%;
	font-size: 2.8rem;
	margin: 10% 0%;
	padding: 0% 4%;
}

h2 {
	width: 60%;
	text-align: right;
	font-size: 2.8rem;
	margin: 11% 0% 0% 0%;
	padding: 0% 2% 0% 36%;
}

h3 {
	position: relative;
	top: 85%;
	margin: 2vw 0vw;
	padding: 0% 2%;
}

.h3-right {
	text-align: right;
	/* left: 54%; */
	/* width: 40%; */
}
.subttl-header {
	margin-top: 31%;
}

.txt-header {
	margin: 26% 0% 0% 0%;
	padding: 0% 2%;
	line-height: 2rem;
}

/* ------------------------ ART-1 1945-47 ------------------------------ */

.art-1 {
	width: 100vw;
	height: 90vh;
	overflow: hidden;
	position: relative;
}

.art-1-txt {
	width: 96%;
	font-size: 2.8rem;
	line-height: 3rem;
	margin: 5% 0% 0% 0%;
	padding: 0% 2%;
	/* color: red; */
}

i {
	font-style: italic;
	font-weight: 200;
}

.image-overlay {
	position: absolute;
	z-index: 10;
}

.art-1-img {
	position: relative;
	display: inline-block; /* Assure que le conteneur a une taille basée sur le contenu */
}

.text-span {
	width: fit-content;
}

.hidden-image {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.9s ease, visibility 0.9s ease-in-out;
}

.show-image {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s ease, visibility 0.5s ease-in-out;
}

/* ------------------------ ART-2 DEBUT 1948 ------------------------------ */

.art-2 {
	width: 100vw;
	height: 100vh;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	overflow: hidden;
}

.art-2-txt {
	width: 96%;
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 5% 0% 0% 0%;
	padding: 0% 2%;
	hyphens: auto;
}

.right-bottom {
	margin-top: 46%;
}

.right-bottom-2 {
	margin-top: 65%;
}

.right-bottom-1 {
	margin-top: 34%;
}
.art-2-img {
	width: 30vw;
	position: absolute;
	opacity: 1;
	transition: opacity 0.5s ease-in-out; /* Ajoute une transition sur l'opacité */
}

.art-2-Kim {
	left: 20%;
	top: 5%;
}

.art-2-Syngman {
	right: 22%;
	top: 11%;
}
/* ------------------------ ART-3 09.09.1948 ------------------------------ */

.inner-part-2-img-text {
	display: flex;
	flex-direction: column;
}
.art-3 {
	position: relative;
}
.art-3-txt {
	margin: 6% 0% 5% 0%;
	padding: 0% 2%;
	line-height: 2rem;
}

.art-3-txt-right {
	margin-top: 65%;
}

.art-3-txt-right-2 {
	margin-top: 6%;
}
.art-3-img {
	width: 100%;
	object-fit: cover;
	/* padding-left: 2%; */
}

.art-3-date {
	z-index: 10;
}

.anim-1 {
	position: inherit;
	top: 0;
	height: 130vh;
	width: 100vw;
	overflow: hidden;
}

.animation-container {
	overflow: hidden;
}

.anim-2 {
	position: inherit;
	top: 0;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}

/* ------------------------ ART-4 09.09.1948 ------------------------------ */

.art-4 {
	overflow: hidden;
	position: relative;
}
.art-4-img {
	width: 25%;
	position: absolute;
	top: 15%;
	left: 35%;
}

.art-4-img-special {
	width: 32%;
	position: absolute;
	top: 7%;
	left: 22%;
	z-index: -10;
}

.art-4-img-1 {
	left: 12%;
	top: 30%;
}

.art-4-img-3 {
	left: 62%;
	top: 12%;
}

.art-4-img-7 {
	width: 30%;
}

.art-4-img-6 {
	top: 2%;
	left: 20%;
}

/* ------------------------ ART-5 09.09.1948 ------------------------------ */

.art-5-img {
	width: 100%;
}

.art-5 .part-2,
.art-3 .part-2 {
	display: flex;
	flex-direction: column;
}

.art-5-img-left {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	transform-origin: center;
}

.art-8-txt-right {
	margin-top: 15%;
	margin-bottom: 15%;
}

.art-8-img {
	overflow: hidden;
}

.border-explosion-container {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.border-explosion-container img {
	width: 100%;
}

.art-title {
	font-size: 2.8rem;
	line-height: 3rem;
	text-transform: uppercase;
	margin-left: 2%;
}

.col {
	width: 50%;
}

.part-2 {
	display: flex;
	flex-direction: column;
}

.art-ttl-2 {
	padding-top: 2%;
}

/* ------------------------ RESPONSIVE ------------------------------ */

@media screen and (max-width: 1400px) {
	.art-1-txt {
		width: 96%;
		font-size: 2.5rem;
		line-height: 2.5rem;
		margin: 5% 0% 0% 0%;
		padding: 0% 2%;
		hyphens: auto;
	}

	.art-1 {
		height: 100vh;
	}
}

@media screen and (max-width: 800px) {
	/* ---- BASICS SETTINGS ---- */

	body {
		font-size: 1rem;
	}

	* {
		cursor: inherit;
	}

	.col {
		width: 100%;
	}
	.art-title {
		font-size: 1.8rem;
		line-height: 2rem;
		text-transform: uppercase;
		margin-left: 2%;
	}
	/* -------- HALF SCROLL  -------- */

	.section {
		flex-direction: column;
	}

	.date-correct-5 {
		padding-bottom: 2%;
	}

	.part {
		box-sizing: border-box;
		width: 100%;
		height: 50vh;
	}
	.part-1 {
		position: inherit;
		top: 0;
	}

	.part-short {
		height: 30vh;
	}

	.part-long {
		height: 70vh;
		margin-bottom: 16%;
	}

	.part-img-long {
		height: 310vh;
	}

	.part-img-long-2 {
		height: 295vh;
	}

	.part-img-long-3 {
		height: 205vh;
	}

	/* -------- HEADER TXT  -------- */

	h1 {
		width: 60%;
		font-size: 2.5rem;
		margin: 40% 0% 0% 0%;
	}

	h2 {
		width: 65%;
		text-align: right;
		font-size: 2.5rem;
		padding: 20% 2% 0% 31%;
	}

	.part-2 {
		display: flex;
		flex-direction: column;
	}

	h3 {
		position: relative;
		top: 0%;
	}

	.h3-right {
		/* width:100%; */
		left: 0;
		width: unset;

		text-align: right;
		/* left: 40%;
    width: 65%; */
	}

	.subttl-header {
		margin-top: 22vw;
	}

	.txt-header {
		width: 96%;
		line-height: 1.3rem;
		hyphens: auto;
		margin: 0vw 0vw;
		padding: 10% 2% 0% 2%;
	}

	/* -------- ART 1   -------- */

	.art-1-txt {
		font-size: 1.2rem;
		line-height: 1.5rem;
		padding: 20% 2% 0% 2%;
		hyphens: auto;
	}

	.art-1 {
		height: 100vh;
	}
	/* -------- ART 2   -------- */

	.art-2 {
		flex-direction: column;
		justify-content: start;
	}
	.art-2-txt {
		padding-top: 30%;
		font-size: 1rem;
		line-height: 1.3rem;
	}

	.art-2-txt-2 {
		padding-top: 10%;
	}

	.right-bottom {
		margin-top: 30%;
	}

	.art-2-img {
		width: 60vw;
	}

	.art-2-Kim {
		left: 8%;
		top: 5%;
	}

	.art-2-Syngman {
		right: 17%;
		top: 50%;
	}

	.art-2-txt-3 {
		padding-top: 18%;
	}
	/* -------- ART 3  -------- */

	.art-3-txt {
		margin: 20% 0% 5% 0%;
		padding: 0% 2%;
		font-size: 1rem;
		line-height: 1.3rem;
	}

	.art-3-txt-right {
		margin-top: 10%;
	}

	.art-3-txt-2 {
		margin: 20% 0% 20% 0%;
	}

	.art-3-txt-3 {
		margin: 15% 0% 20% 0%;
	}

	/* -------- ART 4  -------- */

	.art-4-txt {
		padding-top: 15%;
	}
	.date-six-h {
		font-size: 15rem;
	}

	.art-4 {
		overflow: hidden;
		padding-top: 5%;
	}

	.art-4-img-special {
		width: 79%;
		position: absolute;
		top: 20%;
		left: 10%;
		z-index: -10;
	}

	.art-4-img-1 {
		left: 10%;
		top: 25%;
	}

	.art-4-img-3 {
		left: 45%;
		top: 15%;
	}

	.art-4-img-4 {
		width: 60%;
		left: 37%;
	}

	.art-4-img-6 {
		top: 16%;
		left: 20%;
		width: 50%;
	}

	.date-bottom {
		bottom: 0%;
	}

	.date-bottom-half {
		width: 100vw;
	}

	.date-bottom-half-right {
		left: 0%;
	}

	.anim-1,
	.anim-2 {
		height: 40vh;
		padding-top: 10%;
		width: 140%;
		overflow-x: hidden;

		max-width: 100%;
		/* margin-bottom: 200%; */
	}

	#animation-container {
		overflow-x: hidden;
	}

	.border-explosion-container {
		height: auto;
	}

	.cursor-follow {
		display: none;
	}
}
