@font-face {
	font-family:"ExposureTrial";
	src:url("../webfonts/ExposureTrial[-40].otf") format("opentype");
}

@font-face {
    font-family:"Adelphe";
    src:url("../webfonts/Adelphe-GerminalRegular.woff") format("woff");
}

@font-face {
    font-family:"AdelpheItalic";
    src:url("../webfonts/Adelphe-GerminalItalic.woff") format("woff");
}

details summary::-webkit-details-marker {
  display:none;
}















body{
	color: #863531;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-x: hidden;
	scroll-behavior: smooth;

}



body p{
	font-family:"Adelphe";
	font-size: 0.9em;
}


body a{
	color: #863531;
}



body a:hover{
	cursor: pointer;
}


.texte_petit{
	font-family:"Adelphe";
	font-style: italic;
	font-size: 0.75em;
	line-height: 1.5em;
	opacity: 70%;


}




#a_propos{
	width: 31vw;
	height: auto;
	position: absolute;
	bottom: 10px;
}


#bloc_partie_1{
	width: 31vw;
	vertical-align: top;
	text-align: left;
	display: grid;
 	grid-template-columns:  auto auto;
}





#credits{
	width: 31vw;
	height: auto;
	padding-top: 30px;
	margin-bottom: 5px;
	border-top: 1px solid #863531;
}





.accordion {
	font-family:"Adelphe";
	cursor: pointer;
	color: #863531;
	background-color: transparent;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 0.9em;
	width: 10vw;
	text-align: start;
	border: none;
	outline: none;
	display: flex;
	border-top: 1px solid #863531;
}




.accordion.open-left {
  display: flex;
  justify-content: flex-start; /* gauche */
  align-items: flex-start;     /* haut */
  text-align: left;
}




/* Style the accordion panel. Note: hidden by default */
.panel {
  overflow: hidden;
  width: 21vw;
  max-height: 0;
  padding-left: 0px;
  padding-top: 10px;
  border-top: 1px solid #863531;
  overflow: hidden;
  transition: max-height 0.2s ease-out;

}





.span_plus{
	width: 31vw;
	position: absolute;
	left: 0;
	text-align: right;
	font-size: 0.9em;
	display: inline; /* ou inline, selon ton layout */


}






.accordion .span_plus {
  display: inline-block; /* ou inline, selon ton besoin */
}


.accordion.open-left .span_plus{
	display: none;
}






.span_archive_nom_projet{
	width: 31vw;
	position: absolute;
	left: 0;
	text-align: right;
	font-size: 1.2em;
	display: inline; /* ou inline, selon ton layout */


}







#contenu{
	width: 98vw;
	height: 97vh;
}



#contenu_1{
	width: 31vw;
	height: 5vh;
	display: grid;
 	grid-template-columns: auto auto auto;
 	justify-content: space-between;
 	padding-top: 5px;
}









#nom{
	width: 10vw;
	height: auto;
	padding-left: 0;
}



#nom a{
	text-decoration: none;

}









#anim{
	width: 4vw;
	height: auto;
	margin-top: -40px;
	padding-left: 0;

}


#anim video{
	width: 100%; /* width needs to be set to 100% */
    height: 100%; /* height needs to be set to 100% */
	max-width: 4vw;
	max-height: auto;

}




#anim_retour{
	width: 5vw;
	height: auto;
	margin-top: -25px;
	padding-left: 0;

}


#anim_retour video{
	width: 100%; /* width needs to be set to 100% */
    height: 100%; /* height needs to be set to 100% */
	max-width: 5vw;
	max-height: auto;

}












#mail{
	width: auto;
  text-align: right;
}




#contenu_2{
	width: 99vw;
	height: 93vh;
	display: grid;
 	grid-template-columns: auto auto auto;
}


#partie_1{
	width: 31vw;
	height: auto;
	padding-right: 5px;
}


#partie_2{
	width: 33vw;
	height: 97vh;
	overflow: hidden;
}


#partie_3{
	width: 33vw;
	height: 97vh;
	overflow: hidden;

}








.scroller {
  width: 33vw;
  height: 97vh;
  padding: 5px;
  grid-column: 1 1;
  overflow: auto;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox, Safari 18.2+, Chromium 121+ */
  scroll-behavior: smooth;
}








