html, body {
  margin: 0;
  height: 100%;
  /*max-height: 100%;*/
}
#c {
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
}

body {
  color: #F0F0F0;
}

body {
  font-family: 'Inter', 'system-ui', sans-serif;
  font-feature-settings: "kern" 1;
  font-feature-settings: "liga" 1;
  font-feature-settings: "calt" 1;
  font-kerning: normal;
  font-stretch: 100%;
  font-weight: 500;
  font-optical-sizing: auto;

  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
  text-align: start;  
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-variant-ligatures: contextual common-ligatures;
  transition: 0.5s;
}

body p {
  /*padding: 8px;*/
  /*text-decoration: none;*/
  font-size: 16px;
  color: #646464;
  display: block;
  /*transition: 0.3s;*/
}

figcaption {
 font-size: 14px;  
 text-align: right;
 color: #646464;
}

body a {
  padding: 6px;
  text-decoration: none;
  font-size: 36px;
  color: #646464;
  display: block;
  transition: 0.3s;
}

.go3D a {
  padding: 6px;
  text-decoration: none;
  font-size: 42px;
  /* font-weight:bold; */
  
  color: #646464;
  display: block;
  transition: 0.3s;
}

.intro_overlay a {
  /*padding: 6px;*/
  padding-top: 0px;
  padding-bottom: 0px;
  text-decoration: none;
  font-size: 1.2vw;
  color: #646464;
  display: block;
  transition: 0.3s;
  padding-inline-end: 0px;
  padding-inline-start: 0px;
  
}

.about_overlay a {
  /*padding: 6px;*/
  padding-top: 0px;
  padding-bottom: 0px;
  text-decoration: none;
  font-size: 1.2vw;
  color: #646464;
  display: block;
  transition: 0.5s;
  padding-inline-end: 0%;
  padding-inline-start: 0px;
}

.intro_overlay h4 {
  /*font-style: italic;*/
  margin-bottom: 0;
  color: #646464;
  margin-block-start: 0.5%;
  margin-block-end: 0.5%;
  font-size: 1.6vw;
}

.about_overlay h4 {
  /*font-style: italic;*/
  margin-bottom: 0;
  color: #646464;
  margin-block-start: 0.5%;
  margin-block-end: 0.5%;
  font-size: 1.6vw;
}



.overlay h4 {
  /*font-style: italic;*/
  margin-bottom: 0;
  color: #646464;
  margin-block-start: 0.5%;
  margin-block-end: 0.5%;
  font-size: 1.2vw;
}



/* overlays avec nom de projet, anée, au niveau de la 3D*/
.overlay_3D {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: transparent;
  display: none;
  transition: 0.5s;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.overlay_3D h4 {
  /*font-style: italic;*/
  margin-bottom: 0;
  color: #646464;
  margin-block-start: 0.5%;
  margin-block-end: 0.5%;
  font-size: 1.6vw;
  transition: 0.5s;
  margin-block-start: 0%;
  margin-block-end: 0%;
  /*-webkit-text-stroke: 1px rgba(240,240,240, 0.95); /* width and color */
  text-shadow: rgba(240,240,240, 0.95) 0px 0px 1px;

}

.overlay_3D p {
  margin-block-start: 0%;
  margin-block-end: 0%;
  /*-webkit-text-stroke: 1px rgba(240,240,240, 0.95); /* width and color */
  text-shadow: rgba(240,240,240, 0.95) 0px 0px 1px;
}


#btn_intro_Pmc,
#btn_intro_News,
#btn_intro_Texts,
#btn_intro_About,
#btn_intro_Portfolio,
#btn_intro_Contact
 {
  font-size: 1.6vw;
}

.overlay p {
  margin-top: 0;
}

img {
  max-width:100%;
  display: block;
}

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  min-height: 100%;
  /*display: none;*/
  width: 0;
  position: absolute; /* Stay in place */
  /*position: relative;*/
  z-index: 2; /* Sit on top */
  /*left: 0;*/
  left: -100%;
  top: 0;
  padding-bottom: 20%;
  background-color: rgba(240,240,240, 0.95); /* Black w/opacity */
  
  font-family: 'Inter', 'system-ui', sans-serif;
  font-feature-settings: "kern" 1;
  font-feature-settings: "liga" 1;
  font-feature-settings: "calt" 1;
  font-kerning: normal;
  font-stretch: 100%;
  font-weight: 500;
  font-optical-sizing: auto;

  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
  text-align: start;  
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-variant-ligatures: contextual common-ligatures;
  
  /*text-justify:auto;*/
  overflow-x: hidden; /* Disable horizontal scroll */
  /*overflow-y: scroll;*/
  /*-webkit-overflow-scrolling: touch;*/
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* The Overlay (background) */
.intro_overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  left: -100%;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  width: 97%;
  position: absolute; /* Stay in place */
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  overflow: hidden;
  /*position: relative;*/
  z-index: 0; /* Sit on top */
  /*left: 0;*/
  left: 0%;
  top: 0;
  /*margin-top: 5%;
  margin-bottom: 5%;*/

  padding-left: 3%;
  background-color: rgba(240,240,240, 0.80); /* Black w/opacity */
  
  font-family: 'Inter', 'system-ui', sans-serif;
  font-feature-settings: "kern" 1;
  font-feature-settings: "liga" 1;
  font-feature-settings: "calt" 1;
  font-kerning: normal;
  font-stretch: 100%;
  font-weight: 500;
  font-optical-sizing: auto;

  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
  text-align: start;  
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-variant-ligatures: contextual common-ligatures;
  /*font-size: 36px;*/
  
  /*text-justify:auto;*/
  overflow: hidden; /* Disable horizontal scroll */
  overflow-x: hidden;
  /*overflow-y: scroll;*/
  /*-webkit-overflow-scrolling: touch;*/
  transition: 1s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.about_overlay {
  padding-bottom: 0px;
}


#descIntro a:hover {
  font-size: 150%;
}

#descIntro h4 a:hover {
  font-size: 110%;
}

#descIJ,
#descIK,
#descJK {
  padding-bottom: 20%;
}


/*
#btn_intro_Pmc:hover,
#btn_intro_News:hover,
#btn_intro_About:hover,
#btn_intro_Portfolio:hover,
#btn_intro_Texts:hover,
#btn_intro_Contact:hover {
  font-size: 120%;
}*/
/*
.btn_intro a:hover {
  font-size: 120%;
}*/
/*
.btn_intro_h4:hover {
  font-size: 120%;
}
.btn_intro:hover {
  font-size: 160%;
}*/

#sub_descTexts a:hover {
  font-size: 120%;
}

#sub_descNews a:hover {
  font-size: 120%;
}


.overlay .closebtn {
  
  position: absolute;
  /*background-color: rgba(240,240,240, 0.95);*/
  top: 10px;
  right: 45px;
  font-size: 60px;
}

.closebtn {
  z-index: 2;
}

