body {
    font-family: proxima-nova, sans-serif;

background-image: url(img/Vrac/spacetext-01-01.png);
width: 100%;

}


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: snow;
       /*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: 10px;
    
}

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;*/
        text-shadow: 3px 3px 0px pink;
    }



    .site-logo {
        width: 65px;
        }


    .title_na {
        position: fixed;
        color: snow;
        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;
        color: snow;
/*        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%);
        
        
    }


/*--------------------------------------------------------------
# corps
--------------------------------------------------------------*/

.ad_astra{
    margin-top: 100px;
    width: 500px;
    /*box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.3);*/
}

.ad_astra-2{
    width: 300px;
    box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.3)
}

.ad_astra:hover{
    /*width: 72%;*/
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
}

.ad_astra-2:hover{
    /*width: 72%;*/
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
}

body {
    background-color: #000; 
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 20s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 10s;

}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  0%   {background-color:#bf1718;}
  100% {background-color: black;}
}

/* Standard syntax */
@keyframes example {
  0%   {background-color: #bf1718;}
  100% {background-color: black;}
}

.flex-container-1 {
  /* 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;
    
  margin-top: 20px;
  /* Then we define how is distributed the remaining space */
  justify-content: center;
    
}
.flex-item {
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    
}
.flex-item-2 {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10px;
    text-align: center;
    
}

.flex-item-3 {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 30px;
    text-align: center;
    
}

.flex-item-4 {
    margin: 50px;
}


/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

.footer {
        position: absolute;
        color: #d9d9d9;
        text-align: center;
        transition-property: color;
        transition-duration: 0.5s;
        padding-top: 10px;
        width:100%;
        height:35px;   /* Height of the footer */
    }

.footer:hover {
        color: #F9C7CF;
    }

/*--------------------------------------------------------------
# Header responsive
---------
-----------------------------------------------------*/

.Titre-poster {
color: white;
font-size: 45px;
font-family: proxima-nova;
font-weight: 900;    
line-height: 25px;
}

.Cita-poster {
color: white;
font-size: 15px;
font-family: Big Caslon;
line-height: 5px;
}

.Text-poster {
color: white;
font-size: 70%;
font-family: IBM Plex Mono;
font-weight: 400;
line-height: 5px;
}

.Buy-button{
color: black;
font-size: 15px;
font-family: Big Caslon, proxima-nova;
line-height: 5px;
background-color: azure;
padding: 10px;
border-radius: 2px;
    list-style-type: none;
        text-decoration: none;
        text-decoration-line: none;
}

.Buy-button:hover{
color: black;
font-size: 20px;
font-family: Big Caslon;
line-height: 5px;
background-color: #F9C7CF;
padding: 10px;
border-radius: 3px;
box-shadow: 0px 0px 100px rgba(255, 255, 255, 0.4);
    list-style-type: none;
        text-decoration: none;
        text-decoration-line: none;
}




