body {
    color: #191919;
    font-family: proxima-nova, sans-serif;
    background-color: #fdfdfc;
}


html {
    min-height: 100%;
    overflow-x: hidden; //horizontal
}

::selection {
  background: #F9C7CF; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #F9C7CF; /* Gecko Browsers */
}

@font-face {
  font-family: 'Big Caslon';
  src: url('BigCaslon.ttf') format('truetype'),
      url('big-caslon-medium.woff') format('woff'); 
    font-weight: bold;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-title {
    text-align: center;
    margin-top: 10px;
    
}


.site-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        padding: 15px 30px;
    
    }


    .site-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        
    }

    .list-menu {
        position: fixed;
        font-family: Big Caslon, "Work Sans";
        font-size: 30px;
        padding-top: 0px;
        text-decoration: none;
        right:  50px;
        display:inline-block;
    }
.ul-menu li {
    display:inline-block;
}

   .list-menu a {
        text-decoration: none;
        text-decoration-line: none;
        color: black;
       background-color: #fdfdfc;
       list-style-type: none;
        text-decoration: none;
        text-decoration-line: none;
        background-color: #fdfdfc;
        border-left-color: #fdfdfc;
        border-left-style: solid;
        border-left-width: 5px;
        border-top-color: #fdfdfc;
        border-top-style: solid;
        border-top-width: 1px;
        border-bottom-color: #fdfdfc;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-right-color: #fdfdfc;
        border-right-style: solid;
        border-right-width: 5px;
    }

.cat-list {
    margin-left: 0px;
    
}

ul li:hover{
    transform: rotate(-15deg);
}


.list-menu a:hover {   
        background-color: #fdfdfc;
        border-left-color: #fdfdfc;
        border-left-style: solid;
        border-left-width: 5px;
        border-top-color: #fdfdfc;
        border-top-style: solid;
        border-top-width: 1px;
        border-bottom-color: #fdfdfc;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-right-color: #fdfdfc;
        border-right-style: solid;
        border-right-width: 5px;
        box-shadow: 3px 3px 0px pink;
    }



    .site-logo {
        width: 65px;
        background-color: #fdfdfc;
        }


    .title_na {
        position: fixed;
        
        font-size: 30px;
        font-family: proxima-nova, monospace;
        line-height: 40px;
        font-weight: 900;
        border-left-color: #fdfdfc;
        border-left-style: solid;
        border-left-width: 5px;
        border-right-color: #fdfdfc;
        border-right-style: solid;
        border-right-width: 5px;
        background-color: #fdfdfc;

    }

    
    .subtitle_na  {
        position: absolute;
        font-family: 'Big Calson';
        font-size: 26px;
        line-height: 30px;
        top: 33px;
        background-color: #fdfdfc;
        border-left-color: #fdfdfc;
        border-left-style: solid;
        border-left-width: 5px;
        border-right-color: #fdfdfc;
        border-right-style: solid;
        border-right-width: 5px;
    }


    .site-title {
        padding: 28px 0 10px 0;
    }


    .titre {
        position: absolute;
        width: 500px;
        top: 67px;
        left: 367px;
        transform: translate(-50%, -50%);
        
        
    }

    .site-logo:hover {
    box-shadow:
                1px 1px #F9C7CF,
                2px 2px #F9C7CF,
                3px 3px #F9C7CF;
                4px 4px #F9C7CF;
                5px 5px #F9C7CF;
                6px 6px #F9C7CF;
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
            }
/*--------------------------------------------------------------
# Language
--------------------------------------------------------------*/
.language{
    font-size: 14px;
    position: absolute;
    font-family: IBM Plex Mono;
    color: black;
}  

.language:hover  {
    font-size: 14px;
    margin-left: 5px;
    position: absolute;
    color: #F9C7CF;
} 

/*--------------------------------------------------------------
# popup textes
--------------------------------------------------------------*/

.cineshot{
  position: absolute;
  visibility: hidden;
  width: 0px;
}

.cineshot-2{
  position: absolute;
  visibility: hidden;
  width: 00px;
}

.Majestic:hover .cineshot {
  visibility: visible;
    margin-top: 50px;
    margin-left: -450px;
    width: 350px;
  opacity: 1;
    z-index: 1;
}

.Majestic:hover .cineshot-2 {
  visibility: visible;
    margin-top: -50px;
    margin-left: -450px;
    width: 300px;
  opacity: 1;
    z-index: 1;
}
/*--------------------------------------------------------------
# TEXTES
--------------------------------------------------------------*/ 