/* la on fat ref a un div */ 
.backbutton {
  display: none;
  z-index: 3;
  font-size: 60px;
  transition: 0.5s;
}
.btn_backbutton {
  z-index: 3;
}
/* la on fat ref a un div */
.closebtn_360 {
  display: none;
  z-index: 2;
  position: fixed;
  top: 10px;
  right: 45px;
  font-size: 60px;
  transition: 0.5s;
}

.closebtn_3602 {
  display: none;
}

/* la on fat ref a un div */
.backbutton_360 {
  display: none;
  z-index:2;
  position: fixed;
  bottom: 10px;
  right: 45px;
  font-size: 60px;
}
.backbutton_3602 {
  display: none;
}

/* la on fat ref a un div */
.closebtn_rem {
  display: none;
  z-index: 2;
  position: fixed;
  top: 10px;
  right: 45px;
  font-size: 60px;
}

.closebtn_rem2 {
  display:none;
}
/* la on fat ref a un div */
.backbutton_rem {
  display: none;
  z-index:2;
  position: fixed;
  bottom: 10px;
  right: 45px;
  font-size: 60px;

}
.backbutton_rem2 {
  display: none;
}

/* ce sont les class des div video et texte video */
.video .textdescvideo {
  display: flex;
  flex: 1 1 auto;
  /*max-width: 720px;*/
  margin-left: auto;
  margin-right: auto;
}

.go3D {
  position: absolute;
  top: 0.1vw;
  right: 3vw;
  display: none;
  z-index: 1;
  transition: 1s;
}

/* div "button" menu */
.btn_menu {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 1%;
  left: 1%;
  display: none;
  z-index: 0;
  /*background-color: rgba(240,240,240, 0.95);*/
  transition: 0.3s;
}

#btn_menu:hover {
  width: 43px;
  height: 43px;
}

.btn_menu_int {
  width: 100%;
  height: 5px;
  /*width: 35px;*/
  float: top;
  background-color: #646464;
  margin: 6px 0;
  z-index: 0;
  transition: 0.3s;
}
#btn_menu_int:hover {
  width: 43px;
  height: 6px;
}


/*---------- fenetre video pour qu'elle soit vers le haut du div*/
.player {
  float: top;
}
/* Pour les projs vidéo-------------------------------------*/
#descSwallows,
#descBrowsing,
#descPaysage,
#descCotesArmor,
#descSubstance,
#descHistoires {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
}

#videoSwallows, 
#textdescvidSwallows,
#videoBrowsing, 
#textdescvidBrowsing,
#videoPaysage, 
#textdescvidPaysage,
#videoCotesArmor, 
#textdescvidCotesArmor,
#videoSubstance, 
#textdescvidSubstance,
#videoHistoires, 
#textdescvidHistoires 
{
  /*max-width: 37.5%;*/
  display: block;
  flex: 1 1 auto;
}

#videoSwallows,
#videoBrowsing,
#videoPaysage,
#videoCotesArmor,
#videoSubstance,
#videoHistoires
{
  margin-top: 92px;
}
/* Pour L'inter-code ------ */


#sub_descInterCode_1 {
  padding-right: 2%;
  padding-left: 10%;
  padding-top: 92px;
  width: 43%;
  float: left;
}


#sub_descInterCode_2 {
  padding-right: 10%;
  padding-left: 1%;

  float: left;
  padding-top: 92px;
  width: 34%;
}
#descInterCode_2 img {
  display:block;
  margin:auto;
}

#sub_descintercode_2_inf {
  padding-top: 5%;
}

/* Pour Postdigital Flipbook ------------------------*/
#sub_descPostFlip_1 {
  padding-right: 2%;
  padding-left: 10%;
  padding-top: 92px;
  width: 43%;
  float: left;
}


#sub_descPostFlip_2 {
  padding-right: 10%;
  padding-left: 1%;

  float: left;
  padding-top: 92px;
  width: 34%;
}
#descPostFlip_2 img {
  display:block;
  margin:auto;
}


/* Pour Postdigital Gpsl ------------------------*/
#sub_descGpsl_1 {
  padding-right: 2%;
  padding-left: 10%;
  padding-top: 92px;
  width: 43%;
  float: left;
}


#sub_descGpsl_2 {
  padding-right: 10%;
  padding-left: 1%;

  float: left;
  padding-top: 92px;
  width: 34%;
}
#sub_descGpsl_2 img {
  display:block;
  margin:auto;
}

#sub_descGpsl_2_med,
#sub_descGpsl_1_inf,
#sub_descGpsl_2_inf {
  padding-top: 5%;
}



/* Pour La Flamme-------------------------------------*/
#descFlamme {
  /*display: block;*/
  max-width: 100%;
  display: flex;
}

#sub_descFlamme_1 {
  /*display: flex;*/
  /*flex: 1 1 auto;*/
  /*display:block;*/
  margin-top: 92px;
  max-width: 34.5%;
  float: left;
  padding-top: 0.5%;
  padding-left: 2%;
  padding-right: 1%;

}
#videoFlame, #textdescvidFlamme {
  display: block;
  /*flex: 1 1 auto;*/
  /*max-width: 720px;*/
  /*margin-left: auto;*/
  /*margin-right: auto;*/
}

#player {
  vertical-align: top;
}
#vpFlamme {
  vertical-align: top;
}

#sub_descFlamme_2 {
  /*display: flex;*/
  overflow: hidden; 
  align-items:center;
  /*flex: 1 1 auto;*/
  /*display:block;*/
  margin-top: 92px;
  max-width: 32.25%;
  float: left;
  /*padding: 0.5%;*/
  padding-top: 0.5%;
  padding-left: 1%;
  padding-right: 1%;

}

#sub_descFlamme_3 {
  /*display: flex;*/
  overflow: hidden; 
  align-items:center;
  /*display:block;*/
  margin-top: 92px;
  /*flex: 1 1 auto;*/
  max-width: 32.25%;
  float: left;
  /*padding: 0.5%;*/
  padding-top: 0.5%;
  padding-left: 1%;
  padding-right: 2%;

}

.imgs_flamme {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 3%;
  /*float: top;*/
  /*height: 100%;*/
  /*object-fit: contain;*/
}

.imgs_flamme_1 {
  padding-top: 0%;
}

/* Pour Traces-------------------------------------------*/
#descTraces {
  /*display: block;*/
  max-width: 100%;
  display: flex;
}

#sub_descTraces_1 {
  /*display: flex;*/
  /*flex: 1 1 auto;*/
  /*display:block;*/
  margin-top: 72px;
  max-width: 24%;
  float: left;
  padding-left: 2%;
  padding-right: 1%;

}

#sub_descTraces_2 {
  /*display: flex;*/
  /*overflow: hidden;*/ 
  /*align-items:center;*/
  /*flex: 1 1 auto;*/
  /*display:block;*/
  margin-top: 72px;
  max-width: 44%;
  float: left;
  /*padding: 0.5%;*/
  padding-left: 1%;
  padding-right: 1%;

}

