#sIntro .box {
	min-height: 100vh;
}
#sIntro .person 
{
    flex: 0 0 45%;
    display: flex;
    position: relative;
   
} 

 #sIntro .person img 
{
	margin-top: auto;
    margin-left: 0;
    width: 100%;
    height: auto;
}


/* >–––––––––––––––––––––––––––––––––––––– STATS –––––––––< */

section.b .box{ 
	margin: 0 auto;
	max-width:80rem; 
}


/* >–––––––––––––––––––––––––––––––––––––– SECTION C –––––––––< */

section.c .cntnt
{
	display: flex;
}
	section.c .video {
		flex: 0 0 40%;
		margin-left: auto;

	}
		section.c .video > div { position: relative; width: 100%; }
		section.c .video > div::before { content: ''; display: block; padding-top: 56%; }
			section.c iframe {
				position: absolute; left: 0; top: 0; right: 0; bottom: 0;
				width: 100%;
				height: 100%;
				border: 0;
			}

	section.c .txt {
		box-sizing: border-box;
		margin-left: auto;
		padding-left: 4rem;
		max-width: 60rem;
	}
	section.c .cntnt .triple_title {
		margin: 1rem 0 3rem 0;
	}
		section.c .cntnt .triple_title h1 {
			color: #FFFEF7;
		}
		section.c .cntnt .triple_title h2 {
			color: #B4D4FF;
		}

	section.c .txt p {
		color: #ccc;
	}
	section.c .txt p b {
		color: #69C6FB;
	}


/* >–––––––––––––––––––––––––––––––––––––– ANIMATION –––––––––< */

section.c .txt .triple_title.onScroll {
	margin-top: -3rem;
	opacity: 0;
	transition: opacity 0.4s ease, margin-top 2s ease;
}
section.c .txt .triple_title.onScroll.active { margin-top: 0; opacity: 1; }





/* >–––––––––––––––––––––––––––––––––––––– REACTIF ––––––––––––––––––––––– REACTIF ––––––––––––––––––––––– REACTIF ––––––––––––––––––––––– REACTIF –––––––––< */



@media all and (max-width: 1200px) {
	/* >------ C –––––––––< */
    section.c .cntnt { margin-left: auto; margin-right: auto; width: 100%; }
}

@media all and (max-width: 1100px) {
	#sIntro .person { display:none; }
	
	/* >------ C –––––––––< */
	section.c .video { flex: 0 0 45%; }
	section.c .txt { flex: 0 0 55%; }
}

@media all and (max-width: 800px) {
	/* >------ C –––––––––< */
	section.c .cntnt { display:block; }
	section.c .video { margin-bottom: 3rem; }
	section.c .txt { margin: 0 auto; padding-left: 0; }
}
