/*GENERAL*/
/*HEADER*/
/*CARTEL*/
/*TRAVAUX*/
/*TRAVAIL*/
/*GALERIE*/
/*FOOTER*/
/*CONTACT*/
/*PARCOURS*/
/*RESPONSIVE*/

/*GENERAL*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  max-width: 100%;
  height: 100%;
  scrollbar-width: thin;
  scrollbar-color: #ff5050 #f3f3f3;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  height: 100%;
  font-family: mavenpro-regular, Arial, Helvetica, sans-serif;
  position: relative;
  z-index: -2;
  background-color: #f3f3f3;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #ff5050 #f3f3f3;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  font-family: mavenpro-regular, Arial, Helvetica, sans-serif;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

@font-face {
  font-family: "mavenpro-bold";
  src: url("medias/fonts/MavenPro-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "mavenpro-regular";
  src: url("medias/fonts/MavenPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4 {
  margin-block: 0;
  font-weight: normal;
}

h1 {
  font-size: 36px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  text-align: center;
  color: #ff5050;
  margin-bottom: 20px;
}

h2 {
  font-size: 20px;
  text-align: center;
  color: #443d3d;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

h2 span{
  color: #ff5050;
}

h3 {
  font-size: 19px;
  color: #443d3d;
  margin: 10px;
}

#cartel-attributs h3 {
  margin-bottom: 20px;
}

p {
  color: #686161;
  font-size: 16px;
  text-align: justify;
}

.cartel-periode_texte p {
  text-align:left;
}

span {
  color: #686161;
}

/*HEADER*/
header {
  background-color: #ff5050;
  width: 100%;
  overflow: hidden;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5vw;
}

.header-element {
  width: 180px;
  color: rgb(255, 246, 246);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  padding: 5px;
}

.logo-site {
  width: 35px;
  height: 35px;
  background: url(medias/images/logot2.png) center / cover no-repeat;
}

/*CARTEL*/
.cartel {
  background-color: white;
  box-shadow: 0px 1.5px 4px 0px rgba(0, 0, 0, 0.5);
  max-width: 99%;
  max-height: 99vh;
  border-radius: 30px;
}

#cartel-index {
  display: flex;
  justify-content: center;
  width: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  padding: 20px;
  gap: 20px;
  overflow: hidden;
}

#cartel-index_photo {
  width: 180px;
  min-height: 280px;
  border-radius: 25px;
  background: url(medias/images/photo-profil.jpg) center / cover no-repeat;
}

#cartel-index_texte {
  width: 360px;
  height: fit-content;
  margin: auto 0px auto 0px;
}

#texte-presentation {
  text-align: center;
  margin-top: 40px;
  color: #443d3d;
}

/*TRAVAUX*/
#liste-travaux-main{
  min-height: 85.5vh;
}

#section-travaux {
  margin-top: 88vh;
  background-color: white;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding: 60px;
  box-shadow: 0px 1.5px 4px 0px rgba(0, 0, 0, 0.5);
}

#barre {
  width: 250px;
  max-width: 80vw;
  height: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: absolute;
  top: 97vh;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.2s ease-in-out;
}

#barre-trait {
  width: 100%;
  height: 40%;
  background-color: #ff5050;
  border-radius: 10px;
}

.travaux-liste {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin: 40px auto 0px auto;
  gap: 40px;
}

.travaux-page {
  max-width: 1200px;
  margin: 50px auto;
}

#filtre-liste{
  display:flex;
  flex-wrap:wrap;
  max-width:1200px;
  margin:auto;
  justify-content:center;
  gap:10px;
  margin-top:40px;
}

.filtre{
  background-color:#f3f3f3;
  width : 140px;
  font-size:14px;
  color:#443d3d;
  height:30px;
  text-align:center;
  padding:0px;
}

.filtre-selection{
  background-color: #ff5050;
  color:white;
}

.filtre:nth-child(1){
  width : 100px;
}

.carte {
  width: 240px;
  height: 290px;
  border-radius: 30px;
  border: 10px solid white;
  box-shadow: 0px 1.5px 4px 0px rgba(0, 0, 0, 0.5);
  background-color:white; 
  display:none;
}