#sub_descTraces_3 {
  /*display: flex;*/
  overflow: hidden; 
  align-items:center;
  /*display:block;*/
  margin-top: 72px;
  /*flex: 1 1 auto;*/
  max-width: 24%;
  float: left;
  /*padding: 0.5%;*/
  padding-top: 0.9%;
  padding-left: 1%;
  padding-right: 2%;

}

#textdescvidTraces {
  display: block;
  flex: 1 1 auto;
  /*max-width: 720px;*/
  /*margin-left: auto;*/
  /*margin-right: auto;*/
}


/*
#sub_descTraces_2_haut {
  float: top;
  /*justify-content: centered;*/
  /*display: inline-block;*/
  /*display: flex;*/
/* } */


#videoTraces_left, #videoTraces_central, #videoTraces_right {
  display: block;
  /*flex: 1 1 auto;*/
  /*display:block;*/
  /*margin-top: 72px;*/
  /*display: block;*/
  /*flex: 1 1 auto;*/
  width: 33.33%;
  height: auto;
  float: left;
  /*padding-left: 0.5%;
  padding-right: 0.5%;*/

}
/*
#videoTraces_left {
  padding-right:0.66%;
}

#videoTraces_central {
  padding-right:0.33%;
  padding-left:0.33%;

}

#videoTraces_right {
  padding-right:0.33%;
}
*/

#sub_descTraces_2_bas {
  float: top;
}

#vpTraces_left,
#vpTraces_central,
#vpTraces_right {
  /*align-items: start;*/
  display: block;
  float: top;

}

.imgs_Traces {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 8%;
  /*float: top;*/
  /*height: 100%;*/
  /*object-fit: contain;*/
}



/* Pour El Tunel-------------------------------------*/
#descTunel {
  /*display: block;*/
  max-width: 100%;
  display: flex;
}

#sub_descTunel_1 {
  /*display: flex;*/
  /*flex: 1 1 auto;*/
  /*display:block;*/
  margin-top: 72px;
  width: 40%;
  float: left;
  padding-top: 1%;
  padding-left: 8%;
  padding-right: 1%;

}
#videoTunel, #textdescvidTunel {
  display: block;
  /*flex: 1 1 auto;*/
  /*max-width: 720px;*/
  /*margin-left: auto;*/
  /*margin-right: auto;*/
}

#player {

  float: top;
}
.vpcenter {
  justify-content: top
}

#sub_descTunel_2 {
  /*display: flex;*/
  overflow: hidden; 
  align-items:center;
  /*flex: 1 1 auto;*/
  /*display:block;*/
  margin-top: 72px;
  width: 10%;
  float: left;
  /*padding: 0.5%;*/
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;

}

#sub_descTunel_3 {
  /*display: flex;*/
  overflow: hidden; 
  align-items:center;
  /*display:block;*/
  margin-top: 72px;
  /*flex: 1 1 auto;*/
  width: 10%;
  float: left;
  /*padding: 0.5%;*/
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;

}

#sub_descTunel_4 {
  /*display: flex;*/
  overflow: hidden; 
  align-items:center;
  /*flex: 1 1 auto;*/
  /*display:block;*/
  margin-top: 72px;
  max-width: 10%;
  float: left;
  /*padding: 0.5%;*/
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;

}

#sub_descTunel_5 {
  /*display: flex;*/
  overflow: hidden; 
  align-items:center;
  /*display:block;*/
  margin-top: 72px;
  /*flex: 1 1 auto;*/
  max-width: 10%;
  float: left;
  /*padding: 0.5%;*/
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 8%;

}


.imgs_Tunel {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 12%;
  /*float: top;*/
  /*height: 100%;*/
  /*object-fit: contain;*/
}

/* Pour Les Halles-------------------------------------*/
#descHalles {
  /*display: block;*/
  max-width: 100%;
  display: flex;
}

#sub_descHalles_1 {
  /*display: flex;*/
  /*flex: 1 1 auto;*/
  /*display:block;*/
  margin-top: 72px;
  max-width: 50%;
  float: left;
  padding-top: 0%;
  padding-left: 9%;
  padding-right: 1%;

}
#videoHalles, #textdescvidHalles {
  display: block;
  /*flex: 1 1 auto;*/
  /*max-width: 720px;*/
  /*margin-left: auto;*/
  /*margin-right: auto;*/
}

#player {

  float: top;
}
.vpcenter {
  justify-content: top
}

#sub_descHalles_2 {
  /*display: flex;*/
  overflow: hidden; 
  align-items:center;
  /*flex: 1 1 auto;*/
  /*display:block;*/
  margin-top: 72px;
  max-width: 40%;
  float: left;
  /*padding: 0.5%;*/
  padding-top: 0%;
  padding-left: 1%;
  padding-right: 9%;

}

.imgs_Halles {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 0%;
  /*float: top;*/
  /*height: 100%;*/
  /*object-fit: contain;*/
}

/* pour Le Visage -------------- */

#desc_Visage {
  display: flex;
  justify-content: center;
  align-items: center;

}
#sub_descVisage_1 {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 72px;

  /*float: top;
  max-width: 100%;*/
}
/*#sub_descVisage_1_left, #sub_descVisage_1_right {
  display: inline-block;
/*float: left;*/
/*}*/

#sub_descVisage_1_left {
  max-width: 32%;
  max-height: 80%;
  margin-right: 1%;
  /*overflow: hidden;*/
}
#sub_descVisage_1_right {
  max-width: 65.4%;
  max-height: 80%;
  margin-left: 1%
  /*overflow: hidden;*/
}
#sub_descVisage_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10%;
  padding-left: 10%;

  /*float: top;
  max-width: 100%;*/
}
#sub_descVisage_3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 20%;
  padding-left: 20%;
  /*align-items: center;*/

  /*float: top;
  max-width: 100%;*/
}
#sub_descVisage_4 {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  padding-right: 20%;
  padding-left: 20%;
  padding-top: 3%

  /*float: top;
  max-width: 100%;*/
}


#sub_descVisage_4_left {
  /*margin-right: 1%;*/
  
  max-width: 47%;
  /*float: left;*/
}


#sub_descVisage_4_right {
  /*margin-left: 1%;
  width: auto;
  float: right;*/
  max-width: 47%;
}

/*
.img_Visage_5 {
  float: right;
}*/

/* Pour Hyperreality ---- */

#descHyper {
  display: flexbox;
  /*padding-right: 2%;
  padding-left: 2%;*/
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
#sub_descHyper_1 {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 92px;

  /*float: top;
  max-width: 100%;*/
}

#sub_descHyper_1_left {
  max-width: 32.3%;
}
#sub_descHyper_1_center {
  max-width: 32.3%;
}
#sub_descHyper_1_right {
  max-width: 32.3%;
}


#sub_descHyper_2 {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  padding-right: 2%;
  padding-left: 2%;
  

  /*float: top;
  max-width: 100%;*/
}

.imgs_Hyper {
  padding-bottom: 4%;
}


/* pour Le Remanences -------------- */

#desc_Remanences {
  display: flex;
  justify-content: center;
  align-items: center;

}
#sub_descRemanences_1 {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 92px;

  /*float: top;
  max-width: 100%;*/
}
/*#sub_descRemanences_1_left, #sub_descRemanences_1_right {
  display: inline-block;
/*float: left;*/
/*}*/


