@import url('https://fonts.googleapis.com/css?family=Syne');


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

a{
    color: #000;
}
 
body::-webkit-scrollbar {
    display: none;
}


html,
body {
	width: 100%;
	height: 100vh;
	font-family: "Syne";

}

h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    font-size: 14vw;
    color: #ffffff;
    font-family: "Syne";
    font-weight: 100;

}

h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 10vw;
    font-family: "Reval";
    
}

h3 {
	position: absolute;
	padding-top: 10%;
	left: 15%;
	font-size: 6vw;

	font-weight: thin;
	font-family: "Syne";
}




.progressbar {
    position: fixed;
    top: 0;
    left: 2%;
    background: rgb(255, 255, 255);
    width: 2px;
    z-index: 1000;
}

.progressbar2 {
    position: fixed;
    top: 0;
    left: 98%;
    background: rgb(255, 255, 255);
    width: 2px;
    z-index: 1000;
}
.container2{
top:100% ;
}

.header .letter {
	display: inline-block;
	line-height: 1em;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #ffffff;
}

.images {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
}


.navbar {
	position: absolute;
	bottom: 40px;
	width: 100%;
	margin: 20px auto;
	display: flex;
	justify-content: space-around;
	color: rgb(255, 255, 255);
	font-family: "Syne";
}







/* SCROLL SCROLL SCROLL SCROLL SCROLL SCROLL SCROLL SCROLL SCROLL SCROLL */


  #scroll {
        display: table;
        width: 100%;
        height: 20%;
        margin-top: -8%;
    }
    
    #scroll-inner {
        display: table-cell;
        vertical-align: bottom;
        width: 100%;
        height: 100%;
    }
    
    #scroll-bas {
        display: block;
        position: relative;
        padding-top: 0px;
        text-align: center;
    }
    
    #scroll-title {
        display: block;
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: medium;
        text-align: center;
        transform: rotate(90deg);
        margin-bottom: 45px;
    }
    
    #scroll-bas::before {
        animation: elastique 2.9s cubic-bezier(1, 0, 0, 1) infinite;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        height: 90px;
        background: rgb(255, 255, 255);
        content: ' ';
	}
	
	@keyframes elastique {
        0% {
            transform-origin: 0% 0%;
            transform: scale(1, 0);
        }
        50% {
            transform-origin: 0% 0%;
            transform: scale(1, 1);
        }
        50.1% {
            transform-origin: 0% 100%;
            transform: scale(1, 1);
        }
        100% {
            transform-origin: 0% 100%;
            transform: scale(1, 0);
        }
    }
	
	
/* Réseaux sociaux Réseaux sociaux Réseaux sociaux Réseaux sociaux */


    .social1 {
        position: absolute;
        left: 50%;
        top: 25px;
        transform: translateX(-50%);
        text-align: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        box-shadow: 1px 1px 12px rgb(255, 255, 255);
        margin: 0px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        size: 10x;
        text-decoration: none;

    }
    
    .social {
        position: absolute;
        left: 50%;
        top: 25px;
        transform: translateX(-50%);
        text-align: center;
        text-decoration: none;

    }
    
    .social p {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        text-decoration: none;

    }
    
    .social-icons a {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin: 0px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;

        
    }
    
    .social-icons {
        display: flex;
        justify-content: center;
        text-decoration: none;

    }
    
    .social-icons i {
        color: #ffffff;
        font-size: 18px;
        text-decoration: none;

        
    }
    
    .social-icons a:hover i {
        color: #ffffff;
    }
    
    .social-icons a:hover {
        background-color: #000000;
    }



    /* MES PROJETS MES PROJETS */



