/* Generated by Font Squirrel (https://www.fontsquirrel.com) on August 9, 2016 */

@font-face {
    font-family: 'belgika-16th-webfont';
    src: url('../fonts/belgika-16th-webfont.woff') format('woff'),
         url('../fonts/belgika-16th-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FluxischElse';
    src: url('../fonts/FluxischElse-Light.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'libertinagec';
    src: url('../fonts/libertinage-c-webfont.woff2') format('woff2'),
         url('../fonts/libertinage-c-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OSP-DIN';
    src: url('assets/fonts/OSP-DIN.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Limousine';
    src: url('assets/fonts/Limousine.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

/*  */

* {
  box-sizing: border-box;
}

html,
body {
  color: #424242;
  min-height: 100%;
}

/*
@media screen and (max-width: 1079px) {
  body {
    height: 100%;
  }
}
*/

body {
  padding: 0;
  margin: 0;
}

h2{
  font-size: 19px;
  line-height: 1.6;
}

h2 p{
  border-bottom: 1px dotted;
}

h3{
  font-family: 'belgika-16th-webfont', Georgia, sans-serif;
  font-size: 15px;
}

h4{
  font-family: 'libertinagec', Georgia, sans-serif;
  font-size: 16px;
  margin: 0;
}

ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: 'libertinagec', Georgia, sans-serif;
  font-size: 16px;
}

p{
  line-height: 1.4em;
  margin-top: 10px;
  margin-bottom: 0;
}


/*--CONTENT--*/
.content,
.contentBureau,
.contentHome {
  position: absolute;
  width: 100%;
  padding: 16px;
}

.background{
  z-index: 0;
}

.background:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content:"";
  display: block;
  background-image: url("../img/backgroundtest12.png");
  z-index: 0;
}

.homeBackground {
  position: fixed;
  background-image: url("../img/chantierFetis.JPG");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bureauBackground {
  position: fixed;
  background-image: url("../img/captainAbaque.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.contentHome {
  height: 100%;
  z-index: 2;
}

@media screen and (max-width: 1079px) {
  .contentHome{
    position: relative;
  }
}

.contentBureau {
  background-image: url("../img/carte.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  height: 100%;
}

.contentHome.contact-visible {
  background-size: inherit;
}

.contentHome.contact-visible .menuCollabo,
.contentHome.contact-visible .menuHome,
.contentHome.contact-visible .menuArchitecture,
.contentHome.contact-visible .menuProjets,
.contentHome.contact-visible #footerHome {
  display: none;
}

/*---CONTENTFIXED---*/
.contentFixedProjets{
  position: fixed;
  max-width: 45%;
  z-index: 7;
}

@media screen and (max-width: 1079px) {
  .contentFixedProjets{
    position: relative;
    max-width: 100%;
    z-index: 2;
  }
}

.contentFixedCollabo{
  position: fixed;
  max-width: 75%;
  z-index: inherit;
}

@media screen and (max-width: 1079px) {
  .contentFixedCollabo{
    position: static;
    max-width: 100%;
  }
}

/*---MENU---*/
.menuHome{
  position: fixed;
  width: 24%;
  top: 100px;
}

.menuArchitecture{
  position: fixed;
  z-index: 7;
}

.menuProjets{
  display: block;
  width: 50%;
}

.menuCollabo{
  display: block;
  width: 50%;
  z-index: 7;
}

@media screen and (max-width: 959px) {
  .menuHome {
    width: 100%;
    position: static;
  }
}

@media screen and (max-width: 959px) {
  .menuArchitecture{
    width: 100%;
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 1079px) {
  .menuProjets,
  .menuCollabo{
    width: 100%;
    position: static;
    position: relative;
    z-index: 2;
  }
}

.menuHome h2,
.menuArchitecture h2,
.menuProjets h2,
.menuCollabo h2{
  font-family: 'belgika-16th-webfont', Georgia, sans-serif;
  display: inline;
  background-color: #fff;
  padding: 2px 3px;
}

.menuHome .title,
.menuArchitecture .title,
.menuProjets .title,
.menuCollabo .title{
    color: #424242;
    text-decoration: underline;
}

/*--MENU_LINKS--*/
.menu a,
.menu .current {
  text-decoration: none;
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted;
  line-height: 1;
}

.menu a{
  color: #FF0000;
  border-color: #FF0000;
}

.menu a:hover {
  color: #02edff;
  border-color: #02edff;
}

.menu .current {
  color: #424242;
  border-color: #424242;
}

.menu .title a{
  color: #424242;
  border-color: #424242;
}

.menu .title a:hover {
  color: #02edff;
  border-color: #02edff;
}

.menu .title a:after {
  color: #FF0000;
}

/*---NAVIGATION---*/
.contentNavigation{
  width: 65%;
  margin: 0 0 0 auto;
}

.navigation{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.navigation h3{
  color: #424242;
  margin: 5px 0;
}

@media screen and (max-width: 1079px) {
  .contentNavigation{
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .navigation{
    width: 100%;
    position: static;
    margin: 20px 0;
  }
}

/*--CONTACT--*/
.contentContact{
  position: fixed;
  top: 300px;
  z-index: 2;
}

.contentContactArchitecture{
  position: fixed;
  bottom: 30px;
  z-index: 7;
}

.contentContactProjets{
  position: fixed;
  bottom: 30px;
  z-index: 2;
}

.cv h4,
.icones,
.mail h4,
.mail span{
  display: inline-block;
  padding: 2px;
  background-color: white;
  margin-bottom: 2px;
}

.mail h4 a{
  color: #FB743E;
  text-decoration: none;
}

.cv h4 a{
  color: #b8a310;
  text-decoration: none;
}

.cv a:hover{
  color: #FB743E;
}

@media screen and (max-width: 959px) {
  .contentContact{
    position: static;
    max-width: none;
    margin: 70px 0 100px;
    display: block;
  }

  .contentContactArchitecture{
    position: relative;
    max-width: none;
    margin: 50px 0 50px;
    display: block;
    z-index: 2;
  }
}

@media screen and (max-width: 1079px) {
  .contentContactProjets{
    display: none;
  }
}

/*---INFORMATIONS---*/
.informations{
  display: flex;
}

@media screen and (max-width: 1079px) {
  .informations{
    position: static;
    flex-direction: column-reverse;
    width: 100%;
  }
}

/*---COLLABORATION---*/
.collaboration{
  width: 80%;
  margin-top: 30px;
}

.collaboration p{
  background-color: white;
}

.collaboration a{
  text-decoration: none;
  color: #fb743e;
}

.collaboration a:hover{
  color: #b8a310;
}

@media screen and (max-width: 1079px) {
  .collaboration{
    position: static;
    margin-bottom: 16px;
    width: 100%;
  }
}

/*---DEFINITION---*/
.definition{
  display: inline-block;
  margin-left: 100px;
  margin-top: 30px;
  width: 30%;
}

.definition a{
  text-decoration: none;
  color: #fb743e;
}

.definition a:hover{
  color: #b8a310;
}

@media screen and (max-width: 1079px) {
  .definition{
    position: static;
    margin: 20px 0;
    width: 100%;
  }
}

/*---PRESENTATION---*/
/* Temporary set to background transparent, display it correctly (#fff) when content will be filled in */
.presentation{
  width: 35%;
}

.presentation h4{
  background-color: white;
  margin-left: 30px;
  font-style: italic;
}

.presentation a{
  text-decoration: none;
  color: #fb743e;
}

.presentation a:hover{
  color: #b8a310;
}

@media screen and (max-width: 1079px) {
  .presentation{
    position: static;
    margin-bottom: 16px;
    width: 100%;
  }
}

/*---DESCRIPTION---*/
.description{
  display: flex;
  width: 65%;
  justify-content: center;
}

.sujet{
  display: block;
  width: 100%;
  max-width: 400px;
}

.sujet>ul>li {
  display: flex;
  line-height: 1.4em;
}

.descriptionLabel{
  display: block;
  width: 50%;
}

.descriptionValue{
  display: inline-block;
  width: 50%;
}

.descriptionLabel {
  margin-right: 5px;
  text-decoration: underline;
  text-align: right;
}

.descriptionValue a{
  text-decoration: none;
  color: #fb743e;
}

.descriptionValue a:hover{
  color: #b8a310;
}

@media screen and (max-width: 1079px) {
  .description{
    position: static;
    margin: 20px 0;
    width: 100%;
  }
}

/*---BLOCKIMAGES---*/
.blockImagesArchi,
.BlockImagesMobilier{
  margin: 40px 0 0 16px;
  text-align: right;
  position: relative;
  z-index: 2;
}

.blockImagesProjets{
  margin: 0 0 0 16px;
  text-align: right;
}

figure{
  display: inline-block;
  margin: 0 0 0 16px;
  vertical-align: top;
}

.figureLink {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.figureLink:hover img,
.figureLink:focus img {
  filter: opacity(70%);
}

.figureLink:hover figcaption,
.figureLink:focus figcaption {
  font-style: italic;
  color: #02edff;
}

.blockImagesArchi .horizontal img{
  height: 400px;
}

.blockImagesArchi .vertical img{
  height: 600px;
}

figcaption{
  background-color: white;
  margin: 0 0 23px 0;
  text-align: left;
  color: #424242;
}

.captionWithCopyright {
  display: flex;
  justify-content: space-between;
}

figcaption a{
  color: #424242;
  text-decoration: none;
}

figcaption h3,
figcaption p{
  margin: 0;
}

figcaption a:hover{
  filter: opacity(80%);
  color: ;
}

.blockImagesProjets .horizontal img,
.blockImagesProjets .vertical img {
  vertical-align: top;
  position: relative;
  z-index: 7;
}

.blockImagesProjets .horizontal.copyright img,
.blockImagesProjets .vertical.copyright img {
  margin-bottom: 5px;
}

.blockImagesProjets .horizontal.copyright,
.blockImagesProjets .vertical.copyright {
  margin-bottom: 23px;
}

.blockImagesProjets .horizontal img{
  margin: 0 0 23px 16px;
  width: 55%;
  height: auto;
}

.blockImagesProjets .vertical img{
  margin: 0 0 23px 16px;
  width: 37%;
  height: auto;
}

.copyright{
  position: relative;
}

.copyright p{
  width: 100%;
  margin: 0;
  line-height: 1.2em
}

@media screen and (max-width: 959px) {
  .blockImagesArchi,
  .blockImagesArchi figure{
    margin-left: 0;
  }


  .blockImagesArchi .vertical img,
  .blockImagesArchi .horizontal img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 1079px) {
  .blockImagesProjets{
    position: static;
    margin-left: 0;
  }

  .blockImagesProjets .horizontal img,
  .blockImagesProjets .vertical img{
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

/*---FOOTER---*/
.footer{
  position: relative;
  text-align: right;
  z-index: 2;
  filter: opacity(70%);
}

.footerHome{
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 2;
  filter: opacity(70%);
}


.footer p,
.footerHome p{
  font-family: 'libertinagec', Georgia, sans-serif;
  font-size: 14px;
  display: inline-block;
  background-color: white;
  padding: 0 3px;
}

.footerHome a,
.footer a {
  color: #201e11;
}

.footerHome a:hover,
.footerHome a:focus,
.footer a:hover,
.footer a:focus{
  text-decoration: line-through;
}

@media screen and (max-width: 1079px) {
  .footerHome{
    position: fixed;
    bottom: 16px;
    left: 16px;
  }
}
