@font-face {
  font-family: 'AkkuratPro-Light';
  src: url('fonts/AkkuratPro-Light.eot');
  src: url('fonts/AkkuratPro-Light.woff2') format('woff2'),
       url('fonts/AkkuratPro-Light.woff') format('woff'),
       url('fonts/AkkuratPro-Light.ttf') format('truetype'),
       url('fonts/AkkuratPro-Light.svg#AkkuratPro-Light') format('svg'),
       url('fonts/AkkuratPro-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Akkurat Pro';
  src: url('fonts/AkkuratPro-Regular.eot');
  src: url('fonts/AkkuratPro-Regular.woff2') format('woff2'),
       url('fonts/AkkuratPro-Regular.woff') format('woff'),
       url('fonts/AkkuratPro-Regular.ttf') format('truetype'),
       url('fonts/AkkuratPro-Regular.svg#AkkuratPro-Regular') format('svg'),
       url('fonts/AkkuratPro-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Akkurat Pro';
  src: url('fonts/AkkuratPro-Bold.eot');
  src: url('fonts/AkkuratPro-Bold.woff2') format('woff2'),
       url('fonts/AkkuratPro-Bold.woff') format('woff'),
       url('fonts/AkkuratPro-Bold.ttf') format('truetype'),
       url('fonts/AkkuratPro-Bold.svg#AkkuratPro-Bold') format('svg'),
       url('fonts/AkkuratPro-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Akkurat Pro';
  src: url('fonts/AkkuratPro-BoldItalic.eot');
  src: url('fonts/AkkuratPro-BoldItalic.woff2') format('woff2'),
       url('fonts/AkkuratPro-BoldItalic.woff') format('woff'),
       url('fonts/AkkuratPro-BoldItalic.ttf') format('truetype'),
       url('fonts/AkkuratPro-BoldItalic.svg#AkkuratPro-BoldItalic') format('svg'),
       url('fonts/AkkuratPro-BoldItalic.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
  font-style: italic;
}
body{
	border: 0;
  margin: 0;
  padding: 0;
}
body.home{
  padding-top: 40px;
}
body, td, th, input, textarea, select{
	outline: none;
	font-size: 14px;
  line-height: 16px;
	font-family: 'Akkurat Pro', sans-serif;
}
h1, h2, h3, h4, h5, p, img, a, ul, li, input, textarea{
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}
a{
	text-decoration: none;
}

/***************************
*** LOADER *****************
***************************/

#loader{
  top: -10px;
  left: -10px;
  width: 10px;
  height: 10px;
  overflow: hidden;
  position: absolute;
}

/***************************
*** SEL ********************
***************************/

span.under{
  width: 25px;
  height: 5px;
  display: block;
  margin-top: 23px;
  background: white;
  position: absolute;
}

/***************************
*** HEADER *****************
***************************/

#header{
  top: 0;
  left: 0;
  z-index: 100;
  width: 188px;
  height: 100%;
  position: fixed;
  -webkit-transition: background .5s ease;
	transition: background .5s ease;
}
.scroll-down #header{
  z-index: 105;
  background: white;
}
#header.open{
  background: rgba(238,41,49,0.8);
}
h1{
  top: 46px;
  left: 35px;
  position: absolute;
  background: transparent url(../images/empreinte-signaletique-rouge.png) no-repeat center 167px;
  -webkit-background-size: auto 167px;
  background-size: auto 167px;
}
h1 img{
  height: 167px;
  -webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.over h1,
.scroll-down h1{
  background-position: center center;
}
.over h1 img,
.scroll-down h1 img{
  opacity: 0;
}
.open h1{
  background-position: center 167px;
}
.open h1 img{
  opacity: 1;
}

/***************************
*** MENU *******************
***************************/

#menu{
  left: 35px;
  bottom: 70px;
  position: absolute;
  list-style-type: none;
}
#menu li{
  line-height: 16px;
  padding: 5px 0 5px 0;
}
#menu a{
  color: white;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: color .5s ease;
	transition: color .5s ease;
}
.over #menu a,
.scroll-down #menu a{
  color: black;
}
#menu li.over{
  padding-bottom: 3px;
}
#menu li.over a{
  padding-bottom: 12px;
}
#menu li span{
  display: none;
  -webkit-transition: background .5s ease;
  transition: background .5s ease;
}
#menu li.over span{
  display: block;
}
.over #menu li.over span,
.scroll-down #menu li.over span{
  background: black;
}
#menu ul{
  overflow: hidden;
  list-style-type: none;
  -webkit-transition: height .5s ease;
	transition: height .5s ease;
}
#menu ul li{
  padding: 4px 0 4px 0;
}
#menu ul a,
#menu li.over ul a{
  font-size: 14px;
  padding-bottom: 0;
  font-weight: normal;
}
#menu ul a.over{
  color: #ee2931;
}

