/*Development by Jauneau Vallance studio http://jauneauvallance.com/*/

@charset "UTF-8";

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%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body.noscroll {
  overflow: hidden;
}
/* Fonts*/


@font-face {
    font-family: 'Folio';
    src: url('../fonts/FolioStd-Medium.woff2') format('woff2'), url('../fonts/FolioStd-Medium') format('woff');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}


::-moz-selection {
  background: #000;
  color: #FFF; }
::selection { background: #000;
color: #FFF; }

*{
font-family: Folio, sans-serif;
}

a{
  font-family: Folio, sans-serif;
}

a{
  font-family: Folio, sans-serif;
}

em{
  font-style: oblique;
}

[aria-current] {
font-style: normal;
}

:root {
    font-size: 30px;
}

a:focus,
a:visited,
a:active,
a:link,
a:hover {
    text-decoration-line: none;
    color:#000;
    border-bottom: 0px;
}




body{
  font-size: 0.75rem;
  line-height: 1rem;
}

.page{
  overflow: hidden;
}

#about{
  position: fixed;
  top:10px;
  left:25px;
  z-index: 100;
}

#header{
  position: fixed;
  width:calc(100% - 50px);
  padding: 0px 25px 10px 25px;
  top:10px;
  left:0;
  z-index: 9;
  text-align: right;

}

#header-left{
  position: fixed;
  width:calc(100% - 50px);
  padding: 0px 25px 10px 25px;
  top:10px;
  left:0;
  z-index: 9;
  text-align: left;

}

#header span p, #header-left span p{
  display: inline-block;

}

#header span{
  padding-left: 20px;

}

#menuindex{
  cursor: pointer;
}

#header-left span{
  padding-right:25px;
}

.main-text{
  margin: 0px 0 20vh 0px;
  width:24rem;
  padding: 2rem 75px 3.5rem 100px;

}
.main-text p{
  margin-bottom: 1rem;

}

h1{
  padding: 0.5rem 0 0.5rem 2.4rem;

}

.main-text h2{
  padding: 1rem 1.5rem;
}




.image-link{
    position:relative;
    /* border-bottom: 2px solid #000; */
    background:
    linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)),
    linear-gradient(to right, rgba(200, 200, 200, 1), rgba(200, 200, 200, 1));
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

.image-link:hover{
  /* cursor: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30px' height='30px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30;' xml:space='preserve'%3E%3Cpath d='M14.11,24.73h1.81V3.63L14.14,3.6L14.11,24.73z M15,26.4l10.25-10.25L24.13,15l-7.93,7.9L15,24.39l-1.15-1.44L5.9,15 l-1.15,1.12L15,26.4z'/%3E%3C/svg%3E") 32 32, pointer; */
background-size: 0 0.1em, 100% 0.1em;
cursor: pointer;
  }

.testtoggle{
  background-size: 0 0.1em, 100% 0.1em;
  cursor: pointer;
}


.image-link::after{
    content:'';
    position:absolute;
    width: 100%;
    height: 0;
    left:0;
    bottom:0px;
/*    border-bottom: 2px solid #000;  */
}
.image-content{
display: block;
width: 90%;
padding: 0.25rem 0;
/*margin-left: -30px;*/
}


#headercaption{
padding-left: 40px;
}



.project-image img{
  width:100%;
}


.project-caption{
display: block;
font-size: 0.5rem;
margin-top: 13px;
margin-bottom: 14px;
letter-spacing: 0.2px;
opacity: 0;
transition: opacity .15s;
-webkit-transition: opacity .15s;
-moz-transition: opacity .15s;

}





.project-caption-on{
display: block;
opacity: 1;
line-height: 0;
padding-bottom: 20px;
}

.project-caption-on p {
  font-size: 0.5rem;
  letter-spacing: 0.2px;
  opacity: 1;
  margin-top: 8px;
  margin-bottom: -10px;
  line-height: 1.3;
  padding: 0 !important;
}

.image-content .project-caption p{
  margin-top:-10px;
  margin-bottom: 0;
  opacity: 1;
  margin-top: 13px;

}



.relatedpages .project-caption{
    opacity: 1;
    margin-top:0;

}


.relatedpages .project-image{
    line-height: 0;
}



