/*
orange : FCB27A
rose : FDAABA
bleu : 77F5D2
vert : CADD72
*/

/*FONTS*/
@font-face {
	font-family: velvelyne;
	src: url(../assets/fonts/Velvelyne-Book.woff2) format('woff2');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: velvelyne-bold;
	src: url(../assets/fonts/Velvelyne-Bold.woff2) format('woff2'),
	     url(../assets/fonts/Velvelyne-Bold.woff) format('woff');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: josafronde;
	src: url(../assets/fonts/Josafronde.woff2) format('woff2'),
	     url(../assets/fonts/Josafronde.woff) format('woff');
	font-style: normal;
	font-weight: normal;
}



.vert{
	color: #CADD72;
}

.rose{
	color: #FDAABA;
}

.orange{
	color: #FCB27A;
}
.bleu{
	color: #77F5D2;
}

.rose-stroke{
		color: white;
-webkit-text-stroke: 1.4px #FDAABA;
}

.orange-stroke{
	color: white;
-webkit-text-stroke: 1.4px #FCB27A;
}



/* ARRIÈRES PLAN */

body{
	background-color: #F6F6F6;
;
}

#fullscreen, #scotch{
	width: 100vw;
	height: fit-content;
	display: inline-block;
}

#scotch{
	position: absolute;
	width: 100vw;

	overflow-x: hidden;
}

#haut{
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	z-index: 10;
	margin: 0;
}

#milieu{
	width: 55%;
	padding-left: 50%;
	margin-right: -10px;
	bottom: 0px;
}

#bas{
	width:40%;
	margin-left: -40px;
	margin-top: -40px;
}

#logo{
	height: auto;
	width: 85px;
	display: block;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}


/* CONTENUS */

#home-projet{
	position: relative;
	display: inline-block;
	padding: 0px 150px 0px 150px;
	margin: auto;
	margin-bottom: 100px;
}


#teaser{
	position: relative;
	height: auto;
	width: 100%;
	display: block;
	margin: auto;
	margin-top: -22px;
}


#home-collectif{
	width: 100%;
	display: block;
}

#content{
	position: relative;
	width: 50%;
	margin: auto;
	padding-left: 50%;

}


.titles{
	font-family: velvelyne;
	font-size: 8rem;
	line-height: 7rem;
	width: fit-content;
	margin: 50px 0px 80px ;
}

.texte-corps{
	font-family: josafronde;
	font-size: 1em;
	width: 70%;
	line-height: 1.6em;
}

.legende{
	font-family: velvelyne-bold;
	font-size: 1.4rem;
	width: fit-content;
	color: white;
	-webkit-text-stroke: 1.4px #FDAABA;
}

.bold{
	-webkit-text-stroke: 1.4px #CADD72;
}

footer{
	position: relative;
	display: flex;
	width: 60%;
	justify-content: space-between;
	padding-left: 30%;
	margin: 100px 0px 50px;
}

.links{
	font-family: velvelyne-bold;
	font-size: 1.4rem;
	color: white;
}

.links:hover{
	-webkit-text-stroke: 1.4px black;
	transition: color 0.3s ease;
}

a{
	text-decoration: none;
	color: black;
}

#back-home {
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 100;
	font-family: velvelyne-bold;
	font-size: 4rem;
	color: white;
	-webkit-text-stroke: 1.5px black;
	line-height: 1;
}

.member {
	transition: none;
}

.member--lucie:hover  { color: white; -webkit-text-stroke: 1.4px #77F5D2; }
.member--elysa:hover  { color: white; -webkit-text-stroke: 1.4px #FDAABA; }
.member--emelyne:hover { color: white; -webkit-text-stroke: 1.4px #FCB27A; }
.member--david:hover  { color: white; -webkit-text-stroke: 1.4px #CADD72; }



/*ESPACE À COMPOSER*/

#eac-contener{
	position: relative;
	display: inline-block;
	height: 99vh;
	padding: 0px 150px 0px 150px;
	margin: auto;
	overflow-y: hidden;
}

#eac-contenu{
	position: relative;
	display: inline-flex;
	width: 100%;
}

#double-colonne-gauche{
	position: relative;
	display: inline-block;
	width: 70%;
	align-content: center;
}

#img-memoires{
	position: relative;
	width: 25%;
	height: fit-content;
}

.eac-texte{
	width: 100%;
	margin-bottom: 50px;
}

#list-box{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: fit-content;
}

#liste{
	position: relative;
	display: inline-block;
	width: 100%;
	height: fit-content;
	font-size: 1.5em;
	font-family: velvelyne-bold;
}

li{
	width: fit-content;
	position: relative;
	padding: 20px 0px;
}

.memoire-link {
	color: inherit;
	text-decoration: none;
}

.memoire-link--1:hover { color: white; -webkit-text-stroke: 1.4px #77F5D2; }
.memoire-link--2:hover { color: white; -webkit-text-stroke: 1.4px #CADD72; }
.memoire-link--3:hover { color: white; -webkit-text-stroke: 1.4px #FDAABA; }
.memoire-link--4:hover { color: white; -webkit-text-stroke: 1.4px #FCB27A; }

#liste li {
	white-space: nowrap;
}


/* ── TABLETTE / PETIT LAPTOP (769px – 1200px) ── */

@media (min-width: 769px) and (max-width: 1200px) {

  .titles {
    font-size: 5rem;
    line-height: 4.5rem;
    margin: 40px 0 60px;
  }

  #home-projet { padding: 0 60px; margin-bottom: 80px; }

  .texte-corps { width: 90%; }

  #content {
    width: 85%;
    padding-left: 15%;
  }

  footer {
    width: 85%;
    padding-left: 15%;
  }

  #eac-contener { padding: 0 60px; }

  #liste { font-size: 1.2em; }
}


/* ── MOBILE (≤768px) ── */

@media (max-width: 768px) {

  /* Scotch — caché sur mobile */
  #scotch { display: none; }

  /* Fullscreen container */
  #fullscreen { display: block; width: 100%; }

  /* Logo */
  #logo { width: 60px; margin-top: 30px; margin-bottom: 30px; }

  /* Titres */
  .titles {
    font-size: 3.5rem;
    line-height: 3rem;
    margin: 30px 0 40px;
  }

  /* Teaser vidéo */
  #teaser { max-height: 45vh; width: 100%; object-fit: cover; margin-top: 0; margin-bottom: 0; }

  /* Home Projet */
  #home-projet { padding: 0 24px; margin-bottom: 60px; }
  .texte-corps { width: 100%; }

  /* Home Collectif */
  #home-collectif { display: block; width: 100%; }
  #content {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0;
  }

  footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin: 50px 0 40px;
  }

  /* Sauts de ligne desktop uniquement */
  .br-desktop { display: none; }

  /* Back home */
  #back-home { top: 16px; left: 16px; font-size: 2em; }

  /* Espace à Composer */
  #eac-contener {
    height: auto;
    padding: 80px 24px 60px;
    overflow-y: auto;
  }

  #eac-contenu { flex-direction: column; }

  #double-colonne-gauche { width: 100%; }

  #img-memoires {
    width: 70%;
    display: block;
    margin: 30px auto 0;
  }

  #list-box { flex-direction: column; }

  #liste { font-size: 1.1em; }

  li { padding: 12px 0; }
}
