@charset "UTF-8";

/* ==========================================================================
   Import stylesheets
   ========================================================================== */





/* ==========================================================================
   HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/
   ========================================================================== */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */








/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}


/*------------------------------
---------MON CSS----------------
------------------------------*/
@font-face {
  font-family: 'Movement-DirectBlack';
  src: url(/font/Movement-DirectBlack.woff) format('woff');
}

main {
    overflow-x: hidden;
    box-sizing: border-box;
}

body {
    background-color: #FBFBFB;
    /*----custom cursor-----
    cursor: url(../img/cursor_Green.png), auto;*/
    cursor: crosshair;
    overflow-x: hidden;
}

a {
    color: inherit;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: inherit; 
}

.container {
    width: 100vw;
}

@media screen and (min-width: 990px) {

    .smartphone {
        display: none;
    }    
    
.nomPrenom {
    font-family: 'Movement-DirectBlack';
    font-size: 2.65vw;
    width: 113%;
    margin-left: -15px;
    left: 0px;
    margin-top: -4vh;
    
}

.description {
    background-color: white;
    box-shadow: -1px 4px 19px 0 rgba(0,0,0,0.20);
    margin-left: 14vw;
    margin-top:  40vh;
    display: flex;
    color: rgba(0,0,0,0.8);
    padding-top: 40px;
    z-index: 1000;
}

.description p {
    font-family: 'movement';
}


/*cela ne fonctionne pas z index*/

infiniteScrollingText {
    position: inherit;
}

.interactive {
    position: relative;
    z-index: 10;
}

.row {
    position: inherit;
}

.image {
    position: relative;
    z-index: 100;
    box-shadow: inset 0 1px 23px 0 rgba(0,0,0,0.28);
    margin-top: 10.8vh;
    background-image: url(../img/optimized_profil_V2.gif);
    background-size: cover;
}

.mainpage .col-4 {
    height: 50vh;
    border: 1px solid #D6D6D6;
}

.infoPerso {
    display: flex;
    justify-content: center;
    
    
}

.infoPerso li {
    font-family: 'Darker Grotesque', sans-serif;
}


/*Fait apparaître image*/

li img {
    opacity: 0;
    position: absolute;
}
.infoPerso:nth-child(3):hover .navigation {
    opacity: 0;
}


.infoPerso a {
    text-decoration: underline;
    color: rgba(0,0,0,0.8);
}

.navigation {
    background: #FFFFFF;
    box-shadow: 4px 2px 20px 0 rgba(0,0,0,0.28);
    position: fixed;
    right: 0px;
    top: 0px;
    width: 9vw;
    
    transition: all 1.2s ease;
    height: 100vh;
    overflow:hidden;
    z-index: 1000;
}

.navigationOuverte {
    background: #FFFFFF;
    box-shadow: 4px 2px 20px 0 rgba(0,0,0,0.28);
    position: fixed;
    right: 0px;
    width: 100vw;
    z-index: 1000;
}




.navigation .burgerIcon {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    cursor: pointer;
    top: 40px;
    right: 45px;    
    transform: rotate(90deg);
    border-radius: 50%;
}

.navigation span {
    
    
    transition: all 0.28s;
   
            animation-name: animationBurger;
    animation-duration: 4s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    
}
    
    @keyframes animationBurger {
  0% {border: 4px solid #555;
      margin-bottom: 0px;}
  300%   {border: 4px solid #555;
        margin-bottom: 0px;}
  50%  {border: 4px solid #ff6680;
        margin-bottom: 10px;}
  70% {border: 4px solid #555;
      margin-bottom: 0px;}
  100% {border: 4px solid #555;
      margin-bottom: 0px;}

}
    

.burgerIconClose {
    width: 28px;
}

/*jquerry toogle class*/


.navigation .visible {
    opacity: 1;    
}

.navigation .invisible {
    opacity: 0;    
}

.noRotateLeft {
    transform: rotate(0deg) translate(0px, 0px);
}

.navigation .rotateLeft {
    transform: rotate(45deg) translate(11px, -10px);
    
}

.noRotateRight {
    transform: rotate(0deg) translate(0px, 0px);
}

.rotateRight {
    transform: rotate(-45deg) translate(-11px, -10px);
}

.noTextVertical {
    opacity: 0;
    font-family: 'Movement-DirectBlack';
    font-size: 5vh;
    margin-left: -236px;
    width: 750px;
    margin-top: 30vw;
    transform: rotate(90deg);
	transform-origin: top 0;
}

.textVertical {
    opacity: 1;
    font-family: 'Movement-DirectBlack';
    font-size: 3.5vh;
    margin-left: -236px;
    width: 750px;
    margin-top: 68vh;
    transform: rotate(90deg);
	transform-origin: top 0;
    transition: all 1.2s ease;
}

.menuBranches {
    position: absolute;
    text-align: center;
    left: 10vw;
    transition: all 1.2s ease;
    vertical-align: middle;
    margin-top: 148vh;
    font-family: 'Movement-DirectBlack';
    transform: rotate(-90deg);
}

.menuBranchesOuvert {
    position: absolute;
    text-align: center;
    left: 10vw;
    margin-top: 40vh; /*allignement gauche droite*/
     transform: rotate(-90deg);
}

.menuBranches li {
    margin-bottom: 2vh;
    font-size: 4vw;
}

.menuBranches li a{
}

.menuBranches li:hover {
    background-image: url(../img/projet_titre_optimized.jpg);
    background-size: contain;
    color: #fff;
}

/*.textVertical {
    transform: rotate(90deg);
	transform-origin: top 0;
    width: 200px;
    margin-top: 30vw;
    transition: all 0.6s;
}*/


ul {
    list-style-type: none;
}

.description ul:nth-child(1){
    font-family: 'Font Awesome 5 Free';
    /*font-family: "Font Awesome 5 Brands";*/
}

.description ul:nth-child(2){
    font-family: 'Font Awesome 5 Free';
    /*font-family: "Font Awesome 5 Brands";*/
}

.description ul:nth-child(3){
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    /*font-family: "Font Awesome 5 Brands";*/
}

.description ul:nth-child(4){
    font-family: 'Font Awesome 5 Free';
    /*font-family: "Font Awesome 5 Brands";*/
}

.description ul:nth-child(5){
    font-family: 'Font Awesome 5 Free';
    /*font-family: "Font Awesome 5 Brands";*/
}

.description ul:nth-child(6){
    font-family: 'Font Awesome 5 Free';
    /*font-family: "Font Awesome 5 Brands";*/
}

.description li {
    margin-bottom: 3vh;
}

.infiniteScrollingText{
  
} 

.infiniteScrollingText :nth-child(1) {
    position: absolute;
    width:77vw;
    top: 10vh;
    font-size: var(--BigFontSize);
    color: rgba(0,0,0,0);
    -webkit-text-stroke: 2px #000;
    z-index: 100;
    animation: animate1 12s linear infinite;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.infiniteScrollingText :nth-child(2) {
    position: absolute;
    width:77vw;
    top: 37vh;
    font-size: var(--BigFontSize);
    color: rgba(0,0,0,0);
    -webkit-text-stroke: 2px #000;
    z-index: 100;
    animation: animate2 12s linear infinite;
}

@keyframes animate2 {
    0% {
        transform: translateX(100%);
    }
    
    100% {
        transform: translateX(-100%);
    }
}



.infiniteScrollingText :nth-child(3) {
    position: absolute;
    width:77vw;
    top: 64vh;
    font-size: var(--BigFontSize);
    color: rgba(0,0,0,0);
    -webkit-text-stroke: 2px #000;
    z-index: 100;
    animation: animate3 12s linear infinite;
}

@keyframes animate3 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

/*------Portfolio pages-------*/
.backArrow {
    position: absolute;
    top: 40px;
    left: 45px;
}

.backArrow img {
    width: 48px;
    height: 39px;
}

.travaux .droite {
    margin-left: 70px;
}


/*------sans cette ligne tout va bien ----------*/
.travaux a { 
    width: 90%;
}

.col-5 {
    height: 300px;
    margin-top: 80px;
    margin-left: 10px;
    background-image: url(../img/lost_ending.jpg);
    filter: grayscale(100%);
    cursor: pointer;
}

.col-5:hover {
    filter: none;
}

.col-5:hover .title{
    opacity: 0;
}

.title {
    font-family: 'Movement-DirectBlack';
    color: #fff;
    font-size: 2.8vw;
    text-align: center;
    text-shadow: -3px 4px 2px rgba(0,0,0,0.50);
    margin-top: 24%;
    transition: all 0.6s ease;
}

/*------Travaux-------*/
.Picture {
    background-image: url(../img/lost_ending.jpg);
    height: auto;
}


/*------variables-------*/
:root {
--BigFontSize: 10vw;
}


/*-----travaux workpage----*/

.partenaire a {
    text-decoration: underline;
}

.workpage .travaux {
    height: 200px;
    margin-top: 100px;
    width: 80vw;
}

.information {
    display: flex;
    justify-content: space-between;

}

.name {
    font-family: 'Movement-DirectBlack';
    color: #000;
    font-size: 2.8vw;
}

.work {
    background-color: blue;
}

.projet {
    margin-bottom: 20px;
    margin-bottom: 50px;
}

.video-content {
    position: relative;
    left: 1vw;
    width: 68vw;
}

.infoComplementaire {
    display: block;
    
}

/*---noir blanc sauf au survol---*/

iframe,
img {
    filter: grayscale(100%);
    transition: 0.6s;
}


img:hover {
    filter: none;
}

iframe:hover {
    filter: none;
}
}

/*--- Media Queries 
---------------------
-------------------
----------------------- */
@media screen and (max-width: 990px) {
    
    .mainpage {
        display: none;
    }
    
    .container {
     
    }
    
    .nomPrenom {
        font-family: 'Movement-DirectBlack';
        font-size: 9.2vw;
        width: 113%;
        margin-left: -15px;
        left: 0px;
        margin-top: -4vh;
    }
    
    .metier {
        font-family: 'Movement-DirectBlack';
        font-size: 5.2vw;
        width: 112%;
        position: absolute;
        bottom: 12px;
        margin-left: -2px;
        margin-top: 29vh;
        color: #fff;
        text-shadow: 0px 0px 4px #000;
    }


    

    .description {
        background-color: white;
        box-shadow: -1px 4px 19px 0 rgba(0,0,0,0.20);
        margin-left: 14vw;
        margin-top:  40vh;
        display: flex;
        color: rgba(0,0,0,0.8);
        padding-top: 40px;
        z-index: 1000;
    }

    .description p {
        font-family: 'movement';
    }


    

    infiniteScrollingText {
        position: inherit;
    }

    .interactive {
        position: relative;
        z-index: 10;
    }

    .row {
        position: inherit;
        display: block;
        margin-left: 15px;
        margin-right: 15px;
        width: auto; 
    }

    .image {
        position: relative;
        z-index: 100;
        box-shadow: inset 0 1px 23px 0 rgba(0,0,0,0.28);
        margin-top: 10.8vh;
        background-image: url(../img/optimized_profil_V2.gif);
        background-size: cover;
        height: 40vh;
        margin-top: 5vh;
    }

    .mainpage .col-4 {
        height: 50vh;
        border: 1px solid #D6D6D6;
    }

    .infoPerso {
        display: flex;
        justify-content: center;


    }

    .infoPerso li {
        font-family: 'Darker Grotesque', sans-serif;
    }


   

    /*li img {   
        position: absolute;
    }*/
    
    .infoPerso:nth-child(3):hover .navigation {
        opacity: 0;
    }


    .infoPerso a {
        text-decoration: underline;
        color: rgba(0,0,0,0.8);
    }

    .navigation {
        background: #FFFFFF;
        box-shadow: 4px 2px 20px 0 rgba(0,0,0,0.28);
        position: fixed;
        right: 0px;
        top: 0px;
        width: 9vw;
        cursor: pointer;
        transition: all 1.2s ease;
        height: 100vh;
        overflow:hidden;
        z-index: 1000;
    }

    .navigationOuverte {
        background: #FFFFFF;
        box-shadow: 4px 2px 20px 0 rgba(0,0,0,0.28);
        position: fixed;
        right: 0px;
        width: 100vw;
        z-index: 1000;
    }




    .navigation .burgerIcon {
        width: 38px;
        height: 38px;
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 40px;
        right: 45px;    
        transform: rotate(90deg);
    }

    .navigation span {

        border: 4px solid #000;
        transition: all 0.28s;
    }

    .burgerIconClose {
        width: 28px;
    }




    .navigation .visible {
        opacity: 1;    
    }

    .navigation .invisible {
        opacity: 0;    
    }

    .noRotateLeft {
        transform: rotate(0deg) translate(0px, 0px);
    }

    .navigation .rotateLeft {
        transform: rotate(45deg) translate(11px, -10px);

    }

    .noRotateRight {
        transform: rotate(0deg) translate(0px, 0px);
    }

    .rotateRight {
        transform: rotate(-45deg) translate(-11px, -10px);
    }

    .noTextVertical {
        opacity: 0;
        font-family: 'Movement-DirectBlack';
        font-size: 5vh;
        margin-left: -236px;
        width: 750px;
        margin-top: 30vw;
        transform: rotate(90deg);
        transform-origin: top 0;
    }

    .textVertical {
        opacity: 1;
        font-family: 'Movement-DirectBlack';
        font-size: 3.5vh;
        margin-left: -236px;
        width: 750px;
        margin-top: 68vh;
        transform: rotate(90deg);
        transform-origin: top 0;
        transition: all 1.2s ease;
    }

    .menuBranches {
        position: absolute;
        text-align: center;
        left: 10vw;
        transition: all 1.2s ease;
        vertical-align: middle;
        margin-top: 148vh;
        font-family: 'Movement-DirectBlack';
        transform: rotate(-90deg);
    }

    .menuBranchesOuvert {
        position: absolute;
        text-align: center;
        left: 10vw;
        margin-top: 40vh; 
         transform: rotate(-90deg);
    }

    .menuBranches li {
        margin-bottom: 2vh;
        font-size: 4vw;
    }

    .menuBranches li a{
    }

    .menuBranches li:hover {
        background-image: url(../img/projet_titre.jpg);
        background-size: contain;
        color: #fff;
    }




    ul {
        list-style-type: none;
    }

    .description ul:nth-child(1){
        font-family: 'Font Awesome 5 Free';
        
    }

    .description ul:nth-child(2){
        font-family: 'Font Awesome 5 Free';
        
    }

    .description ul:nth-child(3){
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        
    }

    .description ul:nth-child(4){
        font-family: 'Font Awesome 5 Free';
        
    }

    .description ul:nth-child(5){
        font-family: 'Font Awesome 5 Free';
        
    }

    .description ul:nth-child(6){
        font-family: 'Font Awesome 5 Free';
     
    }

    .description li {
        margin-bottom: 3vh;
    }

    .infiniteScrollingText{

    } 

    .infiniteScrollingText :nth-child(1) {
        position: absolute;
        width:77vw;
        top: 10vh;
        font-size: var(--BigFontSize);
        color: rgba(0,0,0,0);
        -webkit-text-stroke: 2px #000;
        z-index: 100;
        animation: animate1 12s linear infinite;
    }

    @keyframes animate1 {
        0% {
            transform: translateX(-100%);
        }
        100% {
            transform: translateX(100%);
        }
    }

    .infiniteScrollingText :nth-child(2) {
        position: absolute;
        width:77vw;
        top: 37vh;
        font-size: var(--BigFontSize);
        color: rgba(0,0,0,0);
        -webkit-text-stroke: 2px #000;
        z-index: 100;
        animation: animate2 12s linear infinite;
    }

    @keyframes animate2 {
        0% {
            transform: translateX(100%);
        }

        100% {
            transform: translateX(-100%);
        }
    }



    .infiniteScrollingText :nth-child(3) {
        position: absolute;
        width:77vw;
        top: 64vh;
        font-size: var(--BigFontSize);
        color: rgba(0,0,0,0);
        -webkit-text-stroke: 2px #000;
        z-index: 100;
        animation: animate3 12s linear infinite;
    }

    @keyframes animate3 {
        0% {
            transform: translateX(-100%);
        }
        100% {
            transform: translateX(100%);
        }
    }

    
    .backArrow {
        position: absolute;
        top: 40px;
        left: 45px;
    }

    .backArrow img {
        width: 48px;
        height: 39px;
    }

    .travaux .droite {
        margin-left: 70px;
    }



    .travaux a { 
        width: 90%;
    }

    .col-5 {
        height: 300px;
        margin-top: 80px;
        margin-left: 10px;
        background-image: url(../img/lost_ending.jpg);
        filter: grayscale(100%);
        cursor: pointer;
    }

    .col-5:hover {
        filter: none;
    }

    .col-5:hover .title{
        opacity: 0;
    }

    .title {
        font-family: 'Movement-DirectBlack';
        color: #fff;
        font-size: 2.8vw;
        text-align: center;
        text-shadow: -3px 4px 2px rgba(0,0,0,0.50);
        margin-top: 24%;
        transition: all 0.6s ease;
    }
    
    .col-4 {
        max-width: 100%;
    }
    
    .description {
        margin-left: 0;
        margin-top: 0vh;
    }
    
    .name {
    font-family: 'Movement-DirectBlack';
    color: #000;
    font-size: 5.8vw;
    margin-bottom: -12px;
    text-decoration: underline;
    }
    
    .information {
    display: block;
    justify-content: space-between;

    }
    
    .workdescription {
        font-size: 2.7vw;
    }
    
    .workdescription a {
        text-decoration: underline;
    }
    
    .projet {
        margin-top: 30px;
    }
    
    .buttonContainer {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        margin-left: -4px;
        justify-content: space-around;
        padding: 0px;
        cursor: pointer;
    }
    
    button {
        width: 10vw;
        height: 10vw;
        border: none;
        background-color: #FBFBFB;
        opacity: 0.4;
    }
    
    button:hover {
        opacity: 1;
    }
    
    button:focus {
        opacity:1;
        outline:0;
    }
    
    button img {
        width: 9vw;
        height: 9vw;
    }
        
    .categorie {
        font-family: 'Movement-DirectBlack';
        font-size: 8vw;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 20px;
    }
    
    /*tab*/
    
    .tabs img {
        opacity: 0.4;
    }
    
     .tabs img:hover {
        opacity: 1;
    }
    
    .void {
        height: 400px;
    }
    
    }
    
    }
}