.projectpage-text{
    margin-right: 70px;
    top: 360px;
    font-size: 14px;
    font-family: IBM Plex Mono, monospace;
}

.projectpage-text em{
    font-weight: 900;
}

.projectpage-text_2{
    font-weight: 400;
    font-size: 14px;
    font-family: IBM Plex Mono, monospace;
}

.projectpage-text_3{
    font-weight: 400;
    font-size: 14px;
    font-family: IBM Plex Mono, monospace;
}

.titre-project-article {
    font-size: 40px;
    line-height: 30px;
    font-weight: 900;
    font-family: proxima-nova, sans-serif;
}

.projectpage-text_alt{
    /*margin-right: 70px;
    top: 360px;*/
    font-weight: 400;
    font-size: 14px;
    font-family: IBM Plex Mono, monospace;
}
    
.client-article {
    font-family: Big Caslon;
    font-size: 20px;
    line-height: 10px;
}

.type-article{
    font-family: Big Caslon;
    /*background-color: crimson;*/
    font-style: normal;
    font-size: 15px;
    line-height: 30px;
}

.type-article em{
    font-style: normal;
}

.type-article em:hover{
    background-color: #F9C7CF;
    font-style: italic;
}

em:hover{
    background-color: #F9C7CF;
}
    
.soustitre-project-article {
    font-size: 26px;
    font-weight: 500;
    font-family: "Work Sans";
}

.link-text{
    list-style-type: none;
    text-decoration: none;
    text-decoration-line: none;
    color: black;
} 

/*--------------------------------------------------------------
# FLEX & PHOTOS
--------------------------------------------------------------*/

.flex-container {
  display: flex;
  flex-flow: wrap;
  justify-content: space-evenly;
  margin-top: 170px;
}

.flex-container-2 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-evenly;
  margin-top: 20px;
}

.flex-item {
    width: 600px;
    padding: 10px;
}

.flex-item-9 {
    width: 45%/*670px*/;
    padding: 10px;
}

.flex-item-2 {
    width: 100%;
    margin: 30px;
    padding: 10px;
}

.flex-item-20 {
    width: 100%;
    margin: 0px;
    padding: 10px;
}

.flex-item-crown {
    width: 70%;
    margin: 30px;
    padding: 10px;
}

.flex-item-3 {
    width: 50%;
}

.flex-item-4 {
    width: 400px;
    padding: 10px;
}

.flex-item-5 {
    width: 230px;
    margin: 0px;
}

.projectpage-photos_1{
    margin-top: 25px;
    width: 100%;
}

.projectpage-photos_3{
    margin-top: 25px;
    width: 90%;
}

.projectpage-photos_wired2{
    width: 100%;
}

.buy-patch{
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 300px;
    height: 138px;
    transform: rotate(-10deg);
    background-image: url('img/project/button-buy-01.png');
    background-size: 300px 138px;
}

.buy-patch:hover{
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 300px;
    height: 138px;
    transform: rotate(-20deg);
    background-image: url('img/project/button-buy-02.png');
    background-size: 300px 138px;
}

.buy-patch-2 {
    
}

.buy-patch-3 {
    position: fixed;
    font-family: proxima-nova, sans-serif;
    font-weight: 900;
    color: aliceblue;
    right: 50px;
    bottom: 50px;
    width: 200px;
    height: 75px;
    transform: rotateY(0deg);
    transition: transform .65s ease-out;
    /*transform: rotate(-10deg);*/
    font-size: 25px;
    background-color: #101095;
    border-radius: 50px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.50);
    text-align: center;
}

.buy-patch-3:hover{
    transform: rotateY(360deg);
    /*transform: rotate(-20deg);*/
    box-shadow: 0px 0px 20px rgba(249, 199, 207, 0.5) ;
}

.buy-patch-3 a{
    list-style-type: none;
    text-decoration: none;
    text-decoration-line: none;
    color: white;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.84);
}

.bouton {
    position: absolute;
    top: 20px;
    left: 35px;
}

.projectpage-photos_wired{
    width: 100%;
}

.projectpage-photos_3{
    width: 100%;
    justify-content: center;
}