.carte-visible {
  display:block;
}

.carte > .carte-img {
  background: center / cover no-repeat;
  width : 220px;
  height : 200px;
  border-radius: 20px;
  transition : box-shadow 0.3s ease-in-out;
}

.carte:hover > .carte-img{
    box-shadow: 
    inset 0 0 8px rgba(0, 0, 0, 0.4),
    inset 0 0 2px rgba(0, 0, 0, 0.65);
}

.carte-titre > p{
  color:#443d3d;
  font-size: 16.5px;
  text-align: left;
  font-weight:500;
  transition:color 0.3s ease-out;
  white-space: nowrap;
  
}

.carte-titre{
 overflow:hidden; 
margin : 10px 0px 6px 0px;
}

.carte-info{
  color: #686161;
  font-size : 14px;
  text-align:left;
}

.carte-bouton {
  background-color: #ff5050;
  width: 28px;
  height: 28px;
  margin-top: -12px;
  margin-left: 192px;
  border-radius: 50%;

  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 14' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'>\<path d='M2 2l10 10 10-10'/>\</svg>");
  
  background-repeat: no-repeat;
  background-position: center 55%; /* 👈 centre optique */
  background-size: 60%;
  transform: rotate(-90deg);
  transition:transform 0.3s ease-in-out;
}

.carte:hover .carte-bouton{
  transform: rotate(0deg)
}

.carte:active .carte-bouton{
  background-position: 200px;
}

.carte:hover .carte-titre > p{
  color:#ff5050;
}

.carte:hover:nth-child(2) .carte-titre > p,.carte:hover:nth-child(3) .carte-titre > p,.carte:hover:nth-child(4) .carte-titre > p,.carte:hover:nth-child(6) .carte-titre > p,.carte:hover:nth-child(15) .carte-titre > p, .carte:hover:nth-child(16) .carte-titre > p,.carte:hover:nth-child(18) .carte-titre > p,.carte:hover:nth-child(19) .carte-titre > p,.carte:hover:nth-child(20) .carte-titre > p{
  animation: titre-visible 10.5s linear infinite;
}



@keyframes titre-visible{
0%{
  margin-left:0%
}

57.9999%{
  margin-left:-340px;
}
58%{
  margin-left:260px;
}
100%{
  margin-left:0px;
}
}

.carte:hover:nth-child(5) .carte-titre > p, .carte:hover:nth-child(9) .carte-titre > p, .carte:hover:nth-child(11) .carte-titre > p, .carte:hover:nth-child(17) .carte-titre > p{
  animation: titre-visible2 13.5s linear infinite;
}

@keyframes titre-visible2{
0%{
  margin-left:0%
}

59.9999%{
  margin-left:-385px;
}
60%{
  margin-left:260px;
}
100%{
  margin-left:0px;
}
}

.carte:hover:nth-child(8) .carte-titre > p{
  animation: titre-visible3 16s linear infinite;
}

@keyframes titre-visible3{
0%{
  margin-left:0%
}

59.9999%{
  margin-left:-485px;
}
60%{
  margin-left:260px;
}
100%{
  margin-left:0px;
}
}


.carte:nth-child(1) > .carte-img {
  background-image: url(travaux/cvec_creation_-_multimedia/cvec1.jpg);
  
}

.carte:nth-child(2) > .carte-img {
  background-image: url(travaux/presentation_de_l_iut_-_creation_video/pres1.jpg);
}

.carte:nth-child(3) > .carte-img {
  background-image: url(travaux/carte_de_voeux_-_creation_multimedia/carte1.jpg);
}

.carte:nth-child(4) > .carte-img {
  background-image: url(travaux/brochure_internationale_-_creation_imprimable/brochure1.jpg);
}

.carte:nth-child(5) > .carte-img {
  background-image: url(travaux/embellissement_batiment_d_-_creation_multimedia/bat1.jpg);
}

.carte:nth-child(6) > .carte-img {
  background-image: url(travaux/deep_scrollytelling_-_site_web/test1.png);
}

.carte:nth-child(11) > .carte-img {
  background-image: url(travaux/le_chant_des_sirenes_orelsan_-_creation_multimedia/album1.jpg);
}