#sub_descRemanences_2 {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 2%;

  /*float: top;
  max-width: 100%;*/
}


#textdescvidRemanences {
  max-width: 47%;

  /*overflow: hidden;*/
}
#lboxRemanences {
  
  width: 47%;

  /*overflow: hidden;*/
}

#sub_descRemanences_3 {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 3%

  /*float: top;
  max-width: 100%;*/
}

#sub_descRemanences_4 {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 3%

  /*float: top;
  max-width: 100%;*/
}

#sub_descRemanences_5 {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 3%

  /*float: top;
  max-width: 100%;*/
}

#sub_descRemanences_3_left {
  /*margin-right: 1%;*/
  
  max-width: 48%;
  /*float: left;*/
}


#sub_descRemanences_3_right {
  /*margin-left: 1%;
  width: auto;
  float: right;*/
  max-width: 48%;
}

#sub_descRemanences_4_left {
  /*margin-right: 1%;*/
  
  max-width: 48%;
  /*float: left;*/
}


#sub_descRemanences_4_right {
  /*margin-left: 1%;
  width: auto;
  float: right;*/
  max-width: 48%;
}

#sub_descRemanences_5_left {
  /*margin-right: 1%;*/
  
  max-width: 48%;
  /*float: left;*/
}


#sub_descRemanences_5_right {
  /*margin-left: 1%;
  width: auto;
  float: right;*/
  max-width: 48%;
}

.img_Remanences_5 {
  width: 100%;
}


/*.img_Remanences_1_8 {
  margin-right: 0%;
}*/

#sub_descRemanences_1_1, #sub_descRemanences_1_2,
#sub_descRemanences_1_3, #sub_descRemanences_1_4,
#sub_descRemanences_1_5, #sub_descRemanences_1_6,
#sub_descRemanences_1_7 {
  padding-right: 1%;

}


/*  light-box Remanences -------- */
/* https://www.w3schools.com/howto/howto_js_lightbox.asp */
.modal {
  
 /* display: none;*/
  /*position: static;*/
  z-index: 2;
  /*padding-top: 100px;*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #F0F0F0;;
}



/* Modal Content */
.modal-content {
  /*position: static;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background-color: #F0F0F0;
  margin: auto;
  padding-top: 3%;
  float: top;
  width: 100%;
  max-width: 800px;
}

.prev,
.next {
  cursor: pointer;
  /*position: absolute;*/
  /*top: 50%;*/
  width: auto;
  padding: 16px;
  /*margin-top: -50px*/;
  color: black;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.prev {
  float: left;
  /*top: 50%;*/
}

/* Position the "next button" to the right */
.next {
  float: right;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: #F0F0F0;
  padding: 2px 16px;
  color: white;
}

.mySlides {
  display: none;
}

.ini_image_lb_remanences {
  display: flex;
}
.img_Remanences_2 {
  display: flex;

}


/* Pour The Border ------------------------------*/

/* pour Le Border -------------- */

#descBorder {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

}
#sub_descBorder_1 {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 72px;
}

#sub_descBorder_2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 5%;
  padding-left: 5%;

  /*float: top;
  max-width: 100%;*/
}

#sub_descBorder_2_left {
  /*margin-right: 1%;*/
  
  max-width: 32%;
  
  /*float: left;*/
}


#sub_descBorder_2_center {
  /*margin-left: 1%;
  width: auto;
  float: right;*/
  max-width: 32%;
}

#sub_descBorder_2_right {
  /*margin-left: 1%;
  width: auto;
  float: right;*/
  max-width: 32%;
}


.imgs_Border {
  padding-top: 5%;
}

/* Pour 360-720 ------------------------------- */

#desc_360720 {
  display: flex;
  justify-content: center;
  align-items: center;

}
#sub_desc360720_1 {
  display: flex;
  justify-content: flex-start;
  /*align-items: center;*/
  width: 100%;
  padding-right:0.5%;
  padding-left: 0.5%;
  padding-top: 92px;
}


#sub_desc360720_2 {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  padding-right:0.5%;
  padding-left: 0.5%;
  padding-top: 0.5%;

  /*float: top;
  max-width: 100%;*/
}


#sub_desc360720_2_left {
  /*display: flex;
  justify-content: flex-start;*/
  max-width: 10%;
  padding-right: 0.5%;

  /*overflow: hidden;*/
}
#sub_desc360720_2_right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  /*align-items: center;*/
  width: 90%;

  /*overflow: hidden;*/
}

#sub_desc360720_3 {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  padding-right:0.5%;
  padding-left: 0.5%;
  padding-top: 0.5%;

  /*float: top;
  max-width: 100%;*/
}


#sub_desc360720_3_left {
  /*margin-right: 1%;*/
  /*display: flex;
  justify-content: flex-start;*/
  max-width: 10%;
  padding-right: 0.5%;
  /*float: left;*/
}


#sub_desc360720_3_right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  /*align-items: center;*/
  width: 90%;
}

.sub_sub_overlay_360 {
  padding-right:0.5%;
}

.sub_sub_overlay_720 {
  padding-right:0.6%;
}

/* Datalithes -----------------------> */
/*#desc_Datalithes {
  display: flex;
  /*flex-direction: row;*/
  /*justify-content: center;*/
  /*align-items: center;*/
/*}*/

#sub_descDatalithes_1 {
  /*display: block;*/
  /*justify-content: space-between;*/
  /*align-items: center;*/
  padding-right: 1%;
  padding-left: 3%;
  padding-top: 92px;
  width: 56%;
  float: left;
  /*max-width: 100%;*/
}

#sub_descDatalithes_1_inf {
  padding-top: 5%;
}
#sub_descDatalithes_2 {
  /*display: block;*/
  /*justify-content: space-between;*/
  /*align-items: center;*/
  /*padding-right: 5%;*/
  padding-left: 3%;
  padding-left: 1%;

  float: left;
  padding-top: 92px;
  width: 36%;
  /*float: top;
  max-width: 100%;*/
}
#sub_descDatalithes_2_sup img {
  display:block;
  margin:auto;
}


#textdescvidDatalithes {
  max-width: 100%;

  /*overflow: hidden;*/
}

#lboxDatalithes {
  
  padding-top: 5%;
  width: 100%;

  /*overflow: hidden;*/
}