.toggle{
  height: 100px;
}

.fr{
  /* position: fixed;
  padding: 10px 25px;
  top:0;
  right:0;
  text-align: right;
  z-index: 11; */
  /* letter-spacing: 0.8px; */
}

.block{
  display:block;
}

.projects{
padding: 100px 25px 2rem 25px;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr ;
grid-column-gap: 10px;
width: calc(100% - 50px);
justify-content: space-between;
}






#index{
  position: fixed;
  width: 100%;
  display: none;
  z-index: 5;
}

.indexrow{
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-column-gap: 25px;
  width: calc(100% - 50px);
  justify-content: space-between;
  padding: 200px 25px 0 25px;
  overflow-y: scroll;
height: calc(100vh - 200px);
align-content: start;
}



.indexproject{
  grid-column: span 8;
}

.indexyear{
  grid-column: span 3;
}

.indextype{
  grid-column: span 4;
}

.indexclient{
  grid-column: span 9;
}



.indexproject{
  grid-column: span 8;
}

.indexyear{
  grid-column: span 3;
}

.indextype{
  grid-column: span 4;
}

.indexclient{
  grid-column: span 9;
}





.homeprojects {
  padding: 0 0 2rem 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 5rem;
  width: 100%;
  justify-content: space-between;
  /* grid-auto-flow: dense; */
  margin: 0 0 0 0;
  overflow: hidden;
}

/* HOME CLASS */



.smallleft{
  grid-column: 2 / span 4;
  padding-top: 1rem;
}

.smallcenter{
  grid-column: 5 / span 4;
  padding-top: 2rem;
}

.smallright{
  grid-column: 8 / span 4;
  padding-top: 3rem;
}

.mediumleft{
  grid-column: 1 / span 5;
  padding-top: 1rem;
}

.mediumcenter{
  grid-column: 4 / span 6;
  padding-top: 2rem;
}


.mediumright{
  grid-column: 8 / span 5;
  padding-top: 3rem;
}

.largeleft{
  grid-column: 1 / span 6;
  padding-top: 1rem;

}

.largecenter{
  grid-column: 3 / span 8;
  padding-top: 2rem;

}

.largeright{
  grid-column: 7 / span 6;
  padding-top: 3rem;
}

.full{
  grid-column: 1 / span 12;
}


.blur{

  filter: blur(5px);
}


.homeimage-container{
line-height: 0;
}

.homeimage-container img{
  width: 100%;
  }




.project-image-home{
/*padding-bottom: 15px;*/
margin: 0;
line-height: 0;
grid-column: span 3;
}

.project-link:hover + .project-caption{
  opacity: 1;
}




.project-image-home img, .project-full img, .project-large img, .project-medium img, .project-small img{
  width:100%;
}


.titleproject{
  padding-left: 40px;
  position: fixed;
  width: calc(100% - 130px);
}


#projects p{
padding: 2.5rem 75px 3.5rem 79px;
width: 24rem;
grid-column: span 6;
}

.project-full{
grid-column: span 6;
}

.project-large{
grid-column: span 4;

}

.project-medium{
grid-column: span 3;
}

.project-small{
 grid-column: span 2;
}

.project-full, .project-large, .project-medium, .project-small{
  margin-bottom: 20px;
}

.image-file{
  line-height: 0;

}



.info-row{
  width:100%;
    display: flex;
  justify-content: space-between;
  border: 1px solid #000;
  border-bottom: 0;
  padding: 8px 0px 6px 0px;
  font-size: 0.5rem;
  line-height: 1.3;
}


.info-row:last-child{
border-bottom: 1px solid #000;

}


.info-table{
width: 24rem;
padding: 2rem 0 6rem 100px;

}

.info-category{
  width:20%;
  padding-left: 10px;
}

.info-content{
  width:79%;
  line-height: 1.3;
  padding-left: 10px;
}


.relatedproject{
  padding: 12px 25px 0;
}

.relatedpages{
  background-color: #F5F5F5;
  padding-bottom: 3rem;
}

.relatedpages .projects{
  padding-top: 0.5rem;
}




#backhome{
position: fixed;
padding: 0px 25px;
top: 10px;
right:0;
text-align: right;
z-index: 13;
}