.carte:nth-child(15) > .carte-img {
  background-image: url(travaux/festival_de_fontainebleau_-_identite_visuelle/festi1.jpg);
  background-size:130%;
  background-color:white;
}

.carte:nth-child(13) > .carte-img {
  background-image: url(travaux/spacexperience_-_site_web/space1.jpg);
}

.carte:nth-child(10) > .carte-img {
  background-image: url(travaux/gameinweb_-_site_web/test1.png);
  background-position:20%;
}

.carte:nth-child(7) > .carte-img {
  background-image: url(travaux/auto-creneau_-_site_web/test1.png);
}

.carte:nth-child(14) > .carte-img {
  background-image: url(travaux/echo_-_site_web/echo1.jpg);
}

.carte:nth-child(12) > .carte-img {
  background-image: url(travaux/la_merveilleuse_-_site_web/test1.png);
  background-size:98%;
  background-position:bottom;
  background-color:white;
}

.carte:nth-child(8) > .carte-img {
  background-image: url(travaux/representations_graphiques_de_missions_multimedia/test1.jpg);
  background-position:left;
}

.carte:nth-child(9) > .carte-img {
  background-image: url(travaux/fermeture_de_l_iut_ete_2024_-_creation_multimedia/ferm1.jpg);
  
}

.carte:nth-child(16) > .carte-img {
  background-image: url(travaux/scenart_festival_-_creation_multimedia/scenart1.jpg);
  
}
.carte:nth-child(17) > .carte-img {
  background-image: url(travaux/brochure_scenart_festival_-_creation_imprimable/scenart1.jpg);
  
}
.carte:nth-child(18) > .carte-img {
  background-image: url(travaux/taxe_d_apprentissage_-_creation_video/taxe1.jpg);
  
}
.carte:nth-child(19) > .carte-img {
  background-image: url(travaux/habillage_table_-_creation_imprimable/table1.jpg);
  
}
.carte:nth-child(20) > .carte-img {
  background-image: url(travaux/mois_sans_tabac_-_creation_multimedia/mois1.jpg);
  
}
.carte:nth-child(21) > .carte-img {
  background-image: url(travaux/paniers_solidaires_-_linutop/paniers.jpg);
  
}



/*TRAVAIL*/
#cartel-medias {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  gap: 30px;
  width: 900px;
  height: 490px;
  margin: 115px auto;
}

#medias-liste {
  width: 180px;
  height: 100%;
  border-radius: 30px;
  box-shadow: 0px 1.5px 4px 0px rgba(0, 0, 0, 0.5);
  overflow-y:scroll;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
  position:relative;
}

#medias-liste_hidden{
    display:flex;
  flex-direction:column;
   gap:160px;
}

.medias-group{
  display:flex;
  flex-direction:column;
  gap:15px;
  padding:15px;
  scroll-snap-align: center;
}

#fleche-haut {
  background: url(medias/images/fleche-haut.svg) center / contain no-repeat;
  width: 59px;
  height: 59px;
  position: sticky;
  top: 0px;
  left:50%;
  transform:translate(-50%,0);
  cursor: auto;
  z-index:1;
  opacity:0;
}

#fleche-bas {
  background: url(medias/images/fleche-bas.svg) center / contain no-repeat;
  width: 59px;
  height: 59px;
  position: sticky;
  bottom:0px;
  left:50%;
  transform:translate(-50%,0);
  cursor: pointer;
}

#media-principal {
  width: 630px;
  height: 410px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#media-principal img,
#media-principal video {
  max-width: 100%;
  max-height: 100%;
  border-radius: 30px;
}

.media {
  background-color: #ff5050;
  width: 100%;
  height: 84px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  position:relative;
}

.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.triangle-up {
  width: 30px;
  height: 30px;
  background-color:#f3f3f3;
  pointer-events: none;
  position:absolute;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.media:hover > .triangle-up{
  width: 40px;
  height: 40px;
}

#cartels-presentation {
  display: flex;
  gap: 30px;
  align-items: stretch;
  width: 1200px;
  margin: auto;
  margin-top: 60px;
  max-width: 99%;
  max-height: 99vh;
}

#cartel-attributs {
  width: 410px;
  padding: 30px;
}