/***************************
*** lANGS ******************
***************************/

#menu li.lang{
  padding-right: 7px;
  display: inline-block;
}
#menu li.lang a{
  font-size: 12px;
  line-height: 12px;
  padding: 0 0 1px 0;
  font-weight: normal;
  text-transform: uppercase;
}
.over #menu li.lang a,
.scroll-down #menu li.lang a{
  color: black;
}
#menu li.lang a.lover{
  color: #ee2931;
}

/***************************
*** RESEAUX SOCIAUX ********
***************************/

#menu li.rs{
  padding-right: 7px;
  display: inline-block;
}
#menu li.rs span,
#menu li.rs a{
  width: 14px;
  height: 14px;
  overflow: hidden;
  color: transparent;
  display: inline-block;
  background: transparent url(../images/picto-facebook.png) no-repeat center center;
  -webkit-background-size: 14px;
  background-size: 14px;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
#menu li.rs a{
  background-position: center 14px;
}
#menu li.rs span{
  background-image: url(../images/picto-facebook-white.png);
}
#menu li.inst a{
  background-image: url(../images/picto-instagram.png);
}
#menu li.pint a{
  background-image: url(../images/picto-pinterest.png);
}
#menu li.inst span{
  background-image: url(../images/picto-instagram-white.png);
}
#menu li.pint span{
  background-image: url(../images/picto-pinterest-white.png);
}
.over #menu li.rs a,
.scroll-down #menu li.rs a{
  background-position: center center;
}
.over #menu li.rs span,
.scroll-down #menu li.rs span{
  opacity: 0;
}

/***************************
*** BURGER *****************
***************************/

#burger{
  top: 50px;
  right: 18px;
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  background: transparent url(../images/picto-burger.png) no-repeat left top;
}
#burger img{
  opacity: 0;
  -webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.over #burger,
.scroll-down #burger{
  background-position: left 30px;
}
.over #burger img,
.scroll-down #burger img{
  opacity: 1;
}
.open #burger{
  background-position: left top;
}
.open #burger img{
  opacity: 0;
}

/***************************
*** GODOWN *****************
***************************/

.godown{
  left: 50%;
  width: 35px;
  z-index: 10;
  height: 60px;
  bottom: 10px;
  position: absolute;
  margin-left: -16px;
  background: transparent url(../images/picto-scrolldown.gif) no-repeat left top;
}
.scroll-down .godown{
  display: none;
}

/***************************
*** DIAPOS *****************
***************************/

#diapos{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.cache{
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent url(../images/cache.png) no-repeat left top;
  background-size: auto 100%;
}
.diapo{
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.diapo .legend{
  color: white;
  height: 100%;
  display: table;
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  margin-left: 57.5316%;
}
.diapo .inner{
  display: table-cell;
  vertical-align: middle;
}
.diapo .right,
.diapo .left{
  float: left;
  position: relative;
}
.diapo .right{
  padding-left: 5px;
}
.diapo .legend p{
  font-size: 18px;
  line-height: 18px;
  padding-top: 18px;
}
#next,
#prev{
  top: 0;
  left: 0;
  width: 50%;
  z-index: 3;
  height: 100%;
  cursor: pointer;
  position: absolute;
}
#next{
  left: 50%;
}
.scroll-down #prev,
.scroll-down #next{
  display: none;
}

/***************************
*** CONTENT ****************
***************************/