.project-list{
    z-index: 3000;

    color: rgba(0, 0, 0, 1);
}
    .project-title h4 {
        font-weight: 200;
        font-size: 60px;

      }

      .project-title h5 {
        font-weight: 200;
        font-size: 90px;
        color: rgb(0, 119, 255);

      }

      .project-meta {
        font-size: 15px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.5);
        letter-spacing: 0.2px;
        margin-top: 10px;
      }

      .project-categ {
        font-weight: lighter;
      }

      .wrapper {
        width: 100%;
        margin: 180px auto;
        height: 100%;
        color: rgba(0, 0, 0, 1);
    }

      .project {
        border-bottom: 1px solid rgba(84, 84, 84, 0.2);
        padding: 52px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-basis: 1;
        position: relative;
        z-index: 2;
        color: rgba(0, 0, 0, 1);
      }

      .project-link {
        display: flex;
        align-items: center;
        gap: 32px;
        width: 100%;
        text-decoration: none;
        color: inherit;
      }

      .project-thumb {
        flex-shrink: 0;
        width: 110px;
        height: 110px;
        border-radius: 14px;
        overflow: hidden;
        background: #f0f0f0;
      }

      .project-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
      }

      .project-link:hover .project-thumb img {
        transform: scale(1.06);
      }

      .project-link .project-title {
        flex: 1;
        min-width: 0;
      }

      .project-side {
        flex-shrink: 0;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.45);
        letter-spacing: 0.2px;
        transition: color 0.3s ease;
      }

      .project-link:hover .project-side {
        color: rgb(0, 119, 255);
      }

      .project-filters {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 10px;
      }

      .filter-pill {
        font-family: "Syne", sans-serif;
        font-size: 14px;
        letter-spacing: 0.2px;
        color: rgba(0, 0, 0, 0.55);
        background: transparent;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 100px;
        padding: 8px 18px;
        cursor: pointer;
        transition: all 0.25s ease;
      }

      .filter-pill:hover {
        border-color: rgb(0, 119, 255);
        color: rgb(0, 119, 255);
      }

      .filter-pill.is-active {
        background: rgb(0, 119, 255);
        border-color: rgb(0, 119, 255);
        color: #fff;
      }

      .project.is-hidden {
        display: none;
      }


/* MON PARCOURS MON PARCOURS MON PARCOURS MON PARCOURS MON PARCOURS */

.parcours-section {
    width: 100%;
    padding: 180px 52px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 1);
    position: relative;
    z-index: 5;
}

.parcours-eyebrow {
    display: block;
    color: rgb(0, 119, 255);
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 18px;
}

.parcours-intro {
    margin-bottom: 64px;
}

.parcours-title {
    font-family: "Syne";
    font-weight: 200;
    font-size: 90px;
    color: rgb(0, 119, 255);
    line-height: 1;
    margin-bottom: 28px;
}

.parcours-heading {
    font-family: "Syne";
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
    max-width: 620px;
    color: rgba(0, 0, 0, 0.6);
}

