*{
	margin: 0;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, blockquote, li {
	margin-block-end: 0.5em;
}

img, video  { 
	width: 100%;
}
img, video {
	max-height: 60vh;
}
iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}


html {
	font-family: sans-serif;
}

.hero__title{
	margin: 0;
	color: #fff;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: clamp(56px, 10vw, 140px);
	line-height: 0.9;
	text-align: center;
}

.texte{
	margin: 0;
	/* width: min(820px, 100%); */
	color: #fff;
	font-size: clamp(16px, calc(1rem + 0.5vw), 22px);
	text-align: left;
	line-height: 1.25;
}

.texte p {
	max-width: 70ch;
}


/*section { outline: 2px solid blue; outline: -4px;}
.texte {outline: 2px solid red; outline-offset: -2px;}
.image {outline: 2px solid  purple; outline-offset: -2px;}
*/

section{
	background-image: url("20250603_Panchiko_Toronto_History_Sophie_Bouquillon2_a54b5a3315.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
  }

section{
	width: 100%;
	min-height: 100vh;
}

section {
	display: flex;
	gap: 1rem;
	padding: 1rem;
}

section > * {
	flex: 1;
}
section img { object-fit: contain; }




section.type1-gauche{
	flex-direction: row;
}

section.type2-droite{
	flex-direction: row-reverse;
}

section.type3-vertical{
	flex-direction: column
}


/* t3-vertical */
section.type3-vertical .texte{
	display: flex;
	flex-direction: row;
	gap: 1rem;
}
section.type3-vertical .texte >*{
	flex:1;
}



/* 
section.t4{
	flex-direction: column-reverse;
}
section.t4 .texte{
	display: flex;
	gap:1rem;
}
section.t4 .texte >*{
	flex:1;
}


section.t5{
	align-items: center;
	flex-direction: column;
}
section.t5 .texte{
	display: ;
	gap:1rem;
}
section.t5 .texte >*{
	flex:1;
} */



/*scrolling*/
html, body { scroll-snap-type: y mandatory; }
section { scroll-snap-align: start; }