/*  light-box Datalithes -------- */
/* https://www.w3schools.com/howto/howto_js_lightbox.asp */
.modal_d {
  
  /* display: none;*/
   /*position: static;*/
   z-index: 2;
   /*padding-top: 100px;*/
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   background-color: #F0F0F0;;
 }
 
 
 
 /* Modal Content */
 .modal-content_d {
   /*position: static;*/
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-content: center;
   background-color: #F0F0F0;
   margin: auto;
   padding-top: 3%;
   float: top;
   width: 100%;
   max-width: 800px;
 }
 
 .prev_d,
 .next_d {
   cursor: pointer;
   /*position: absolute;*/
   /*top: 50%;*/
   width: auto;
   padding: 16px;
   /*margin-top: -50px*/;
   color: black;
   font-weight: bold;
   font-size: 20px;
   transition: 0.6s ease;
   border-radius: 0 3px 3px 0;
   user-select: none;
   -webkit-user-select: none;
 }
 
 .prev_d {
   float: left;
   /*top: 50%;*/
 }
 
 /* Position the "next button" to the right */
 .next_d {
   float: right;
 }
 
 /* Number text (1/3 etc) */
 .numbertext_d {
   color: #f2f2f2;
   font-size: 12px;
   padding: 8px 12px;
   position: absolute;
   top: 0;
 }
 
 /* Caption text */
 .caption-container_d {
   text-align: center;
   background-color: #F0F0F0;
   padding: 2px 16px;
   color: white;
 }
 
 .mySlides_d {
   display: none;
 }
 
 .ini_image_lb_Datalithes {
   display: flex;
 }
 .img_Datalithes_2 {
   display: flex;
 
 }

 /* divs "About"------------------------------*/

 #descAbout {
   display: flex;  
   flex-direction: rows;
   /*padding-left: 10%;
   padding-right: 10%;*/
   width:100%;
   height: auto;
   justify-content: center;
   transition: 0.5s;
 }

 #descAbout_left {
  margin-top: 72px;
  /*float: left;*/
  padding-right: 1%;
  padding-left: 0%;
  
  padding-bottom: 45%;
  width: 40%;
 }

 #descAbout_right {
  margin-top: 72px;
  /*float: left;*/
  padding-right: 0%;
  padding-left: 1%;
  
  padding-bottom: 45%;
  width: 40%;
 }

 #descAbout_right p {
  /*margin-block-end: 5%;*/
  /*line-height: 1.2;*/
  margin-inline-start: 0px;
  margin-inline-end: 10px;
 }


/* Pour Contact / News / Portfolio -----------*/


#descContact,
#descTexts,
#descPortfolio {
   height: 100%;
   max-height: 100%;
   max-width: 100%;
   display:flex;
   padding-bottom: 0px;

  justify-content: center;
  align-items: center;

}

#descNews {
  display: block;  
  /*flex-direction: rows;*/
  padding-left: 0%;
  padding-right: 0%;
  width:0%;
  /*max-height: 100%;
  overflow: hidden;*/
  overflow: hidden;
  transition: 0.5s;
  height: auto;
}


#descIJ,
#descJK,
#descIK {
  display: block;  
  /*flex-direction: rows;*/
  padding-left: 0%;
  padding-right: 0%;
  width:0%;
  /*max-height: 100%;
  overflow: hidden;*/
  overflow: hidden;
  transition: 0.5s;
  height: auto;
}

#sub_descIJ,
#sub_descIK,
#sub_descJK {
  display: block;
  height: auto;
  max-height: auto;
  /*flex-direction: column;
  justify-content: start;
  align-items: start;*/

  /*align-items: center;*/
  padding-right: 20%;
  padding-left: 20%;
  max-width: 60%;
  width: 60%;
  padding-top: 72px;

  /*float: top;
  max-width: 100%;*/
}

#sub_descContact,
#sub_descTexts,
#sub_descPortfolio {
  /*width: 30%;*/
  display: block;
  /*justify-content: center;
  align-items: center;*/
  /*margin: 0 auto;*/
  /*position: absolute;
  top: 40%;*/

  /*align-items: center;*/
  /*padding-right: 10%;
  padding-left: 10%;*/
  /*padding-top: 72px;*/

  /*float: top;
  max-width: 100%;*/
}

#sub_descContact p {
  font-size: 36px;
}

#sub_descNews {
  display: block;
  height: auto;
  max-height: auto;
  /*flex-direction: column;
  justify-content: start;
  align-items: start;*/

  /*align-items: center;*/
  padding-right: 20%;
  padding-left: 20%;
  max-width: 60%;
  width: 60%;
  padding-top: 72px;

  /*float: top;
  max-width: 100%;*/
}

#sub_descNews a {
  font-size: 18px;
}

#sub_descNews p {
  font-size: 18px;
  color:#646464;
}

#sub_descNews h3 {
  /*font-size: 18px;*/
  color:#646464;
}

#sub_descTexts a {
  font-size: 18px;
}

#sub_descTexts p {
  font-size: 18px;
  color:#646464;
}

#sub_descTexts h3 {
  /*font-size: 18px;*/
  color:#646464;
}

/* test 28 */ 
/*.video {
  display: none;
}*/
#vpPostFlip,
#vpSwallows,
#vpHalles,
#vpBrowsing,
#vpTunel,
#vpTraces_left,
#vpTraces_central,
#vpTraces_right,
#vpFlame,
#vpPaysage,
#vpCotesArmor,
#vpInterCode,
#vpHistoires,
#vpSubstance,
#vpGpsl {
  display: none;
}




/*@media (max-width: 800px) and (orientation: portrait) {*/
@media screen and (max-width: 767px) {

  img {max-width:100%;}

  .overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    min-height: 100%;
    width: 0;
    position: absolute; /* Stay in place */
    /*position: relative;*/
    z-index: 2; /* Sit on top */
    /*left: 0;*/
    left: -100%;
    top: 0;
    padding-bottom: 20%;
    background-color: rgba(240,240,240, 0.95); /* Black w/opacity */
    
    font-family: 'Inter', 'system-ui', sans-serif;
    font-feature-settings: "kern" 1;
    font-feature-settings: "liga" 1;
    font-feature-settings: "calt" 1;
    font-kerning: normal;
    font-stretch: 100%;
    font-weight: 500;
    font-optical-sizing: auto;
  
    -webkit-font-smoothing: antialiased;
    font-kerning: normal;
    text-align: start;  
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-variant-ligatures: contextual common-ligatures;
    
    /*text-justify:auto;*/
    overflow-x: auto; 
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  }

  .overlay p {
    margin-top: 0;
  }

  
.overlay h4 {
  /*font-style: italic;*/
  margin-bottom: 0;
  color: #646464;
  margin-block-start: 0.5%;
  margin-block-end: 0.5%;

  font-size: 6vw;
}

  /* The Overlay (background) Smartphones*/