.parcours-timeline {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.parcours-item {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
    padding: 44px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.parcours-date {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8a8a8a;
    font-weight: 700;
    padding-top: 4px;
}

.parcours-role {
    font-family: "Syne";
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #000;
}

.parcours-role span {
    font-weight: 400;
    color: #6b6b6b;
    font-size: 16px;
}

.parcours-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    max-width: 620px;
}

.parcours-formations {
    margin-top: 72px;
}

.parcours-formation-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.parcours-formation {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.parcours-formation strong {
    font-family: "Syne";
    font-size: 17px;
    font-weight: 600;
}

.parcours-formation span {
    font-size: 14px;
    color: #8a8a8a;
}

@media (max-width: 1201px) {
    .parcours-section {
        padding-top: 150px;
    }
    .parcours-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width: 900px) {
    .parcours-section {
        padding: 120px 40px 0;
    }
    .parcours-item {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 32px 0;
    }
    .parcours-formation-list {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .parcours-heading {
        font-size: 17px;
    }
    .parcours-intro {
        margin-bottom: 44px;
    }
    .parcours-formations {
        margin-top: 48px;
    }
}

@media (max-width: 600px) {
    .parcours-section {
        padding: 90px 20px 0;
    }
    .parcours-title {
        font-size: 26px;
    }
    .parcours-heading {
        font-size: 16px;
    }
    .parcours-role {
        font-size: 19px;
    }
    .parcours-role span {
        display: block;
        font-size: 14px;
        margin-top: 4px;
    }
    .parcours-desc {
        font-size: 15px;
    }
}

















/* QUI JE SUIS QUI JE SUIS QUI JE SUIS QUI JE SUIS QUI JE SUIS QUI JE SUIS QUI JE SUIS */





.hero-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
  }
  
  .hero-img img {
	width: 100%;
  }
  


  .hero-img2 {
	position: absolute;
	top: 50%;
	left: -50%;
	transform: translate(-50%, -50%);
	width: 600px;
	z-index: 1;
  }
  
  .hero-img2 img {
	width: 100%;
  }

  #js-scroll {
    height: 200%;
}

.about__container {
    width: 50%;
    margin: 180px 0 100px 50%;
    padding: 40px;
    /* border: 1px solid #525252; */
}


.about__container p {
    margin: 60px 0;
    color: #000;
    font-size: 32px;
    font-weight: 400;
    z-index: 2;
}

@media(max-width:1601px) {
    .about__container p {
        margin: 60px 0;
        color: #000;
        font-size: 32px;
        font-weight: 400;
        z-index: 2;
    }
}

@media(max-width:1201px) {
    
    .navbar {
        position: absolute;
        bottom: 10px;
        padding: 20px;
        display: flex;
        color: rgb(255, 255, 255);
        font-family: "Syne";
    }

    .site-type{
        width: 50%;
        text-align: right;
    }

    #scroll-title{
        bottom: 80px;
        display: none;
    }

    .progressbar{
        display: none;
    }

    .progressbar2{
        display: none;
    }

    .project-title h4{
        font-size: 20px;
    }

    .project-title h5{
        font-size: 30px;
    }

    .project-meta{
        font-size: 13px;
        margin-top: 6px;
    }

    .project-thumb{
        width: 80px;
        height: 80px;
        border-radius: 10px;
    }

    .project-link{
        gap: 20px;
    }

    .project-side{
        display: none;
    }

    .project.p-7{
        flex-wrap: wrap;
        row-gap: 16px;
    }

    .project-filters{
        justify-content: flex-start;
        width: 100%;
    }

    .filter-pill{
        font-size: 12px;
        padding: 6px 14px;
    }

}

.about__container-contact-link a {
    color: #000;
}

p.about__container-link {
    font-size: 26px;
}

.about__container-link a {
    color: #000;
    font-size: 26px;
}

.cursor-follow {
    position: absolute;
    background: url(../76.-Rice-Flower_1.jpg) no-repeat 50% 50%;
    background-size: cover;
    width: 50px;
    height: 50px;
	z-index: -1;
	border-radius: 200px;
 
}

@media(max-width: 900px) {
    .about__container {
        width: 70%;
        margin: 140px 0 60px 40px;
    }

    .cursor-follow {
        display: none;
    }
}


/* MES PROJETS MES PROJETSMES PROJETSMES PROJETSMES PROJETSMES PROJETSMES PROJETSMES PROJETS*/





.wrapper2 {
    width: 800px;
    height: 600px;
    position: absolute;
    top: 250%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-title {
    position: absolute;
    top: 255%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: rgb(5, 5, 5);
    font-size: 104px;

}

.hero-title .letter {
    display: inline-block;
    opacity: 0;
}








/* VIDEO ACCUEIL VIDEO ACCUEIL VIDEO ACCUEIL VIDEO ACCUEIL VIDEO ACCUEIL */





.videofull {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videofull video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.videofull .content {
    position: relative;
    z-index: -1;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    top: 20%;
}


footer {
    width: 100%;
    padding: 60px 0 50px;
}

footer p {
    text-align: center;
    color: rgba(0, 0, 0, 0.55);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

footer .footer-cv {
    display: block;
    text-align: center;
    margin-top: 14px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.45);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .2s;
}

footer .footer-cv:hover {
    color: rgba(0, 0, 0, 0.85);
}

@media(max-width: 600px) {
    .wrapper {
        margin: 100px auto;
    }

    .project {
        padding: 32px 20px;
        flex-wrap: wrap;
        gap: 12px;
    }

    .project-thumb {
        width: 64px;
        height: 64px;
        border-radius: 8px;
    }

    .project-link {
        gap: 16px;
    }

    footer {
        padding: 40px 0 30px;
    }

    footer p {
        font-size: 13px;
    }
}
