/* PACE
================================================== */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #34393e;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * 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
   ========================================================================== */
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline; 
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
      display: block; 
}
* {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden; 
}

html, body {
    color: #272B2F;
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Lato', sans-serif;
    /*background-color: transparent;*/
    background-color: #ffffff;
}
a{
    text-decoration: none;
    color: #272B2F;
}
.relative{
    position: relative;
}
.table{
    display: table;
}
.table-cell{
    display: table-cell;
}
.inline-block{
    display: inline-block;
}
.block{
    display: block;
}
.opacity-zero{
    opacity: 0;
}
.half{
    width:50%;
}
.half img{
    width: 100%;
    height: auto;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

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

.clearfix:after {
    clear: both;
}

/*IMAGE BKG*/
.imagebkg{
    position: fixed;
    width:100%;
    top: 0;
    left:0;
    /*background-color: red;*/
    min-height: 890px;
    background: url('../img/bkg.jpg') #f5f5f5 left bottom no-repeat;
    z-index: -1;
}
/*HEADER*/
.site-header{
    background-color: white;
    padding-left: 70px;
    padding-right: 70px;
    height: 70px;
}
.logo{
    float: left;
    color: #272B2F;
    text-decoration: none;
    font-size: 19px;
    letter-spacing: 7px;
    text-transform: uppercase;
    line-height: 70px;
    height: 70px;
    font-weight: 400;
}
.nav{
    float: right;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 70px;
    height: 70px;
}
.nav li{
    list-style: none;
    position: relative;
    float: left;
    margin-left: 20px;
}
.nav li a{
    color: #272B2F;
    text-decoration: none;
}
.nav li span{
    position: relative;
    top:-3px;
    display: inline-block;
    background-color: #272B2F;
    height: 2px;
    width:2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


/*SITE BANNER*/
.page-header{
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 450px;
    text-align: center;
}
.page-header-image{
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}
.portait{
    background: url('../img/pascale.jpg') no-repeat center center;
    background-size: cover;
}
.page-header-image img{
    height: auto;    
    width: 100%;
    position: absolute;
}
.page-header .table-cell{
    vertical-align: middle;
}
.page-header-content-border{
    z-index: 2;
    position: relative;
    top: 50%;
    padding: 8px;
    margin: 0 auto;
    text-align: center;
    border: 2px solid rgba(255,255,255,.9);
}

.page-header-content{
    padding: 50px 60px;
    background-color: rgba(255,255,255,.9);
}
.page-header-title{
    margin-bottom: 0;
    font-size: 23px;
    line-height: 26px;
    letter-spacing: 7px;
    text-transform: uppercase;
    margin: 0 0 0 0;
    font-weight: 400;
}
.page-header-subtitle{
    margin-top: 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 4px;
}


/*SITE CONTENT*/
.siteContent{
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 55px;
}


/*PROJECT GRID*/
.grid-title{
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 55px;
}
.grid-item img {
    width: 100%;
    height: auto;
    display: block;
}
.grid-item-container{
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}



.grid-item { width: 33.33%; }

/*PROJECT HOVER*/
.grid-item-container:hover .entry-excerpt{
    opacity: 1;
}
.entry-excerpt{
    opacity: 0;
    position: absolute;
    height: 100%;
    width:100%;
    top:0;
    left:0;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.entry-excerpt-content{
    padding: 24px 36px;
}
.infos{
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: none;
    font-style: italic;
    color: #272B2F;
}
.infos span{
    color: #272B2F;
}
.titre-oeuvre{
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #272B2F;
}
/*FOOTER*/
.footer{
    text-align: center;
    color:#ffffff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 4px;
    background-color: #272B2F;
    padding: 25px 0;
}
.footer.fixedfooter{
    position: fixed;
    width: 100%;
    bottom:0;
}
/*TEXT PAGE*/
.twocolumntext{
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom: 55px;
}
.onecolumntext{
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom: 55px;
}
.twocolumntext .text-content{
    width: 50%;
    float: left;
    font-size: 16px;
}
.text-content-left{
    padding-right: 20px;
}
.text-content-right{
    padding-left: 20px;
}
.text-content-left p,
.text-content-right p,
.text-content-full p{
    padding-bottom: 7px;
}
.text-content-full{
    padding-left: 25%;
    padding-right: 25%;
    width: 50%;
}
.auteur{
    font-weight: 900;
    font-style: italic;
}
.twocolumntext h2{
    font-size: 16px;
    letter-spacing: 4px;
    margin: 0 0 20px 0;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}
@media (max-width: 1200px) {
    .siteContent .text-content-full{
        padding-left: 10%;
        padding-right: 10%;
        width: 80%;
    }
}
@media (max-width: 850px) {
    .siteContent .text-content-full{
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    
    .site-header{
        text-align: center;
        padding: 0;
        margin: 0;
        height: auto;
    }
    .logo{
        text-align: center;
        width: 100%;
        clear: both;
        display: inline-block;
    }
    .nav{
        float: none;
        display: inline-block;
        clear: both;
        height: auto;
    }
    .nav li{
        margin-left: 10px;
        margin-right: 10px;
        line-height: 1.4;
        padding-bottom: 20px;
        padding-top: 0;
    }
    .nav li a{
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .page-header, .page-header-image, .grid-title{
        display: none;
    }
    
    .twocolumntext .text-content{
        width: 100%;
    }
    .text-content-left{
        padding: 0;
    }
    .text-content-right{
        padding: 0;
    }
    
    .grid-item { 
        width: 50%; 
    }
}

@media (max-width: 500px) {
    .grid-item { 
        width: 100%; 
    }
    .grid-item-container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .siteContent{
        padding-left: 20px;
        padding-right: 20px;
    }
}