.intro_overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  left: -100%;
  max-height: 100%;
  height: 100%;
  
  width: 97%;
  position: absolute; /* Stay in place */
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  /*position: relative;*/
  z-index: 0; /* Sit on top */
  /*left: 0;*/
  left: 0%;
  top: 0;
  /*padding-top: 5%;
  padding-bottom: 5%;*/

  padding-left: 3%;
  background-color: rgba(240,240,240, 0.80); /* Black w/opacity */
  
  font-family: 'Inter', 'system-ui', sans-serif;
  font-feature-settings: "kern" 1;
  font-feature-settings: "liga" 1;
  font-feature-settings: "calt" 1;
  font-kerning: normal;
  font-stretch: 100%;
  font-weight: 500;
  font-optical-sizing: auto;

  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
  text-align: start;  
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-variant-ligatures: contextual common-ligatures;
  /*font-size: 36px;*/
  
  /*text-justify:auto;*/
  overflow-x: hidden; /* Disable horizontal scroll */
  /*overflow-y: scroll;*/
  /*-webkit-overflow-scrolling: touch;*/
  transition: 1s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

  .intro_overlay h4 {
    font-size: 6vw;
    margin-block-start: 0.3%;
    margin-block-end: 0.3%;
    transition: 0.5s;
  }
  .intro_overlay a {
    font-size: 5vw;
  }

  .go3D {
    
    top: auto;
    right: 2vw;
    bottom: 50vw;
  }

  .go3D a {
    font-size: 6vw;
  }

  /* Position the close button (top right corner) */
  .overlay .closebtn {
    position: absolute;

    top: 5px;
    right: 20px;
    font-size: 30px;
  }

  .backbutton {
    z-index: 2;
    display: none;
    position: fixed;
    bottom: 5px;
    right: 20px;
    font-size: 30px;
    /*font-weight: 500;*/
    /*width: 3%;
    height: 3%;*/

    font-family: 'Inter', 'system-ui', sans-serif;
    font-feature-settings: "kern" 1;
    font-feature-settings: "liga" 1;
    font-feature-settings: "calt" 1;
    font-kerning: normal;
    font-stretch: 100%;
    font-weight: 500;
    font-optical-sizing: auto;
  
    -webkit-font-smoothing: antialiased;
    font-kerning: normal;
    text-align: start;  
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-variant-ligatures: contextual common-ligatures;

  }
  
  .closebtn_360 {
    display: none;
    z-index: 2;
    position: fixed;
    top: 0px;
    right: 20px;
    font-size: 30px;
    /*width: 3%;
    height: 3%;*/
  }

  .closebtn_3602 {
    display: none;
    z-index: 2;
    position: fixed;
    top: 0px;
    left: 20px;
    font-size: 30px;
    /*width: 3%;
    height: 3%;*/
  }


  .backbutton_360 {
    z-index: 2;
    display: none;
    position: fixed;
    bottom: 5px;
    right: 20px;
    font-size: 30px;
    /*font-weight: 500;*/
    /*width: 3%;
    height: 3%;*/
  }

  .backbutton_3602 {
    z-index: 2;
    display: none;
    position: fixed;
    bottom: 5px;
    left: 20px;
    font-size: 30px;
    /*font-weight: 500;*/
    /*width: 3%;
    height: 3%;*/
  }

  .closebtn_rem {
    display: none;
    z-index: 2;
    position: fixed;
    top: 0px;
    right: 20px;
    font-size: 30px;
    /*width: 3%;
    height: 3%;*/
  }

  .closebtn_rem2 {
    display: none;
    z-index: 2;
    position: fixed;
    top: 0px;
    left: 20px;
    font-size: 30px;
    /*width: 3%;
    height: 3%;*/
  }

  .backbutton_rem {
    z-index: 2;
    display: none;
    position: fixed;
    bottom: 5px;
    right: 20px;
    font-size: 30px;
    font-weight: 500;
     /*width: 3%;
    height: 3%;*/
  }

  .backbutton_rem2 {
    z-index: 2;
    display: none;
    position: fixed;
    bottom: 5px;
    left: 20px;
    font-size: 30px;
    font-weight: 500;
    /*width: 3%;
    height: 3%;*/
  }


  #btn_intro_Pmc, #btn_intro_Texts, #btn_intro_News, #btn_intro_About, #btn_intro_Portfolio, #btn_intro_Contact {
    font-size: 6vw;
    }


  /* Pour les projs vidéo Smartphone------------------------*/
#descSwallows,
#descBrowsing,
#descPaysage,
#descCotesArmor,
#descSubstance,
#descHistoires {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
}

#videoSwallows, 
#textdescvidSwallows,
#videoBrowsing, 
#textdescvidBrowsing,
#videoPaysage, 
#textdescvidPaysage,
#videoCotesArmor, 
#textdescvidCotesArmor,
#videoSubstance, 
#textdescvidSubstance,
#videoHistoires, 
#textdescvidHistoires 
{
  /*max-width: 37.5%;*/
  display: block;
  flex: 1 1 auto;
}

#videoSwallows,
#videoBrowsing,
#videoPaysage,
#videoCotesArmor,
#videoSubstance,
#videoHistoires
{
  margin-top: 42px;
}

/* Pour L'inter-code  Smartphone-------- */
#sub_descInterCode_1 {
  padding-top: 42px;
  width: 96%;
  float: top;
  padding-left: 2%;
  padding-right: 2%;

}


#sub_descInterCode_2 {

  float: top;
  padding-top: 5%;

  padding-left: 2%;
  padding-right: 2%;
  width: 96%;
}
#descInterCode_2 img {
  display:block;
  margin:auto;
}

#sub_descintercode_2_inf {


  padding-top: 5%;
}

/* Pour Postdigital Flipbook  Smartphones -----------------------------*/
#sub_descPostFlip_1 {
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 42px;
  width: 96%;
  float: top;
}


#sub_descPostFlip_2 {
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 5%;

  float: top;
  width: 96%;
}
#descPostFlip_2 img {
  display:block;
  margin:auto;
}

/* Pour La Flamme  Smartphones -----------------------------*/
#descFlamme {
  display: block;
}
#sub_descFlamme_1 {
  padding-left: 2%;
  padding-right: 2%;
  margin-top: 42px;
  padding-top: 0px;
  max-width: 100%;
  

  width: 96%;
  float: top;
}


#sub_descFlamme_2 {
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 5%;
  max-width: 100%;
  margin-top: 0px;

  float: top;
  width: 96%;
}

#sub_descFlamme_3 {
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 5%;
  max-width: 100%;
  margin-top: 0px;

  float: top;
  width: 96%;
}

#descFlamme img {
  display:block;
  margin:auto;
}

/* Pour Gpsl  Smartphones -----------------------------*/
#sub_descGpsl_1 {
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 42px;
  width: 96%;
  float: top;
}


#sub_descGpsl_2 {
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 5%;

  float: top;
  width: 96%;
}
#descGpsl img {
  display:block;
  margin:auto;
}


/* pour Le Visage  Smartphones ------------------- */

#desc_Visage {
  display: block;

}
#sub_descVisage_1 {
  /*align-items: center;*/
  display: block;
  float:top;
  padding-right: 2%;
  padding-left: 2%;
  width: 96%;
  padding-top: 62px;


}

#sub_descVisage_1_left {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  /*margin-right: 1%;*/
  /*overflow: hidden;*/
  float: top;
}
#sub_descVisage_1_right {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  float: top;
  padding-top: 5%;
  /*overflow: hidden;*/
}
#sub_descVisage_2 {
  display: block;
  /*justify-content: center;
  align-items: center;*/
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 5%;
  float: top;
}

#sub_descVisage_3 {
  display: block;
  padding-right: 2%;
  padding-left: 2%;
  /*align-items: center;*/
  float: top;
  padding-top: 5%
}  