#cartel-description {
  width: 760px;
  padding: 30px;
}

#cartel-description p {
  margin-bottom: 25px;
}

#cartel-techniques {
  width: 1200px;
  height: auto;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 115px;
  display: flex;
  justify-content: end;
  position: relative;
}

#cartel-techniques_scroll {
  background-color: rgba(138, 27, 99, 0);
  height: 195px;
  padding: 20px;
  width: 1200px;
  overflow: hidden;
}

#cartel-techniques_scroll-interne {
  background-color: rgba(238, 130, 238, 0);
  height: 165px;
  width: fit-content;
  display: flex;
  transition: 1.5s ease-in-out;
}

.title h3 {
  position: sticky;
  left: 10px;
  right: 220px;
  width: fit-content;
}

.title {
  max-width: 100%;
}

.techniques-liste {
  width: fit-content;
  height: 165px;
  background-color: rgba(255, 0, 0, 0);
}

.techniques-liste_liste {
  background-color: rgba(255, 255, 0, 0);
  height: 115px;
  width: fit-content;
  display: flex;
}

.technique {
  width: 220px;
  height: 115px;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.img-technique {
  width: 90px;
  height: 90px;
  background: center / cover no-repeat;
}

#fleche-droite {
  background: url(medias/images/fleche-droite.svg) center / contain no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 80px;
  right: 5px;
  cursor: pointer;
  display: none;
}

#fleche-gauche {
  background: url(medias/images/fleche-gauche.svg) center / contain no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 80px;
  left: 5px;
  display: none;
  cursor: pointer;
}

.logo-ai {
  background-image: url(medias/logos/logo-ai.svg);
}

.logo-ps {
  background-image: url(medias/logos/logo-ps.svg);
}

.logo-pr {
  background-image: url(medias/logos/logo-pr.svg);
}

.logo-ae {
  background-image: url(medias/logos/logo-ae.svg);
}

.logo-id {
  background-image: url(medias/logos/logo-id.svg);
}

.logo-an {
  background-image: url(medias/logos/logo-an.svg);
}

.logo-html {
  background-image: url(medias/logos/logo-html.svg);
}

.logo-css {
  background-image: url(medias/logos/logo-css.svg);
}

.logo-js {
  background-image: url(medias/logos/logo-js.svg);
}

.logo-wp {
  background-image: url(medias/logos/logo-wp.svg);
}

.logo-php {
  background-image: url(medias/logos/logo-php.svg);
}

.logo-app {
  background-image: url(medias/logos/logo-app.svg);
}

.logo-cam {
  background-image: url(medias/logos/logo-cam.svg);
}

.logo-tel {
  background-image: url(medias/logos/logo-tel.svg);
}

.logo-fig {
  background-image: url(medias/logos/logo-fig.svg);
}

.logo-sql {
  background-image: url(medias/logos/logo-sql.svg);
}

/*GALERIE*/
.galerie {
  height: calc(100vh - 90px);
  overflow: hidden;
}

.slider-galerie {
  background: rgba(255, 255, 0, 0);
  width: 750px;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  max-width: 99%;
  max-height: 99vh;
}

.croix {
  background: url(medias/images/croix.svg) center / cover no-repeat;
  width: 60px;
  height: 60px;
  right: 10px;
  top: 55px;
  position: absolute;
  cursor: pointer;
}

.slider-remove {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 128, 0, 0);
  z-index: 1;
}

.btn-left {
  width: 75px;
  height: 75px;
  background: url(medias/images/fleche-gauche.svg) center / contain no-repeat;
  cursor: pointer;
}

.btn-right {
  width: 75px;
  height: 75px;
  background: url(medias/images/fleche-droite.svg) center / contain no-repeat;
  cursor: pointer;
}

.middle-slider {
  height: auto;
  width: 600px;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  box-shadow: 0px 1.5px 4px 0px rgba(0, 0, 0, 0.5);
  border: 15px white solid;
}

.galerie-img {
  height: auto;
  width: 570px;
  border-radius: 20px;
}