#backhome span{
  padding-left: 20px;
}  


.homebutton::before{
content: "← ";
opacity: 0;
transition: opacity .15s;
-webkit-transition: opacity .15s;
-moz-transition: opacity .15s;
}



.homebutton:hover:before{
  opacity: 1;
}


#contact-mobile{
  display: none;
}

#phone-mobile{
  display: none;
}

/* #map-mobile1, #map-mobile2{
  display: none;
} */

#credits{
  padding-left: 25px;
  font-size: 0.5rem;
}



#credits span{
  padding-right: 0.5rem;
}


#credits-content{
display:none;

}

#credits-button{
cursor: pointer;

}

#credits p{
  display: inline-block;
}


.home-project-caption {
    display: block;
    font-size: 0.5rem;
    margin-top: -11px;
    margin-bottom: 0;
    letter-spacing: 0.2px;
  }





.cross img{
  width: 15px;
  height: 15px;
}



/* ABOUT */

.studio-image{
  padding: 100px 75px 0rem 100px;
  width: 24rem;

}

.studio-image img{
  width:90%;
  height: auto;
}


/* NEW HOME */

.image-gallery, .image-slide{
  width:100%;
}

.image-gallery img{
  width:100%;
  height: auto;
}

.vh-15{
margin-top: -15vh;  
}

.vh-10{
margin-top: -10vh;  
}

.vh-5{
margin-top: -5vh;  
}

.vh0{
  margin-top: 0;
}

.vh15{
margin-top: 15vh;  
}

.vh10{
margin-top: 10vh;  
}

.vh5{
margin-top: 5vh;  
}




.vw-15{
margin-left: -15vw;  
}

.vw-10{
margin-left: -10vw;  
}

.vw-5{
margin-left: -5vw;  
}

.vw0{
  margin-top: 0;
}

.vw15{
margin-left: 15vw;  
}

.vw10{
margin-left: 10vw;  
}

.vw5{
margin-left: 5vw;  
}





.cursor-l, .cursor-r{
  position: fixed;
   height: 30px;
   width:50px;
   pointer-events: none;
   z-index: 999;
   background-repeat: no-repeat;
   opacity: 0;
 }

.cursor-l{
     background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25.86 25' style='enable-background:new 0 0 25.86 25;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23000;stroke-width:1.8;%7D .st1%7Bfill:none;stroke:%23000;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='13.39,0.59 1.44,12.46 13.39,24.41'/%3E%3Cline class='st1' x1='1.51' y1='12.46' x2='26.19' y2='12.46'/%3E%3C/svg%3E%0A");
}

.cursor-r{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25.86 25' style='enable-background:new 0 0 25.86 25;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23000;stroke-width:1.8;%7D .st1%7Bfill:none;stroke:%23000;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpolyline class='st0' points='12.6,24.41 24.55,12.54 12.6,0.59'/%3E%3Cline class='st1' x1='24.48' y1='12.54' x2='-0.2' y2='12.54'/%3E%3C/svg%3E%0A");
}

.gallery-caption{
  display: block;
  font-size: 0.5rem;
  margin-top: -11px;
  margin-bottom: 0;
  letter-spacing: 0.2px;
  display: flex;
  justify-content:space-between;

}

.gallery-caption p{

  margin-bottom: 0;
  display: inline-block;
  line-height: 1.3;
  padding-top: 5px;
  padding-bottom: 5px;

}

/* .main-about{

  padding-bottom: 2rem;
} */


.textandimages{
  padding-bottom: 1rem;
} 

#office{
  cursor: pointer;
}