#sub_descVisage_4 {
  display: block;
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 5%

  /*float: top;
  max-width: 100%;*/
}


#sub_descVisage_4_left {
  /*margin-right: 1%;*/
  float: left;
  max-width: 49%;
  padding-right: 1%;
  /*float: left;*/
}


#sub_descVisage_4_right {
  /*margin-left: 1%;
  width: auto;
  float: right;*/
  max-width: 49%;
  padding-left: 1%;
  float: left;
}


/* Pour 360-720  Smartphones ------------------------------------ */

#desc_360720 {
  display: flex;
  justify-content: center;
  align-items: center;

}
#sub_desc360720_1 {
  display: flex;
  justify-content: flex-start;
  /*align-items: center;*/
  width: 100%;
  height: 30%;
  padding-right:0.2%;
  padding-left: 0.2%;
  padding-top: 42px;
}


#sub_desc360720_2 {
  display: flex;
  justify-content: flex-start;
  /*align-items: baseline;*/
  padding-right:0.2%;
  padding-left: 0.2%;
  padding-top: 0.2%;

  /*float: top;
  max-width: 100%;*/
}


#sub_desc360720_2_left {
  /*display: flex;
  justify-content: flex-start;*/
  max-width: 5%;
  padding-right: 0.2%;

  /*overflow: hidden;*/
}
#sub_desc360720_2_right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  width: 75%;

  /*overflow: hidden;*/
}

#sub_desc360720_3 {
  display: flex;
  justify-content: flex-start;
  /*align-items: baseline;*/
  padding-right:0.2%;
  padding-left: 0.2%;
  padding-top: 0.2%;

  /*float: top;
  max-width: 100%;*/
}


#sub_desc360720_3_left {
  /*margin-right: 1%;*/
  /*display: flex;
  justify-content: flex-start;*/
  max-width: 5%;
  padding-right: 0.2%;
  /*float: left;*/
}


#sub_desc360720_3_right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  width: 75%;
}

.sub_sub_overlay_360 {
  padding-right:0.2%;
}

.sub_sub_overlay_720 {
  padding-right:0.2%;
}

/* Pour Les Halles Smartphones ---------------------*/
#descHalles {
  /*display: block;*/
  max-width: 100%;
  display: block;
}

#sub_descHalles_1 {
  /*display: flex;*/
  /*flex: 1 1 auto;*/
  /*display:block;*/
  margin-top: 42px;
  max-width: 96%;
  float: top;
  padding-left: 2%;
  padding-right: 2%;

}
#videoHalles, #textdescvidHalles {
  display: block;
  /*flex: 1 1 auto;*/
  /*max-width: 720px;*/
  /*margin-left: auto;*/
  /*margin-right: auto;*/
}


#sub_descHalles_2 {
  /*display: flex;*/
  overflow: hidden; 
  /*align-items:center;*/
  /*flex: 1 1 auto;*/
  /*display:block;*/
  margin-top: 5%;;
  max-width: 96%;
  float: top;
  /*padding: 0.5%;*/
  padding-top: 5%;
  padding-left: 2%;
  padding-right: 2%;

}

/* Pour Remanences Smartphones -----------------*/

#sub_descRemanences_1,
#sub_descRemanences_2,
#sub_descRemanences_3,
#sub_descRemanences_4,
#sub_descRemanences_5 {
  padding-right: 2%;
  padding-left: 2%;

}

/* Pour El Tunel  Smartphones -------------------------------------*/
#descTunel {
  /*display: block;*/
  max-width: 100%;
  display: block;
}

#sub_descTunel_1 {
  /*display: flex;*/
  /*flex: 1 1 auto;*/
  /*display:block;*/
  margin-top: 42px;
  width: 96%;
  float: top;
  /*padding-top: 1%;*/
  padding-left: 2%;
  padding-right: 2%;

}
#videoTunel, #textdescvidTunel {
  display: block;
  /*flex: 1 1 auto;*/
  /*max-width: 720px;*/
  /*margin-left: auto;*/
  /*margin-right: auto;*/
}

#player {

  float: top;
}
.vpcenter {
  justify-content: top
}

#sub_descTunel_2 {
  display: block;
  overflow: hidden; 
  align-items:center;
  /*flex: 1 1 auto;*/
  /*display:block;*/
  /*margin-top: 72px;*/
  width: 22.5%;
  float: left;
  /*padding: 0.5%;*/
  margin-top: 0px;
  padding-top: 3%;
  padding-left: 2%;
  padding-right: 1%;

}

#sub_descTunel_3 {
  display: block;
  overflow: hidden; 
  align-items:center;
  /*display:block;*/
  /*margin-top: 72px;*/
  /*flex: 1 1 auto;*/
  width: 22.5%;
  float: left;
  /*padding: 0.5%;*/
  margin-top: 0px;
  padding-top: 3%;
  padding-left: 1%;
  padding-right: 1%;

}

#sub_descTunel_4 {
  display: block;
  overflow: hidden; 
  align-items:center;
  /*display:block;*/
  /*margin-top: 72px;*/
  /*flex: 1 1 auto;*/
  max-width: 25%;
  width: 22.5%;
  float: left;
  /*padding: 0.5%;*/
  margin-top: 0px;
  padding-top: 3%;
  padding-left: 1%;
  padding-right: 1%;

}

#sub_descTunel_5 {
  display: block;
  overflow: hidden; 
  align-items:center;
  max-width: 25%;
  /*display:block;*/
  
  /*flex: 1 1 auto;*/
  width: 22.5%;
  float: left;
  /*padding: 0.5%;*/
  margin-top: 0px;
  padding-top: 3%;
  padding-left: 1%;
  padding-right: 2%;

}


.imgs_Tunel {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 12%;
  /*float: top;*/
  /*height: 100%;*/
  /*object-fit: contain;*/
}

/* Pour Traces  Smartphones -----------------------------*/
#descTraces {
  /*display: block;*/
  max-width: 100%;
  display: block;
}

#sub_descTraces_1 {
  /*display: flex;*/
  /*flex: 1 1 auto;*/
  /*display:block;*/
  margin-top: 42px;
  max-width: 96%;
  float: left;
  padding-left: 2%;
  padding-right: 2%;
  /*padding-top: 3%;*/
}

#sub_descTraces_2 {
  /*display: flex;*/
  /*overflow: hidden;*/ 
  /*align-items:center;*/
  /*flex: 1 1 auto;*/
  /*display:block;*/
  margin-top: 42px;
  max-width: 96%;
  float: top;
  padding-top: 1%;
  padding-left: 2%;
  padding-right: 2%;

}

#sub_descTraces_3 {
  /*display: flex;*/
  overflow: hidden; 
  align-items:center;
  /*display:block;*/
  margin-top: 0px;
  /*flex: 1 1 auto;*/
  max-width: 96%;
  float: top;
  /*padding: 0.5%;*/
  padding-top: 1%;
  padding-left: 2%;
  padding-right: 2%;

}

#textdescvidTraces {
  display: block;
  flex: 1 1 auto;
  /*max-width: 720px;*/
  /*margin-left: auto;*/
  /*margin-right: auto;*/
}


