@charset "UTF-8";


@font-face {
    font-family: 'everett-jana';
    src:    url('../fonts/Everett_Jana-Regular-web.eot');
    src:    url('../fonts/Everett_Jana-Regular-web.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Everett_Jana-Regular-web.woff') format('woff'),
            url('../fonts/Everett_Jana-Regular-web.woff2') format('woff2'),
            url('../fonts/Everett_Jana-Regular-web.ttf') format('truetype'),
            url('../fonts/Everett_Jana-Regular-web.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'twk-ghost';
    src:    url('../fonts/TWKGhostBETA-Regular.woff') format('woff'),
            url('../fonts/TWKGhostBETA-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  list-style: none;
}

html, body{
  font-family: 'everett-jana', times, serif;
  font-size: 17px;
}

header{
  font-family: 'everett-jana', helvetica, sans-serif;
}

a:hover{
  color: black;
  text-decoration: none;
}

.img-fluid {
    width: 100%;
    height: auto;
}

/* ------ MENU ------------------------------------------------------- */
.JZ{
  opacity: 0;
}

#menuHome a{
  color: black;

}

#menuOne,
#menuHome{
  font-size: 12px;
  width: 100%;
}

#menuOne a{
  color: black;
}

#menuOne a:hover{
  color: #ab8b69;
}

#titre a:hover>.JZ{
  opacity: 1;
}

#titreHome{
  width: 100%;
  text-align: center;
}

#back,
#titre,
#selected{
/*  width: 33%;*/
}

nav .list-inline li{
  width: 19%;
}

#selected,
#back{
  text-align: right;
}

#titre{
  text-transform: uppercase;
}

#back{
  text-align: right;
  margin-right: 0px;
}



.list-inline-item:not(:last-child){
  margin: 0;
}

#titre,
#titreHome{
  text-align: center;
  letter-spacing: 10px;
}

/* ------ FOOTER ------------------------------------------------------- */

#leftarrow,
#rightarrow{
  font-size: 3rem;
  color: black;
}

span.add-label{
 display:none;
}

#leftarrow:hover span.align,
#rightarrow:hover span.align{
 display:none;
}
#leftarrow:hover span.add-label,
#rightarrow:hover span.add-label{
 display:block;
 color: #ab8b69;
}

.leftarrow,
.rightarrow{
  font-size: 3rem;
  color: black;
}

.leftarrow:hover,
.rightarrow:hover{
 display:block;
 color: #ab8b69;
}



/* ------ PROJET ------------------------------------------------------- */

video::-webkit-media-controls {
  display: none;
}

p{
  font-size: .8rem;
  line-height: 1.2;
}



.soustitre{
  /*letter-spacing: 5px;*/
  
}

.colgauche{
  width: 50%;
  float: left;
  position: absolute;
  bottom: 0;
  padding-right: 5%;
}

.coldroite{
  width: 50%;
  float: right;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.titreProjet{
  font-size: 3rem;
}

.swiper-button-next,
.swiper-button-prev{
  color: #ab8b69;
}

/* ------ PROJET INDEX ------------------------------------------------------- */

ul#index-projets{
  display: inline; 
  list-style-type: none; 
}

.showcase-title{
  font-size: 160px;
}

.showcase-link{
  opacity: 1;
  color: black;
  z-index: 2;
}

.firstletter{
  opacity: 0;
  color: black;
  pointer-events: none;
}

.showcase-link:hover > .firstletter{
  opacity: 1;
}

.showcase-image{
  position: fixed; 
  top: 0; 
  left: 0; 
  pointer-events: none;
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
  z-index: -90;
}

.pagination-item{
  color: black;
}

/* ----------------------------------------------------------- ABOUT -------- */

.about-normal,
.about-normal p{
  font-size: 25px;
  line-height: 1.1;
}

#about-col{
  font-size: 12px;
  width: 100%;
  column-count: 3;
  padding-bottom: 20px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
}

/* ----------------------------------------------------------- RESPONSIVE */

@media (max-width:768px) {

  .JZ {
     opacity: 1; 
}

  h1 {
    
  }
#selected {
  float: left;
  margin-top: 30px;
}

#titre {
  position: absolute;
  top: 5px;
  left: 20px;
}

#back {
    float: right;
    margin-top: 30px;
}

#back, #titre, #selected {
    width: auto;
    /* margin-right: 20px; */
    /* margin-bottom: 25px; */
    /* float: right; */
    /* position: absolute; */
    right: 0px; 
}

.showcase-title{
  font-size: 55px;
}

#about-col {
    column-count: 1;
}

.colgauche{
  width: 100%;
  float: initial;
  position: inherit;
  bottom: 0;
  padding-right: 5%;
}

.coldroite{
  width: 100%;
  float: initial;
  position: inherit;
  bottom: 0;
  left: 0;
}

.about-normal p {
    font-size: 0.8rem;
    line-height: 1.1;
}

}