.galerie-fonctions-zone {
  height: 124px;
  width: 48px;
  background-color: rgba(0, 157, 255, 0);
  margin-left: -48px;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.galerie-fonctions {
  height: 100px;
  width: 48px;
  background-color: rgb(255, 255, 255);
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  margin-left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.action-bouton {
  width: 45px;
  height: 45px;
  margin: 2px;
}

.logo-dl {
  background: url(medias/logos/logo-dl.svg) center / cover no-repeat;
}

.logo-pe {
  background: url(medias/logos/logo-pe.svg) center / cover no-repeat;
}

.photo-info {
  width: 0px;
  display: none;
}

.coin {
  width: 12px;
  height: 12px;
  background: url(medias/images/coin.svg) center / cover no-repeat;
  transform: rotate(180deg);
}

.galerie-fonctions-zone :nth-child(3) {
  transform: rotate(90deg);
}

.active {
  display: flex;
}

.button {
  width: 50px;
  height: 50px;
}

button:hover {
  cursor: pointer;
}

.galerie {
  padding: 4vw;
}

.galerie-content {
  margin: 25vh auto;
  background-color: rgba(255, 255, 0, 0);
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.galerie-col {
  background-color: rgba(255, 0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.adapt-img {
  width: 240px;
  height: auto;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.adapt-img:hover {
  width: 260px;
  height: auto;
  box-sizing: border-box;
}

.no-hover:hover {
  width: 200px;
  height: auto;
  transition: all 0s ease-in-out;
  cursor: auto;
}

.galerie-col:nth-child(odd) {
  animation: slideDown 2s forwards;
}

.galerie-col:nth-child(even) {
  animation: slideUp 2s forwards;
}

@keyframes slideDown {
  from {
    margin-top: 3000px;
  }

  to {
    margin-top: 0;
  }
}

@keyframes slideUp {
  from {
    margin-top: -6000px;
  }

  to {
    margin-top: 0;
  }
}

/*FOOTER*/
footer {
  background-color: #ff5050;
  height: 45px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 10px;
  overflow: hidden;
}

.footer-element {
  height: 45px;
  width: 33.3%;
  display: flex;
  color: white;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  font-size: 18px;
  align-items: center;
}

.footer-element:nth-child(1) {
  justify-content: start;
  width: 25%;
}

.footer-element:nth-child(2) {
  justify-content: center;
  width: 50%;
}

.footer-element:nth-child(3) {
  justify-content: end;
  width: 25%;
}

/*COMPETENCES & CONTACT*/

.diplome {
  width: 50vw;
  height: 25vw;
  background-color: rgba(255, 255, 0, 0);
  margin: auto;
}

.picto-list {
  width: 100%;
  background-color: rgba(153, 205, 50, 0);
  display: flex;
  justify-content: space-around;
}

.picto-section {
  background-color: rgba(0, 0, 255, 0);
  display: flex;
  width: 65%;
  margin: auto;
  justify-content: space-around;
}

.picto-zone {
  width: 15vw;
  height: 18vw;
  background-color: rgba(0, 255, 255, 0);
  position: sticky;
  top: 10%;
  margin-bottom: 25px;
  margin-top: 25px;
  background: center / 95% no-repeat;
  display: flex;
  justify-content: center;
  align-items: end;
  font-size: 1.2vw;
}

.text-zone-picto h3 {
  font-size: 23px;
  text-align: center;
  font-weight: 200;
}

.text-zone-picto h6 {
  font-size: 18px;
  padding: 0vw 0vw 0vw 2vw;
  text-align: left;
  font-weight: 200;
}

.picz1 {
  background-image: url(medias/images/competences/comprendre-picto.png);
}

.picz2 {
  background-image: url(medias/images/competences/concevoir-picto.png);
}

.picz3 {
  background-image: url(medias/images/competences/exprimer-picto.png);
}

.picz4 {
  background-image: url(medias/images/competences/developper-picto.png);
}

.picz5 {
  background-image: url(medias/images/competences/entreprendre-picto.png);
}

.text-zone-picto {
  width: 45vw;
  background-color: rgba(137, 43, 226, 0);
  margin-top: 5%;
}

form div {
  display: flex;
  flex-direction: column;
}

.conteneur-form {
  width: 40%;
  height: auto;
  background-color: rgb(255, 255, 255);
  padding: 3vw;
  margin: auto;
  margin-top: 5vw;
  box-shadow: 0px 1.5px 6px 2px rgba(0, 0, 0, 0.25);
  border-radius: 1vw;
  font-size: 1.2vw;
  text-align: center;
}

.conteneur-form div {
  margin-top: 1vw;
}

.conteneur-form input {
  height: 1.75vw;
  border-radius: 0.5vw;
  /*box-shadow: 
    inset 0px 0px 0.4vw 0.03vw rgb(125, 125, 125),
    inset 0px 0px 0.4vw 0.03vw rgb(125, 125, 125);
    font-size:1vw;*/
  text-align: center;
  border: 0px;
}

.conteneur-form input {
  height: 1.75vw;
  border-radius: 0.5vw;
  text-align: center;
  border: 0px;
}

.conteneur-form div:nth-child(1) input,
.conteneur-form div:nth-child(2) input,
.conteneur-form div:nth-child(3) input {
  box-shadow: inset 0px 0px 14px 18px rgba(0, 0, 0, 0.1);
  font-size: 1vw;
}

.conteneur-form textarea {
  min-height: 4vw;
  height: 10vw;
  max-width: 100%;
  min-width: 100%;
  border-radius: 0.5vw;
  text-align: center;
  border: 0px;
  box-shadow: inset 0px 1.5px 6px 2px rgba(0, 0, 0, 0.25);

  font-size: 1vw;
}

.submit-form {
  background-color: white;
  font-size: 1.4vw;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.25);
}

.submit-form:hover {
  cursor: pointer;
}

.conteneur-cv-infos div {
  width: 8vw;
  height: 8vw;
  border-radius: 0.8vw;
  margin: 2vw;
  box-shadow: 0px 1.5px 6px 2px rgba(0, 0, 0, 0.25);
  transition: 0.5s all ease-in-out;
}

.conteneur-cv-infos div:hover {
  transform: scale(1.2);
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.25);
}

.conteneur-cv-infos {
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: rgb(255, 52, 85);
  font-size: 3.5vw;
  text-align: center;
  line-height: 2vw;
  height: 10vw;
}

.conteneur-cv-infos a {
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: rgb(255, 52, 85);
  font-size: 3.5vw;
  text-align: center;
  line-height: 2vw;
  height: 10vw;
}

.conteneur-cv-infos a:active {
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: rgb(255, 52, 85);
  font-size: 3.5vw;
  text-align: center;
  line-height: 2vw;
  height: 10vw;
}

.conteneur-cv-infos a:visited {
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: rgb(255, 52, 85);
  font-size: 3.5vw;
  text-align: center;
  line-height: 2vw;
  height: 10vw;
}

.conteneur-cv-infos span {
  font-size: 1.5vw;
}

.conteneur-cv-infos div p {
  display: block;
  margin-top: 2vw;
  transition: 0.5s all ease-in-out;
}






#cartels-contact {
  width: 900px;
  max-width: 99%;
  max-height: 99vh;
  border-radius: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: rgba(0, 0, 255, 0);
}

#cartels-contact_container {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-top: 20px;
  background-color: rgba(255, 0, 0, 0);
}

#cartel-contact-présentation {
  display: flex;
  justify-content: center;
  width: 600px;
  z-index: -1;
  padding: 20px;
  gap: 20px;
  overflow: hidden;
}

#cartel-contact-contact {
  width: 280px;
  padding: 15px;
}