.content{
  margin-left: 178px;
  padding: 0 0 40px 0;
}
.content.pt10{
  padding-top: 10px;
}
body.home .content{
  padding-top: 40px;
}
.content.last{
  padding-bottom: 0;
}
.content a{
  color: #ee2931;
}
.content a:hover{
  color: black;
}
.cols{
  margin-right: 25px;
}
.col{
  float: left;
  position: relative;
}
.col.col3{
  width: 33.333333%;
}
.col.col4{
  width: 25%;
}
.col.col41{
  clear: left;
}
.col.col23{
  width: 66.666666%;
}
.col.col2{
  width: 50%;
}
.col.col1{
  width: 100%;
}
.col .inner{
  padding: 10px;
}
.cols.cmap .col .inner{
  padding: 0 10px 0 10px;
}
.col iframe,
.col img{
  width: 100%;
}
.col .iinner,
.col .img{
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.col .iinner{
  filter: grayscale(100%); /* Standard CSS */
	-webkit-filter: grayscale(100%); /* CSS for Webkit Browsers */
	filter: gray;  /* Internet Explorer IE6-9 */
	-webkit-filter: grayscale(1); /* Old WebKit Browsers */
  -webkit-transition: all .35s ease;
	transition: all .35s ease;
}
.col .iinner:hover{
  filter: grayscale(0%);
  filter: none;
  -webkit-filter: grayscale(0); /* Old WebKit */
}
.col .img{
  margin: 0;
  border: 0;
  padding: 0;
  opacity: 0;
  z-index: 3;
  display: block;
  background-image: url(../images/cache-projet.png);
  -webkit-transition: opacity .35s ease;
	transition: opacity .35s ease;
}
.col .img.o1,
.col .img:hover,
.col .projet.odd .img{
  opacity: 1;
}
.projet p,
.col .img p{
  color: white;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  position: absolute;
  padding: 25px 35px 10px 25px;
}
.equipe .col .img p{
  font-size: 18px;
  line-height: 22px;
}
.projet.odd p{
  color: black;
}
.projet p span,
.col .img p span{
  bottom: 0;
  margin-top: 0;
}
.projet.odd p span{
  background: black;
}
.col .img p em{
  height: 40px;
  color: white;
  bottom: -48px;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  position: absolute;
  font-weight: normal;
}
.col .img p em a{
  color: white;
}
.col img.projet{
  margin: 0;
  border: 0;
  padding: 0;
  display: block;
}
.col.remove{
  opacity: 0;
  z-index: -1;
  position: absolute;
}

/***************************
*** PROJETS ****************
***************************/

a.projet{
  display: block;
}

/***************************
*** ILLUS ******************
***************************/

.illus{
  position: relative;
  padding: 0 0 10px 0;
}
.illus .godown{
  bottom: 20px;
}
body.home .illus{
  padding-top: 10px;
}
.illus img{
  width: 100%;
}
.illus iframe{
  width: 100%;
  height: 100%;
}

/***************************
*** TXT ********************
***************************/

.txt{
  padding: 25px;
  overflow: hidden;
  background: #e9e9e9;
}
.txt.fix{
  position: fixed;
}
.txt.title{
  height: 40px !important;
}
.txt.contact{
  height: auto !important;
}
.txt.corpo{
  color: white;
  background: #ed1c24;
}
.txt h2{
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.txt h2 span{
  bottom: 0;
  margin-top: 0;
  background: black;
}
.txt.corpo h2 span{
  background: white;
}
.txt p{
  padding: 8px 0 8px 0;
}
.txt a{
  color: #ee2931;
  text-decoration: underline;
}
.txt.corpo a{
  color: white;
}

/***************************
*** LINKS ******************
***************************/

.links{
  padding: 8px 0 8px 0;
  list-style-type: none;
}
.links a{
  color: #ee2931;
  font-size: 12px;
  line-height: 14px;
  padding-left: 12px;
  display: inline-block;
  background: transparent url(../images/picto-download.png) no-repeat left center;
}
.links a:hover{
  color: black;
}

/***************************
*** DESC *******************
***************************/

.desc{
  padding-top: 50px;
}
.desc h3{
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
.col .desc h3 img{
  width: auto;
  max-width: 100%;
  max-height: 86px;
  margin-bottom: 25px;
}
.desc p{
  padding: 24px 0 40px 0;
}
.desc .links{
  padding: 2px 0 2px 0;
}
.desc .body{
  padding-top: 18px;
}

/***************************
*** FORM *******************
***************************/

#cform{
  background: #e9e9e9;
  padding: 25px 25px 0 25px;
}
#cform .err{
  color: red;
  clear: left;
  height: 100px;
  padding-top: 10px;
  text-align: center;
}
#cform input[type="text"]{
  width: 100%;
  height: 20px;
  line-height: 20px;
  background: white;
  text-align: center;
  margin-bottom: 7px;
}
#cform textarea{
  padding: 5px;
  resize: none;
  height: 90px;
  background: white;
  margin-bottom: 7px;
}
#cform a.submit{
  width: 50%;
  height: 20px;
  color: black;
  font-weight: bold;
  line-height: 20px;
  background: white;
  text-align: center;
  display: inline-block;
}
::-webkit-input-placeholder{
  color: black;
  font-weight: bold;
}
::-moz-placeholder{
  color: black;
  font-weight: bold;
}
:-ms-input-placeholder{
  color: black;
  font-weight: bold;
}
:-moz-placeholder{
  color: black;
  font-weight: bold;
}

/***************************
*** FORM *******************
***************************/

.dl{
  text-align: right;
  background: transparent url(../images/picto-plus.png) no-repeat right center;
  -webkit-background-size: 22px;
  background-size: 22px;
}
.dl a{
  color: white;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  padding-right: 40px;
  display: inline-block;
}