.image_index{
	width: 32vw;
	height: auto;
}


.image_index_details{
	max-width: 32vw;
	max-height: auto;
	display: flex;
	justify-content: left;
	border-radius: 0.4em;
}






.mediums{
	font-family:"Adelphe";
	color: #863531;
	background-color: transparent;
	font-size: 0.9em;
	border: 1px solid #863531;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3em;
}










.image_index{
	width: 32vw;
}



.projet_index{
	width: 32vw;
}













.description_index1{
	width: 31vw;
	display: grid;
  	grid-template-columns: repeat(3, 1fr);
  }



.description_index{
	width: 31vw;
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
}







.titre_projet{
	width: 31vw;
	position: absolute;
	top: 15vh;
	font-size: 3em;
	text-align: center;
}



.titre_projet_index{
	width: 10vw;

}


.texte_projet{
	width: 21vw;
	margin-left: 5px;
}







#bloc_partie_projet{
	width: 31vw;
}

















.retour{
	width: 6vw;
	height: auto;
 	position: absolute;
 	bottom: 10px;
 	right: 10px;
}	



#anim_retour_bas{
	width: 6vw;
	height: auto;
	font-family:"Adelphe";
	cursor: pointer;
	border: 1px solid #863531;
	border-radius: 10em;
	background-color: white;
}


#anim_retour_bas video{
	width: 100%;
    height: 100%; 
	max-width: 6vw;
	max-height: auto;
	border-radius: 10em;
}












#partie_2_projet{
	width: 67vw;
	height: 97vh;
	overflow: hidden;
}










.scroller_projet {
  width: 67vw;
  height: 97vh;
  padding: 5px;
  overflow: auto;
  display: flex;
  justify-content: center;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox, Safari 18.2+, Chromium 121+ */
  scroll-behavior: smooth;
}















.image_projet{
  width: 63vw;
	height: auto;
}


.image_projet_details{
  width: 63vw;
	max-height: auto;
	display: flex;
	border-radius: 0.4em;
}



#video_projet{
  width: 63vw;
	max-height: auto;
	display: flex;
	border-radius: 0.4em;
}










.image_projet2{
  width: 63vw;
	height: auto;
	display: grid;
 	grid-template-columns: auto auto;
 	justify-content: space-between;
}




.image_projet_details2{
  width: 31vw;
	max-height: auto;
	display: flex;
	border-radius: 0.4em;
}



#video_projet2{
  width: 31vw;
	max-height: auto;
	display: flex;
	border-radius: 0.4em;
}








































/*
         ___     _,.---._                .=-.-.             ,----.  
  .-._ .'=.'\  ,-.' , -  `.    _..---.  /==/_ / _.-.     ,-.--` , \ 
 /==/ \|==|  |/==/_,  ,  - \ .' .'.-. \|==|, |.-,.'|    |==|-  _.-` 
 |==|,|  / - |==|   .=.     /==/- '=' /|==|  |==|, |    |==|   `.-. 
 |==|  \/  , |==|_ : ;=:  - |==|-,   ' |==|- |==|- |   /==/_ ,    / 
 |==|- ,   _ |==| , '='     |==|  .=. \|==| ,|==|, |   |==|    .-'  
 |==| _ /\   |\==\ -    ,_ //==/- '=' ,|==|- |==|- `-._|==|_  ,`-._ 
 /==/  / / , / '.='. -   .'|==|   -   //==/. /==/ - , ,/==/ ,     / 
 `--`./  `--`    `--`--''  `-._`.___,' `--`-``--`-----'`--`-----``  */














@media only screen and (max-width: 600px) {

  body {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}




  #contenu {
    width: 95vw;
    height: auto;
  }

  #contenu_2 {
    width: 95vw;
    height: auto;
    display: flex;
    flex-direction: column;
  }



  #contenu_1 {
  width: 95vw;
  height: auto;
  display: flex;
  font-size: 0.9em;
  flex-direction: row;
  align-items: start;
  gap: 90px; /* Espace entre les éléments, ajustable */
  margin-top: 15px;

}


#contenu_1 > * {
  align-self: start;      /* <-- Force chaque enfant à s'aligner en haut */
}