#sub_descTraces_2_haut {
  float: top;
  width: 100%;
  /*justify-content: centered;*/
  /*display: inline-block;*/
  display: block;
 } 


#videoTraces_left, #videoTraces_central, #videoTraces_right {
  display: block;
  /*flex: 1 1 auto;*/
  /*display:block;*/
  /*margin-top: 72px;*/
  /*display: block;*/
  /*flex: 1 1 auto;*/
  width: 33.33%;
  height: auto;
  float: left;
  /*padding-left: 0.5%;
  padding-right: 0.5%;*/

}
/*
#videoTraces_left {
  padding-right:0.66%;
}

#videoTraces_central {
  padding-right:0.33%;
  padding-left:0.33%;

}

#videoTraces_right {
  padding-right:0.33%;
}
*/

#sub_descTraces_2_bas {
  float: top;
}

#vpTraces_left,
#vpTraces_central,
#vpTraces_right {
  /*align-items: start;*/
  width: 100%;
  max-width: 100%;
  display: block;
  float: top;

}

.imgs_Traces {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 3%;
  /*float: top;*/
  /*height: 100%;*/
  /*object-fit: contain;*/
}


/* Pour The Border Smartphones------------------------*/

#descBorder {
  display: block;
}
#sub_descBorder_1 {
  display: block;
  float: top;
  margin-top: 42px;
  width: 96%;
  /*align-items: center;*/
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 0;
}

#sub_descBorder_2 {
  display: block;
  width: 96%;
  float: top;
  padding-right: 2%;
  padding-left: 2%;

  /*float: top;
  max-width: 100%;*/
}

#sub_descBorder_2_left {
  /*margin-right: 1%;*/
  
  max-width: 100%;
  
  /*float: left;*/
}


#sub_descBorder_2_center {
  /*margin-left: 1%;
  width: auto;
  float: right;*/
  max-width: 100%;
}

#sub_descBorder_2_right {
  /*margin-left: 1%;
  width: auto;
  float: right;*/
  max-width: 100%;
}


.imgs_Border {
  padding-top: 5%;
}

/* Datalithes Smartphones  -------> */
#desc_Datalithes {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  float: top;
  /*flex-direction: row;*/
  /*justify-content: center;*/
  /*align-items: center;*/
}

#sub_descDatalithes_1 {
  /*display: block;*/
  /*justify-content: space-between;*/
  /*align-items: center;*/
  display: flex;
  flex-direction: column-reverse;
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 0px;
  margin-top: 42px;
  width: 96%;
  /*float: top;*/
  /*max-width: 100%;*/
}

#sub_descDatalithes_1_inf {
  padding-top: 0%;
  width: 96%;
  padding-left: 2%;
  padding-left: 2%;
}
#sub_descDatalithes_1_sup {
  padding-top: 0%;
  width: 96%;
  padding-left: 2%;
  padding-left: 2%;
}

#sub_descDatalithes_2 {
  display: flex;
  /*justify-content: space-between;*/
  /*align-items: center;*/
  /*padding-right: 5%;*/
  flex-direction: column;
  padding-left: 2%;
  padding-left: 2%;

  /*float: top;*/
  padding-top: 0px;
  width: 96%;
  /*float: top;
  max-width: 100%;*/
}

#sub_descDatalithes_2_sup img {
  display:block;
  margin:auto;
}

#textdescvidDatalithes {
  max-width: 100%;

  /*overflow: hidden;*/
}

#lboxDatalithes {
  
  padding-top: 5%;
  width: 100%;

  /*overflow: hidden;*/
}

/* Pour Hyperreality Smartphones ---- */

#descHyper {
  display: block;
  /*padding-right: 2%;
  padding-left: 2%;*/
/*  flex-direction: column;
  justify-content: center;
  align-items: center; */

}
#sub_descHyper_1 {
  display: block;
  float: top;
 /* justify-content: space-between;*/
  /*align-items: center;*/
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 0px;
  margin-top: 42px;


  /*float: top;
  max-width: 100%;*/
}

#sub_descHyper_1_left {
  max-width: 100%;
  width: 100%;
  float: top;
}
#sub_descHyper_1_center {
  max-width: 100%;
  width: 100%;
  float: top;
}
#sub_descHyper_1_right {
  max-width: 100%;
  width: 100%;
  float: top;
}


#sub_descHyper_2 {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  padding-right: 2%;
  padding-left: 2%;
  

  /*float: top;
  max-width: 100%;*/
}

.imgs_Hyper {
  padding-bottom: 4%;
}

/* divs "About" Smartphone ------------------------------*/

#descAbout {
  display: block;
  width: 0%;
  height: auto; 
  overflow-y: scroll;
  overflow: scroll;
  transition: 0.5s;
}

#descAbout_left {
 margin-top: 42px;
 /*float: left;*/
 width: 96%;
 min-width: 14%;
 /*max-height: 100%;*/
 /*overflow: hidden;*/
 /*display: none;*/
 padding-right: 2%;
 padding-left: 2%;
 padding-bottom: 0%;
 padding-top: 0px;

}

#descAbout_right {
  width: 96%;
  min-width: 14%;
  /*max-height: 100%;*/
  /*overflow: hidden;*/
  /*display: none;*/
  margin-top: 0px;
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 0px;
 
}


/* Pour Contact / News / Portfolio ---Smartphones --------*/

#descNews,
#descIJ, #descJK, #descIK,
#descTexts
 {
  display: block;
 }

#descContact,
#descPortfolio {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  justify-content: center;
  align-items: center;

}

#sub_descContact,
#sub_descPortfolio {
  display: block;
  /*float: top;*/
 /* justify-content: space-between;*/
  /*align-items: center;*/
  
  /*padding-right: 2%;
  padding-left: 2%;
  padding-top: 0px;
  margin-top: 72px;
  
  /*float: top;
  max-width: 100%;*/
}

/* News --- Smartphone */
#sub_descNews,
#sub_descIJ, #sub_descJK, #sub_descIK,
#sub_descTexts {
  display: block;
  height: auto;
  max-height: auto;
  /*flex-direction: column;
  justify-content: start;
  align-items: start;*/
  margin-top: 42px;
  /*align-items: center;*/
  padding-right: 2%;
  padding-left: 2%;
  max-width: 98%;
  width: 98%;
  padding-top: 0px;

  /*float: top;
  max-width: 100%;*/
}

#sub_descIJ, #sub_descJK, #sub_descIK {
  max-width: 96%;
}

#sub_descContact p {
  font-size: 22px;
}

/* test vitesse chargement vimeo 28-10-2021 
.video {
  display: none;
}*/
#vpPostFlip,
#vpSwallows,
#vpHalles,
#vpBrowsing,
#vpTunel,
#vpTraces_left,
#vpTraces_central,
#vpTraces_right,
#vpFlame,
#vpPaysage,
#vpCotesArmor,
#vpInterCode,
#vpHistoires,
#vpSubstance,
#vpGpsl {
  display: none;
}

}