.container-contact-3e p {
  margin-bottom: 8px;
  text-align: center;
  color: #443d3d;
}

.contact-info {
  text-align: center;
  color: white;
  background-color: #ff5050;
  border-radius: 15px;
  padding: 5px 15px;
  margin-top: 5px;
}

.cartel-contact-contact_contenu {
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
}

.cartel-contact-contact_contenu:nth-child(1) {
  justify-content: end;
  gap: 15px;
}

.cartel-contact-contact_contenu:nth-child(1)>h2 {
  margin-bottom: 0px;
}

.cartel-contact-contact_contenu:nth-child(2) {
  justify-content: start;
  gap: 32px;
}

.container-pdf-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 1.5px 4px 0px rgba(0, 0, 0, 0.5);
}

.container-pdf-image img {
  width: 92%;
  margin-left: 6px;
}

.cartel-contact_actif {
  display: flex;
}

.container-contact-3e button {
  padding: 16px;
}

#point-zone {
  width: 280px;
  height: 20px;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

#vide-zone {
  width: 600px;
  height: 20px;
}

#cartel-contact-selection {
  display: flex;
  align-items: stretch;
  gap: 20px;
  background-color: rgba(255, 0, 0, 0);
}

.point-selection {
  background-color: white;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  box-shadow: 0px 1.5px 4px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.point-actif {
  background-color: #ff5050 !important;
}

#form-contact {
  width: 600px;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin: 50px auto;
  gap: 20px;
  max-width: 99%;
  max-height: 99vh;
}