/***************************
*** MAP ********************
***************************/

.map{
  float: right;
  position: relative;
}
.map span{
  color: #ed1c24;
  min-width: 81px;
  padding-top: 77px;
  margin-top: -16px;
  display: inline-block;
  background: transparent url(../images/picto-carte.png) no-repeat left top;
}
.txt.title ul{
  padding-top: 4px;
  text-align: right;
  list-style-type: none;
}
.txt.title li{
  line-height: 20px;
  padding-left: 10px;
  display: inline-block;
}
.txt.title li a{
  color: #ee2931;
  font-size: 16px;
  font-weight: bold;
}
.txt.title li a.over{
  color: black;
}

/***************************
*** ACCROCHE ***************
***************************/

#accroche{
  width: 100%;
  color: white;
  z-index: 1000;
  min-height: 30px;
  position: absolute;
  background: #ed1c24;
}
#accroche p{
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  padding: 8px 35px 8px 0;
}
#accroche a{
  color: white;
  text-decoration: underline;
}

/***************************
*** FOOTER *****************
***************************/

#footer{
  left: 35px;
  bottom: 35px;
  color: white;
  z-index: 1000;
  display: none;
  font-size: 12px;
  position: fixed;
  line-height: 12px;
  -webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
#footer a{
  color: white;
}
.home #footer{
  display: block;
}
.scroll-down #footer{
  opacity: 0;
}
.scroll-end #footer,
.scroll-end #footer{
  display: none;
}

/***************************
*** #MAP *******************
***************************/

#map{
  width: 100%;
}
.iw{
  width: 150px;
  background: #ed1c24;
}
.iw img{
  width: 100%;
}
.iw p{
  padding: 5px;
}
.iw a{
  color: white;
}
.gm-style-iw {
  top: 19px !important;
  left: 0 !important;
  width: 150px !important;
  border: 0 !important;
}

/***************************
*** RESPONSIVE *************
***************************/

@media screen and (max-width: 960px) {
  #header{
    width: 100%;
    height: 130px;
  }
  #header.open{
    background: #ee2931;
  }
  h1{
    top: 20px;
    left: 20px;
    height: 90px;
    background-position: center 90px;
    background-size: auto 90px;
  }
  h1 img{
    height: 90px;
  }
  #accroche p{
    padding-right: 20px;
  }
  #footer{
    left: 20px;
    bottom: 20px;
  }
  #burger{
    display: block;
  }
  #menu{
    left: 0;
    height: 0;
    top: 130px;
    width: 100%;
    bottom: auto;
    overflow: hidden;
    background: #ee2931;
  }
  #header.open #menu{
    overflow-y: scroll;
  }
  #menu li{
    padding-left: 20px;
  }
  #menu a{
    color: white !important;
  }
  #header.over{
    background: white !important;
  }
  .content.pt10{
    padding-top: 130px !important;
  }
  .over #menu li.over span,
  .scroll-down #menu li.over span{
    background: white !important;
  }
  #menu li.lang a.lover{
    color: black !important;
  }
  #menu ul{
    height: auto !important;
  }
  #menu ul li.first{
    padding-top: 9px;
  }
  #menu ul a,
  #menu li.over ul a{
    font-size: 16px;
  }
  #menu ul a.over{
    color: black;
  }
  .over #menu li.rs a,
  .scroll-down #menu li.rs a{
    background-position: center 14px !important;
  }
  .over #menu li.rs span,
  .scroll-down #menu li.rs span{
    opacity: 1 !important;
  }
  .diapo .legend{
    margin-left: 45%;
  }
  .content{
    margin-left: 0;
    padding-top: 130px;
  }
  body.home .content{
    padding-top: 40px;
  }
  .cols{
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
  }
  .col.col4{
    width: 33.333333%;
  }
  .col.col45,
  .col.col41{
    clear: none;
  }
  .col.col47,
  .col.col44{
    clear: left;
  }
}

@media screen and (max-width: 800px) {
  #diapos .godown{
    display: none !important;
  }
  .diapo .legend{
    display: none;
  }
  .col.col4{
    width: 50%;
  }
  .col.col47,
  .col.col44{
    clear: none;
  }
  .col.col43,
  .col.col47{
    clear: left;
  }
  .col.col3{
    width: 100% !important;
  }
  .col.col3.col13 .txt{
    height: auto !important;
  }
  .col.col2,
  .col.col23{
    width: 100%;
  }
  .col .desc h3 img{
    max-height: 65px;
  }
  .projet p{
    font-size: 18px;
    line-height: 18px;
  }
  .col .iinner{
    filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0); /* Old WebKit */
  }
  .col .img{
    opacity: 1;
  }
}