.video-crown{
    width: 100%;
}

    
/*--------------------------------------------------------------
# Font
------------------------------------------------------------

@font-face {
  font-family: 'Work Sans', sans-serif;
  src: url('WorkSans-Roman-VF.ttf') format("truetype-variations");
  font-weight: 1 999;
}

/*---------------------------------------------------------------------------------
#Shop
---------------------------------------------------------------------------------*/
.My-Work-title{
    font-family: Big Caslon, sans-serif;
  transition: font-weight .45s ease-out;
    /*font-family: "Baskerville","Source sans pro", "Manrope","Crimson Text", serif;*/
    font-size: 50px;
    /*font-weight: 900;*/
    line-height: 40px;
    top: 140px;
    position: fixed;
    margin-left: 3%;
     transition: margin-left 1.45s ease-out;
   /* text-decoration: underline;*/
    color: black;
    background-color: #fdfdfc;
    border: 10px;
    border-style: solid;
    border-color: #fdfdfc;
    
}  

.My-Work-title:hover {
    margin-left: 1%;
}


.project-shop {
    width: 570px;
    max-width: 100%;
    list-style-type: none;
    text-decoration: none;
    text-decoration-line: none;
}   

.entry-content-shop {
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    margin-top: -27px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.titre-project {
    font-size: 40px;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
    font-weight: 900;
    transition: color .45s ease-out;
    line-height: 40px;
    list-style-type: none;
    text-decoration: none;
    text-decoration-line: none;
    color: black;
    background-color: #fdfdfc;
}

.titre-project:hover {
    color: #F9C7CF;
}   
    
.client {
    font-family: Big Caslon;36_20
    line-height: 30px;
    font-weight: 500;
}

.flex-container-project-shop {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  margin-top: -50px;
}

.flex-item-pro-shop {
  width: 570px;
    padding: 10px;
}

.coming-soon-2{
    width: 250px;
    height: 250px;
    margin-top: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.stick{
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# autres
--------------------------------------------------------------*/

.link-title{
    font-family: 'Work Sans';
    font-size: 50px;
    font-weight: 800;
    transition-property: text-shadow;
    text-shadow: 3px 3px 2px #F9C7CF;
}


.link{
    font-family: 'Work Sans';
    font-size: 20px;
    line-height: 45px;
    font-weight: 800;
}

.link:hover{
    font-family: 'Work Sans';
    color: #F9C7CF;
    font-size: 20px;
    line-height: 45px;
    font-weight: 800;
    margin-left: 5px;
    transform: rotate(0deg);
    /*text-shadow: 1px 1px 0px rgba(249, 199, 207, 0.44);*/
}

.list-link{
    margin-left: -40px;
}


.list-link li{
    text-decoration: none;
    text-decoration-line: none;
    color: black;
    list-style-type: none;
}

.list-link a{
    text-decoration: none;
    text-decoration-line: none;
    color: black;
    list-style-type: none;
}
    
.flex-container-link {
  /* We first create a flex layout context */
  display: flex;
  
  
  /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
  flex-flow: wrap;
    
  
  /* Then we define how is distributed the remaining space */
  justify-content: center;
    
  margin-top: 100px;
    
}

.flex-item-link {
    width: 360px;
    padding: 10px;
    margin-top: 20px;
}

.bio {
    font-size: 13px;
    font-family: "source code pro";
    line-height: 10px;
    font-weight: 600;
}

.spline {
    position: absolute;
    right: -610px;
    bottom: -240px; 
    width: 50%;
    height: 50%;
    z-index: 99;
}


/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

.footer {
        position: absolute;
        color: #d9d9d9;
        text-align: center;
    font-family: proxima-nova, sans-serif;
        transition-property: color;
        transition-duration: 0.5s;
        padding-top: 10px;
        width:100%;
        height:35px;   /* Height of the footer */
    }

.footer:hover {
        color: #F9C7CF;
    }


/*--------------------------------------------------------------
# Header responsive
--------------------------------------------------------------*/

@media screen and (max-width: 750px) {
.title_na {
        font-size: 18px;
        margin-top: 5px;
        line-height: 40px;
        text-align: justify;
        margin-left: -10px;
    }
    
    
    .subtitle_na  {
        top: 35px;
        margin-left: -10px;
    } 

    .titre {
        position: absolute;
        width: 300px;
        top: 55px;
        margin-left: -115px;
    }
    
    /*.list-menu{
        position: fixed;
        top: 15px;
        right: 20px;
        width: 110px;
    }*/
    
        .list-menu{
        position: fixed;
        font-size: 12px;
        top: 35px;
        right: 15px;
        /*left: 245px;*/
        width: 110px;
    }
    
    .site-logo{
    margin-left: -15px;
    margin-top: -10px;
    }
    

    }