@media (max-width: 920px) {




.smallleft{
  grid-column: 2 / span 8;
  padding-top: 0rem;
}

.smallcenter{
  grid-column: 3 / span 8;
  padding-top: 0rem;
}

.smallright{
  grid-column: 4 / span 8;
  padding-top: 0rem;
}

.mediumleft{
  grid-column: 1 / span 10;
  padding-top: 0rem;
}

.mediumcenter{
  grid-column: 2 / span 10;
  padding-top: 0rem;
}


.mediumright{
  grid-column: 3 / span 10;
  padding-top: 0rem;
}

.largeleft{
  grid-column: 1 / span 10;
  padding-top: 0rem;

}

.largecenter{
  grid-column: 2 / span 10;
  padding-top: 0rem;

}

.largeright{
  grid-column: 3 / span 10;
  padding-top: 0rem;
}

.full{
  grid-column: 1 / span 12;
}  




.vh-15{
margin-top: 0vh;  
}

.vh-10{
margin-top: 0vh;  
}

.vh-5{
margin-top: 0vh;  
}

.vh0{
  margin-top: 0;
}

.vh15{
margin-top: 0vh;  
}

.vh10{
margin-top: 0vh;  
}

.vh5{
margin-top: 0vh;  
}




.vw-15{
margin-left: 0vw;  
}

.vw-10{
margin-left:  0vw;  
}

.vw-5{
margin-left:  0vw;  
}

.vw0{
  margin-top: 0;
}

.vw15{
margin-left:  0vw;  
}

.vw10{
margin-left:  0vw;  
}

.vw5{
margin-left:  0vw;  
}








#map1, #map2{
  display: none;
}





.gallery-caption{
  margin-top: -6px;
}

  .flickity-button{
    display: none;
  }

.project-image-home{
  grid-column: span 6;
}

.main-text{
  width: calc(100% - 50px);
}



.project-caption{
  opacity: 1;
}

.image-content{
  width: 100%;
}

.homebutton::before {
  opacity: 1;
}

.project-text {
  padding: 2.5rem 25px 3.5rem 0px;
  width: 100%;
}

.project-large{
  grid-column: span 6;
}

.project-medium{
  grid-column: span 6;
}

.project-small{
  grid-column: span 6;
}

.info-table {
    width: calc(100% - 58px);
    padding: 0 0 4rem 25px;

}

.info-category{
  width:30%;
}

.studio-image {
  width: calc(100% - 40px);
  margin: 5rem 0 1rem 0px;
  padding: 0 0 0 20px;
}

#header-left {
  padding: 0px 20px 10px 20px;

}

#headercaption{
display: none;
}

.projects{
  padding: 100px 20px 2rem 20px;
  width: calc(100% - 40px);
}

#projects p {
  padding: 0 0 20px 0px;
  width: 100%;

}

.project-full, .project-large, .project-medium, .project-small {
    margin-bottom: 20px;
}

#header{
  padding: 0px 20px;
  width: calc(100% - 40px);
}


.indexrow{
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 25px;
  width: calc(100% - 40px);
  max-width: calc(100% - 40px);
  justify-content: space-between;
  padding: 5rem 20px 0 20px;
  overflow-y: scroll;
height: calc(100vh - 5rem);
align-content: start;
}


.indexyear {
  grid-column: 1 / span 2;
  padding: 0 0 0rem 0rem;
}

.indexproject {
  grid-column: 3 / span 6;
}

.indexclient {
  grid-column: 3 / span 6;
  padding-bottom: 0.5rem;
}

.indextype {
  display: none;
  grid-column: 3 / span 6;
}



#about{
  left:20px;
}

#header span {
    padding-left: 20px;
}

#backhome {
    padding: 0px 20px;
  }


 .info-table {
    width: calc(100% - 48px);
    padding: 0 0 4rem 20px;
}

.main-text {
    width: calc(100% - 40px);
    margin: 0px 0 20vh 20px;
    padding: 0;
}

#credits-button{
  display: none;
}

#credits-content{
  display: inline-block;
}


.project-caption {
    margin-top: 12px;
    margin-bottom: 20px;

}

.relatedpages .project-caption {
    margin-bottom: 0px;
}

.relatedpages .project-medium {
    margin-bottom: 5px;
}


.studio-image img{
  width:100%;
  height: auto;
}



}

@media (max-width: 880px) {


  #contact-mobile{
    display: inline-block;

  }

  #contact{

    display: none;

  }

}


@media (max-width: 780px) {

  #phone-mobile{
    display: inline-block;
  }

  #phone{
    display: none;
  }


}


@media (max-width: 625px) {

  #phone-mobile{
    display: inline-block;
  }

  #phone{
    display: none;
  }



}




@media (max-width: 500px) {

:root {
    font-size: 23px;
}



}