#prenom-form {
  width: 290px;
  height: 30px;
  padding: 0px 15px;
  border-radius: 50px;
  border: 0px;
  box-shadow: 0px 1.5px 4px 0px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: #443d3d;
  letter-spacing: 0.5px;
}

#nom-form {
  width: 290px;
  height: 30px;
  padding: 0px 15px;
  border-radius: 50px;
  border: none;
  box-shadow: 0px 1.5px 4px 0px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: #443d3d;
  letter-spacing: 0.5px;
}

#email-form {
  width: 100%;
  height: 30px;
  padding: 0px 15px;
  border-radius: 50px;
  border: none;
  box-shadow: 0px 1.5px 4px 0px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: #443d3d;
  letter-spacing: 0.5px;
}

#message-form {
  min-width: 100%;
  max-width: 100%;
  height: 300px;
  padding: 15px;
  border-radius: 20px;
  border: none;
  box-shadow: 0px 1.5px 4px 0px rgba(0, 0, 0, 0.5);
  color: #686161;
  font-size: 16px;
  text-align: justify;
}

input,
textarea {
  outline: none;
  font-family: mavenpro-regular, Arial, Helvetica, sans-serif;
}

button {
  background-color: #ff5050;
  font-size: 18px;
  text-align: center;
  color: white;
  border: none;
  padding: 20px;
  border-radius: 20px;
}

/*PARCOURS*/

/*#noready {
  height: calc(100vh - 90px);
  width: 100%;
  background-color: #ff5050;
  color: white;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}*/

#conteneur-frise {
  width: 100%;
  Height: calc(100vh - 90px);
  position: relative;
  scrollbar-width: none;
  position:fixed;
  top:45px;
}

#frise-chronologique {
  width: fit-content;
  height: 100%;
  padding:20px;
}

#frise-chronologique> :nth-child(1) {
  width: 100%;
  height: 30%;
  display: flex;
  padding: 5px;
}

#frise-chronologique> :nth-child(2) {
  width: 100%;
  height: 30%;
  display: flex;
  padding: 5px;
}

#frise-chronologique> :nth-child(3) {
  width: 100%;
  height: 22%;
  padding: 5px;
}

#frise-chronologique> :nth-child(4) {
  width: 100%;
  height: 18%;
  display: flex;
  padding: 5px;
}

#frise-annees {
  width: 6000px;
  height: 100%;
  background-color: white;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 60px;
  overflow: hidden;
  box-shadow: 0px 1.5px 4px 0px rgba(0, 0, 0, 0.5);
}

#frise-annees_ligne {
  width: 100%;
  height: 10px;
  background-color: #ff5050;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  gap:1050px;
  align-items: center;
}