#nom,
#mail {
  position: relative;
  z-index: 2;
  width: 130px;
  text-align: left;
}


  #anim {
  	width: 13vw;
  	z-index: 1;
    text-align: center;
    position: absolute;
    top: 45px;

  }


  #anim video {
  	 width: 13vw;
  }



#mail{
  text-align: right;
}


#nom,
#mail,
#anim {
  flex-shrink: 0;
}




  #anim video {
    max-width: 200px;
    height: auto;
  }




  #a_propos {
    width: 100%;
    height: auto;
    position: relative;
    bottom: unset;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 20px;
  }



  #bloc_partie_1 {
    width: 100%;
    grid-template-columns: 1fr;
  }


 .accordion {
    width: 100%;
  	font-size: 0.8em;
    height: 1.5em;
    border-top: 1px solid #863531;
	outline: none;
  }


	.panel {
	width: 100%;            /* largeur fixe ou relative */
	max-width: 600px;      /* optionnel, limite la largeur max */
	margin: 0 auto;        /* centre horizontalement la div */
	font-size: 0.9em;
	border: none;
	text-align: left;    /* centre le texte à l’intérieur */
	display: block;        /* s’assure que c’est un bloc */
	}


	  .panel p {
	  text-align: left;
	}




  .texte_petit {
    font-size: 0.8em;
    text-align: left;
  }

  #credits {
    display: none;
  }



  #partie_1 {
  width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: start; /* centre les enfants horizontalement */
  justify-content: center;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}






#partie_2,
#partie_3 {
  width: 95vw;
  height: auto;
  padding-right: 0;
  margin-bottom: 20px;
  text-align: center;
}


  .scroller {
    width: auto;
    height: auto;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .image_index {
    width: 100%;
  }

  .image_index_details {
    max-width: 100%;
    height: auto;
  }





 .description_index {
  width: 100%;
  display: grid;
  font-size: 0.9em;
  grid-template-columns: auto auto;
  justify-content: start;
  align-items: start;
  gap: 10px;
}


.description_index > * {
  align-self: start;      /* <-- Force chaque enfant à s'aligner en haut */
}



  .titre_projet_index {
    width: 25vw;
    font-size: 0.9em;
    text-align: left;

  }



  .titre_projet{
  	width: 90%;
  	font-size: 2.2em;
  	text-align: center;
	   margin-top: 0px;
  }






  .texte_projet {
    width: 60vw;
  	margin: 0 auto;        /* centre horizontalement la div */
   	font-size: 1em;
  	text-align: left;    /* centre le texte à l’intérieur */
  }


  .texte_projet p {
  text-align: left;
}




  .span_plus {
    position: absolute;
    right: 10;
    text-align: right;
    width: auto;
  }

  /* Projet page (images & vidéos) */
  .image_projet,
  .image_projet_details,
  #video_projet {
    width: 100% !important;
  }



 .image_projet2 {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Deux colonnes égales */
  column-gap: 15px;                      /* Espace entre les deux colonnes */
  width: 90vw;                    /* Largeur totale du conteneur */
  margin: 0 auto; 
  margin-bottom: 0;                /* Centre le conteneur */
}

#video_projet2,
.image_projet_details2 {
  width: 100%;
  height: auto;
  display: block;
}




  #partie_2_projet,
  .scroller_projet {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center; /* centre les enfants horizontalement */
  justify-content: center;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
 }




  .retour {
 	display: none;
  }

  #anim_retour_bas {
    display: none;
  }


  #anim_retour video {
    max-width: 70px;
    height: auto;
  }


#anim_retour {
  	width: 100%;
    text-align: center;
    position: absolute;
    top: 25px;
  }


  #anim_retour video {
  	width: 100%;
  }


  #anim_retour_bas video {
    display: none;
  }



.projet_index {
	width: 90vw;
	margin-top: 130px;
}


.description_index1{
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 130px;
	font-size: 0.9em;
	display: flex;
	flex-direction: row;

}



.description_index1 p{
	width: 27vw;
	height: auto;

}






  #contenu,
#contenu_1,
#contenu_2,
#partie_1,
#partie_2,
#partie_3{
  text-align: center;
  align-items: center;
  justify-content: center;
}


}





