@media screen and (min-width: 0px)  {
  .bloc 
  {
    display:block;
    clear:both;
    }
    
    .fp-section {
    background: linear-gradient(300deg, #353535, #101010);
    background-size: 400% 400%;

    -webkit-animation: animatedBackground 10s ease infinite;
    -moz-animation: animatedBackground 10s ease infinite;
    animation: animatedBackground 10s ease infinite;
}

@-webkit-keyframes animatedBackground {
    0%{background-position:0% 4%}
    50%{background-position:100% 97%}
    100%{background-position:0% 4%}
}
@-moz-keyframes animatedBackground {
    0%{background-position:0% 4%}
    50%{background-position:100% 97%}
    100%{background-position:0% 4%}
}
@keyframes animatedBackground {
    0%{background-position:0% 4%}
    50%{background-position:100% 97%}
    100%{background-position:0% 4%}
}
    
@keyframes bounce {
    0%{transform: translate(0, 0);}
    100%{transform: translate(0, 20px);}
}
    
@keyframes grow {
    0%{transform: scale(0);}
    100%{transform: scale(1);}
}
    
    
@keyframes reveal {
    0%{
        opacity:0;
        transform: translateY(40px);
    }
    100%{opacity:1;
    transform: translateY(0px);}
}
    
    @keyframes reveal50 {
    0%{
        opacity:0;
        transform: translateY(40px);
    }
    100%{opacity:0.5;
    transform: translateY(0px);}
}
    
    @keyframes reveal30 {
    0%{
        opacity:0;
        transform: translateY(40px);
    }
    100%{opacity:0.3;
    transform: translateY(0px);}
}
  
    
    body
    {
        position:relative;
    }
    
    #logo
    {
        margin-top:20px;
        margin-left:20px;
        z-index:35;
        cursor:pointer;
        animation: grow 0.6s ease-in-out;
    }
    
    #logo svg
    {
        width:40px;
    }
    
    #menuCTAContainer
    {
        display: flex;
        flex-direction:row;
        align-content: center;
        align-items: center;
    }
    
    .CTAButtonHeader
    {
        margin-top: 18px;
        margin-right: 30px;
        animation: grow 0.6s ease-in-out;
        background: white;
        color:#121212;
    }
    
    .CTAButtonHeader:hover
    {
        background: none;
        color:white;
    }
    
    .surligne
    {
        color:#ffb743;
        cursor: pointer;
        text-align: center;
        transition: 0.4s;
    }
    
    .surligne:hover
    {
        color:#f9d6a2;
    }
    
    
    header
    {
        position:absolute;
        width:100%;
        height: 10%;
        z-index: 100;
    }
    
    #headPart
    {
        width:100%;
        padding:0vw;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    #menuWork
    {
        width:40px;
        z-index: 10;  
        padding-top:20px;
        padding-right: 20px;
        cursor:pointer;
        transition: 0.4s;
        text-align: center;
    }
    
    #menuWork img
    {
        width: 100%;
        transition: 0.4s;
        animation: grow 0.6s ease-in-out forwards;
        animation-delay: 0.1s;
    }
    
    #socialPictosContainer
    {
        position:fixed;
        right:16px;
        top:auto;
        bottom:20px;
        left:auto;
        z-index: 50;
        display:flex;
        flex-direction: column;
        align-items: center;
        width:auto;
    }
    
    #socialPictosContainer a
    {
        width:25px;
        opacity: 0.7;
        transition: 0.2s;
        transform: scale(0);
        animation: grow 0.6s ease-in-out forwards;
        animation-delay: 0.3s;
    }
    
    
    
    #muteDiv
    {
        display: none;
    }
    
    #menuWork p:hover
    {
        opacity: 1;
    }
    
    h2
    {
        color:white;
    }
    
    #fullpage
    {
    
    }

    .projectPage
    {
        height:100%;
        display: flex;
        align-content: center;
        align-items: center;
        flex-direction: column;
    }
       
    .project
    {
        height:60%;
        max-width:100vw;
        padding-left:100px;
        padding-right:100px;
    }
    
    .projectInfosContainer
    {
        display:flex;
        flex-direction: row;
        align-content: center;
    }
    
    .projectLeft
    {
        width:50%;
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        margin-right: 20px;
    }
    
    .projectRight
    {
        width:50%;
        display:flex;
        flex-direction: column;
        align-items: center;
    }
    

    .projectTitle
    {
        font-family: "futura-bold";
        color:white;
        font-size: 36px;
        line-height: 0.8em;
        letter-spacing: normal;
        margin-bottom: 20px;
    }
    
    .titleNumber
    {
        font-family: "futura-bold";
        color:white;
        font-size: 60px;
        line-height: 0.8em;
        letter-spacing: normal;
        display:flex;
        flex-direction: row;
        align-items:baseline;
    }
    
    .roleDateContainer
    {
        display:flex;
        flex-direction:row;
        align-items: baseline;
    }
    
    
    .projectRole
    {
        font-family: "Hind-Regular.ttf";
        color:white;
        padding-left: 15px;
        font-size:15px ;
        
    }
    
    .projectRoleTitle
    {
        font-family: "Hind-bold.ttf";
        color:white;
        font-size: 20px;
        
    }
    
    .projectDescription
    {
        font-family: "Hind-Regular.ttf";
        color:white;
        font-size: 15px;
        line-height: 20px;
        width: 100%;
        max-height: 40vh;
        overflow-x: hidden;
        text-align: justify;
        padding-top:20px;
        padding-bottom: 20px;
    }
    
    
    
    .projectImage
    {
        width:80%;

    }

    
    .projectVideo
    {
        width:100%;
        max-height:70%;
        position:static;
    }
    
    .video169
    {
        max-height:90%;
    }
    
    #backgroundTraitsContainer
    {
        position: absolute;
        top:0;
        width: 100vw;
        clip-path: polygon(0 0, 100% 45%, 100% 0); 
    }
    
    #videoContainer
    {
        position: absolute;
        width: 100%;
        height: 100%;
        left:0;
        top:0;
        clip-path: polygon(0 0, 100% 63.5%, 100% 100%, 0% 100%);
        opacity: 0.5;
        mix-blend-mode: multiply;
        overflow: hidden;
    }
    
    #videoContainer video
    {
        transform: scale(5);
        
    }
    
    .partDescriptionContainer
    {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: flex-start;
        width: 550px;
        padding: 80px;  
        margin-top: 80px;
    }
    
    .partTitle
    {
        font-family: "futura-bold";
        font-size: 45px;
        line-height: 42px;
        text-shadow: none;
        color:white;
        letter-spacing: 0;
        margin: 0;
        padding: 0;
        transition: 0.8s;
        animation: reveal 1s ease-in-out;
        opacity:0;
        animation-fill-mode: forwards;  
    }
    
    .partTitle2
    {
        font-family: "futura-bold";
        font-size: 45px;
        line-height: 42px;
        text-shadow: none;
        color:white;
        letter-spacing: 0;
        margin: 0;
        padding: 0;
        transition: 0.8s;
        opacity:0;
        animation: reveal50 1s ease-in-out;
        animation-delay: 0.2s;
        animation-fill-mode: forwards;  
    }
    
    .partTitle3
    {
        font-family: "futura-bold";
        font-size: 45px;
        line-height: 42px;
        text-shadow: none;
        color:white;
        letter-spacing: 0;
        opacity:0;
        margin: 0;
        padding: 0;
        transition: 0.8s;
        margin-bottom: 20px;
        animation: reveal30 1s ease-in-out;
        animation-delay: 0.3s;
        animation-fill-mode: forwards;  
    }
    
    .partTitle:hover
    {
        letter-spacing: 0px;
        opacity: 1;
    }
    
    .partDescription
    {
        font-size: 20px;
        line-height: 24px;
        text-align: justify;
        font-family: 'Hind-SemiBold.ttf';
        padding-bottom: 40px;
        animation: reveal 1s ease-in-out;
        opacity:0;
        animation-delay: 0.4s;
        animation-fill-mode: forwards;
    }
    
    .partDescriptionSecondary
    {
        font-size: 16px;
        line-height: 20px;
        text-align: justify;
        font-family: 'Hind-Regular.ttf';
        padding-bottom: 40px;
        animation: reveal 1s ease-in-out;
        opacity:0;
        animation-delay: 0.5s;
        animation-fill-mode: forwards;
    }
    
    .scrollIconContainer
    {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        width: 100%;
    }
    
    .scrollIcon
    {
        width: 50px;
        animation: reveal50 1s ease-in-out 0.8s forwards, bounce 1s ease-in-out infinite alternate;
        cursor:pointer;
        transition: 0.5s;
        opacity:0;
    }
    
    .scrollIcon:hover
    {
         opacity: 1;
    }
    
    #scrollIconTop
    {
        width: 40px;
        position:fixed;
        left:20px;
        top:auto;
        bottom:30px;
        right:auto;
        transform: rotate(180deg);
        cursor: pointer;
        opacity: 0;
        transition: 0.5s;
        z-index: 3;
    }
    
    #scrollIconTop:hover
    {
        opacity: 1 !important;
    }

}

@media screen and (max-width: 500px)
{
  .bloc 
  {
    display:block;
    clear:both;
    }

    
    .projectVideo
    {
        max-width:100%;
    }
    
    .titleNumber
    {
        font-size: 30px;
    }
    
    

    
    .project
    {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .CTAButtonHeader
    {
        margin-right: 15px;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }

    
}

@media screen and (max-width: 750px)
{
  .bloc 
  {
    display:block;
    clear:both;
    }
    
    .project
    {
        height:80%;
        display: flex;
        flex-direction: column;
        align-content: space-around;
    }
    
    .projectInfosContainer
    {
        flex-direction: column;
    }
    
    .projectLeft
    {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .projectRight
    {
        width: 100%;
    }
    
    .projectVideo
    {
        max-width:60%;
    }
    
    .projectImage
    {
        width:230px;
    }
    
    .projectDescription
    {
        font-size: 13px;
        line-height: 18px;
    }
    
    
    
    .video169
    {
        max-width:80%;
    }
    
    .projectTitleContainer
    {
        margin-top: 20px;
    }
    
    .projectTitle
    {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    
    .projectDescription
    {
        padding-top: 10px;
    }
    
    .partDescriptionContainer
    {
        padding:20px;
        width: 100%;
        margin-top: 0;
    }
    
    .partTitle
    {
        font-size: 32px;
        line-height: 32px;
    }
    
    .partTitle2
    {
        font-size: 32px;
        line-height: 32px;
    }
    
    .partTitle3
    {
        font-size: 32px;
        line-height: 32px;
    }
    
    .partDescription
    {
        font-size: 16px;
        line-height: 20px;
        width: 90%;
    }
    
    .partDescriptionSecondary
    {
        font-size: 14px;
        line-height: 18px;
        width: 90%;
    }
    
    .scrollIconContainer 
    {
        width: 90%;
    }
    
}




@media screen and (max-width: 950px)
{
  .bloc 
  {
    display:block;
    clear:both;
    }
    
    .project
    {
        padding-left: 80px;
        padding-right: 80px;
    }
}


@media screen and (max-width: 1200px)
{
  .bloc 
  {
    display:block;
    clear:both;
    }
    
    .projectVideo
    {
        max-height:100%;
    }

}


@media screen and (min-width: 1440px)
{
  .bloc 
  {
    display:block;
    clear:both;
    }
    
     #logo
    {
        margin-top:2vw;
        margin-left:2vw;
    }
    
    #logo svg
    {
        width:2.7vw;
    }
    
            
    
#menuWork
    {
        width:2.5vw;
        padding-top:2vw;
        padding-right: 2vw;
    }
    
    #socialPictosContainer
    {
        right:2vw;
        bottom:2vw;
    }
    
    #socialPictosContainer a
    {
        width:2vw;
        margin-top:.3vw;
        margin-bottom:.3vw;
    }

       
    .project
    {
        height:60%;
        max-width:100vw;
        padding-left:7vw;
        padding-right:7vw;
    }
    
    .projectLeft
    {
        margin-right: 2vw;
    }

    .projectTitle
    {
        font-size: 2.5vw;
        line-height: 0.4vw;
        margin-bottom: 2vw;
    }
    
    .titleNumber
    {
        font-size: 4vw;
        line-height: .4vw;
    }
    
    
    .projectRole
    {
        padding-left: 1vw;
        font-size:1vw ;
        
    }
    
    .projectRoleTitle
    {
        font-size: 1.3vw;
        
    }
    
    .projectDescription
    {
        font-size: 1.1vw;
        line-height: 1.4vw;
        padding-top:1.3vw;
        padding-bottom: 1.2vw;
    }
    
    .projectLink
    {
        font-size: 1.1vw;
        border: 0.12vw solid white;
        padding-left: 1.3vw;
        padding-right: 1.3vw;
        padding-top: 0.5vw;
        padding-bottom: 0.3vw;

    }
    
    .CTAButtonHeader
    {
        margin-top: 1.7vw;
    }
    
    .projectDescription
    {
        padding-top: 2vw;
    }
    
    .partDescriptionContainer
    {
        padding:5vw;
        width: 42vw;
        margin-top: 5vw;
    }
    
    .partTitle
    {
        font-size: 3.1vw;
        line-height: 3vw;
    }
    
    .partTitle2
    {
        font-size: 3.1vw;
        line-height: 3vw;
    }
    
    .partTitle3
    {
        font-size: 3.1vw;
        line-height: 3vw;
    }
    
    .partDescription
    {
        font-size: 1.4vw;
        line-height: 1.7vw;
        width: 90%;
    }
    
    .partDescriptionSecondary
    {
        font-size: 1.2vw;
        line-height: 1.5vw;
        width: 90%;
    }
    
    #scrollIcon
    {
        width: 3.5vw;
    }

}