.frise-annees_cercle {
  background-color: #ff5050;
  width: 80px;
  height: 80px;
  border-radius: 1000px;
  color: white;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.frise-conteneur {
  width: fit-content;
  height: 100%;
}

.frise-conteneur_periode {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius:30px;
  padding : 10px;
  box-shadow: 0px 1.5px 4px 0px rgba(0, 0, 0, 0.5);
}

.frise-conteneur_periode > :nth-child(1) {
  height:90%;
  display:flex;
}
.frise-conteneur_periode > :nth-child(2) {
  height:10%;
  display:flex;
  justify-content:center;
  align-items:end;
  padding:20px;
}

.cartel-periode {
  background-color: white;
  width: 400px;
  height:100%;
  position: sticky;
  left: 10px;
  box-shadow: 0px 1.5px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius:30px;
  padding:10px;
  overflow:hidden;
  flex-shrink: 0;
}

.cartel-periode_texte{
  padding:0px 20px;
}

.carte-frise{
  width:80px;
  height:80px;
  border-radius: 16px;
  background-color:#ff5050;
  border: 6px solid white;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  background: center / cover no-repeat;
}

.mmi {
  margin-left:740px;
  width: 3590px;
}

.mmi .carte-frise:nth-of-type(1) {
  background-image: url(travaux/spacexperience_-_site_web/test1.jpg);
  margin-left:800px;
}
.mmi .carte-frise:nth-of-type(2) {
  background-image: url(travaux/festival_de_fontainebleau_-_identite_visuelle/test1.jpg);
  margin-left:100px;
}
.mmi .carte-frise:nth-of-type(3) {
  background-image: url(travaux/le_chant_des_sirenes_orelsan_-_creation_multimedia/test1.jpg);
  margin-left:100px;
}
.mmi .carte-frise:nth-of-type(4) {
  background-image: url(travaux/deep_scrollytelling_-_site_web/test1.png);
  margin-left:100px;
}

.caissier {
  margin-left:10px;
  width: 1650px;
}

.stage {
  margin-left:2650px;
  width: 420px;
}

.alternance {
  margin-left:40px;
  width: 1220px;
}

.alternance .carte-frise:nth-of-type(1) {
  background-image: url(travaux/carte_de_voeux_-_creation_multimedia/test1.jpg);
  margin-left:40px;
}
.alternance .carte-frise:nth-of-type(2) {
  background-image: url(travaux/cvec_creation_-_multimedia/test1.jpg);
  margin-left:60px;
}
.alternance .carte-frise:nth-of-type(3) {
  background-image: url(travaux/embellissement_batiment_d_-_creation_multimedia/test1.jpg);
  margin-left:60px;
}
.alternance .carte-frise:nth-of-type(4) {
   background-image: url(travaux/brochure_internationale_-_creation_multimedia/test1.jpg);
   margin-left:60px;
}
.alternance .carte-frise:nth-of-type(5) {
  background-image: url(travaux/presentation_de_l_iut_-_creation_video/test1.jpg);
  margin-left:60px;
}

.frise-conteneur_diplome {
  width: 100%;
  height: calc(50% - 2px);
  background-color: #ff5050;
  border-radius: 1000px;
  color: white;
  font-size:24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width:400px;
  box-shadow: 0px 1.5px 4px 0px rgba(0, 0, 0, 0.5);
}

.frise-conteneur_informations {
  width: 100%;
  height: calc(50% - 2px);
  background-color: white;
  border-radius: 1000px;
  color: #ff5050;
  font-size:18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width:400px;
  box-shadow: 0px 1.5px 4px 0px rgba(0, 0, 0, 0.5);
}

.bac{
margin-left:540px;/*60+((width-padding-80*6)-gap*5)/2+80+(gap/2)-200*/
display:flex;
flex-direction:column;
gap:4px;
}

.but{
margin-left:2990px;
display:flex;
flex-direction:column;
gap:4px;
}

.permis{
margin-left:730px;
}


/*Changer les h et mettre d'autres tailles plus adaptées dans cette partie / mieux gérer le css*/
/*Revoir les espacements*/

#frise-virtuelle{
  height:3500px;
}

#repere {
  position: absolute;
  width: 2500px;
  height: 100%;
  background-image: url(parcours/test.png);
  background-size: cover;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}

/*Rajouter et modifier le contenu*/
/*GESTION DES PADDING avec genre px, puis vw ???*/
/*Rajouter media-queries*/
/*Optimisation des images*/
/*Réfléchir à l'intégration des liens ??? et la classe a au global*/
/*Quand on clique sur l'image dans la partie travail, elle s'ouvre en blank en grand ?*/
/*Responsive media querry à rajouter et proprifier le code*/


#showreel{
  max-width:70%;
  height:auto;
  aspect-ratio: 16/9;
  margin:auto;
  margin-bottom : 30px;
  display:block;
  background-color:white;
}