body{
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Saira', sans-serif;*/
}

p{
	line-height: 1.8;
	margin-bottom: 20px;
}

.home-logo{
	width: 400px;
	height: 100vh;
	background: #fff;
	display: flex;
	vertical-align: middle;
	position: fixed;
	justify-content: center;
	align-items: center;
}

/*.home-logo h5{
	text-transform: uppercase;
	position: fixed;
	top: 0;
	padding: 30px;
}*/

.home-logo a img{
	width: 300px;
}

.bottom-home-logo{
	position: absolute;
	bottom: 0;
	text-align: center;
	margin-bottom: 20px;
}

.bottom-home-logo2{
	text-align: center;
	display: none;
	margin-bottom: 20px;
}

.header{
	display: none;
	padding: 20px;
	width: 100%;
	height: 120px;
	background: #fff;

	-webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}


.header2{
	width: 100%;
	height: 120px;
	display: block;
	background: #fff;

	-webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}


.header2 > .logo,
.header2 >.pagename-box,
.header2 >.hamburger-menu
{
	width: 33.33%;
	float: left;
	display: block;
	height: auto;
}

.header2 > .logo img{
	width: 180px;
	height: auto;
	-webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}


#navbar {
  /*overflow: hidden;*/
}

.sticky{
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
  background: #fff;
  margin-bottom: 100px;
  height: 90px;
  z-index: 20;
  padding: 10px 10px 10px 20px;
}

.sticky > .logo img{
	width: 120px;
	-webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.sticky > .pagename-box > h3.pagename{
	font-size: 18px;
	-webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    text-transform: uppercase;
}

.sticky.maincontainer,
.sticky.home-projects2{
	margin-top: 100px;
}

#menu.home-menu {
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 60px;
  background: #222;

  }

   #menu2{
	   top: 10px;
	   right: 10px;
   }

 #menu2.home-menu2 {
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 140px;
  background: none;
  }


  #menu.home-menu #toggle-menu{
    top: 18px;
    left: 20px; }

  .hambur{
	  float: left;
	  display: block;
  }


  #menu2.home-menu2 #toggle-menu2 {
    top: 30px;
    right: 30px; }

    /*#menu.home-menu #toggle-menu.open span.name,*/
    #menu2.home-menu2 #toggle-menu2.open span.name{
      color: transparent; }


    #menu.home-menu #toggle-menu span{
      background-color: #fff; }

    #menu2.home-menu2 #toggle-menu2 span{
      background-color: #222; }

      /*#menu.home-menu #toggle-menu span.name,*/
      #menu2.home-menu2 #toggle-menu2 span.name {
        top: 47px;
        color: #fff;
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 4px;
        background-color: transparent;
        height: auto;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }

#menu #toggle-menu,
#menu2 #toggle-menu2{
  position: absolute;
  z-index: 100;
  width: 29px;
  height: 24px;
  right: 50px;
  top: -10px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  -webkit-transition: top .2s ease-in-out 0s;
  -o-transition: top .2s ease-in-out 0s;
  transition: top .2s ease-in-out 0s; }

 #menu #toggle-menu{
	 width: 120px;
 }


  .menuname{
	  color: #fff;
	  display: block;
	  float: left;
	  font-size: 20px;
	  line-height: 1.2;
	  -webkit-transition: all .3s ease-in-out;
	  -o-transition: all .3s ease-in-out;
	  transition: all .3s ease-in-out;
  }

  .hambur{
	  position: fixed;
	  right: 30px;
	  display: block;
	  width: 40px;
	  height: 40px;
  }

  #menu #toggle-menu.open,
   #menu2 #toggle-menu2.open {
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s; }

    #menu2 #toggle-menu2.open{
	    position: fixed;
    }


    #menu #toggle-menu.open span,
    #menu2 #toggle-menu2.open span{
      background: #fff; }



    #menu #toggle-menu.open span:nth-child(1){
      top: 10px;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }

    #menu2 #toggle-menu2.open span:nth-child(1){
      top: 18px;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }

    #menu #toggle-menu.open span:nth-child(2){
      /*left: -20px;*/
      opacity: 0; }


    #menu2 #toggle-menu2.open span:nth-child(2) {
      left: -60px;
      opacity: 0; }

    #menu #toggle-menu.open span:nth-child(3){
      top: 10px;
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }

    #menu2 #toggle-menu2.open span:nth-child(3) {
      top: 18px;
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }

  #menu #toggle-menu span{
    position: fixed;
    display: block;
    width: 30px;
    height: 2px;
    right: 10px;
    background: #222831;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .25s ease-in-out 0s;
    -o-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s;
    }



   #menu #toggle-menu:hover .menuname{
	  color: #f48222;
  }

   #menu #toggle-menu:hover span{
	background: #f48222;
	-webkit-transition: all .3s ease-in-out;
	  -o-transition: all .3s ease-in-out;
	  transition: all .3s ease-in-out;
   }



  #menu2 #toggle-menu2 span{
    position: fixed;
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    background: #222831;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .25s ease-in-out 0s;
    -o-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s; }

    #menu #toggle-menu span:nth-child(1),
    #menu2 #toggle-menu2 span:nth-child(1) {
      top: 0; }

    #menu #toggle-menu span:nth-child(2),
     #menu2 #toggle-menu2 span:nth-child(2) {
      top: 10px; }

    #menu #toggle-menu span:nth-child(3),
    #menu2 #toggle-menu2 span:nth-child(3) {
      top: 20px; }


#toggle-menu span.name{
	  display: block;
	  float: left;
  }


#home-news{
	background: #fff;
	height: 60px;
	line-height: 60px;
	color: #222;
	position: fixed;
	padding: 0px 20px 0px 35px;
	right: 150px;
	z-index: 60;
	text-transform: uppercase;
}

#home-news2{
	background: #222;
	height: 40px;
	line-height: 40px;
	color: #fff;
	position: fixed;
	padding: 0px 20px 0px 30px;
	left: 0;
	bottom: 0;
	z-index: 60;
	text-transform: uppercase;
	display: none;
}

#home-news:before,
#home-news2:before{
	content: "+";
	color: #f48222;
	font-size: 18px;
	position: absolute;
	left: 5px;
	padding: 0px 10px;
	-webkit-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}


#home-news.open:before,
#home-news2.open:before{
	content: "-";
	color: #f48222;
	font-size: 18px;
	position: absolute;
	left: 5px;
	padding: 0px 10px;
	-webkit-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

#home-news:hover,
#home-news2:hover{
	cursor: pointer;
}

#home-news:hover:before,
#home-news2:hover:before{
	position: absolute;
	cursor: pointer;
	padding: 0px 10px;
	-webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    left: 5px;

    -webkit-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

#home-news.open:hover:before,
#home-news2.open:hover:before{
	position: absolute;
	cursor: pointer;
	padding: 0px 10px;
	-webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    left: 5px;

    -webkit-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.news-container{
	background: #fff;
	padding: 30px;
	width: 340px;
	height: auto;
	position: fixed;
	z-index: 80;
	top: 60px;
	right: 0;
	text-align: center;
	display: none;
}

.news-container2{
	background: #fff;
	padding: 30px;
	width: 320px;
	height: auto;
	position: fixed;
	z-index: 80;
	bottom: 40px;
	left: 0;
	text-align: center;
	display: none;
}

.news-container img,
.news-container2 img{
	max-width: 100%;
}

.readmore{
	padding: 8px 12px;
	background: #919199;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-top: 10px;
	display: inline-block;
}

.readmore:hover{
	background: #222;
	color: #f48222;
	text-decoration: none;
}

.nav-container,
.nav-container2{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  background-color: rgba(255, 255, 255, 0);

    }

  .nav-container2{
	  top: 0;
	  right: 0;
	  display: none;
  }


  .nav-container.open,
  .nav-container2.open {
    z-index: 99;
    -webkit-transition: all .3s ease-in-out 0.2s;
    -o-transition: all .3s ease-in-out 0.2s;
    transition: all .3s ease-in-out 0.2s; }
    .nav-container.open nav,
    .nav-container2.open nav {
      right: 0;
      -webkit-transition: all .3s ease-in-out 0.2s;
      -o-transition: all .3s ease-in-out 0.2s;
      transition: all .3s ease-in-out 0.2s; }
  .nav-container nav,
  .nav-container2 nav {
    position: absolute;
    top: 0;
    right: -400px;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background-color: #222;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s; }

   .nav-container nav ul,
   .nav-container2 nav ul {
      position: absolute;
      top: 50%;
      left: 45%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      list-style: none;

      }

    .nav-container nav ul li,
    .nav-container2 nav ul li {
        text-align: center; }

    .nav-container nav ul li:not(:last-child),
     .nav-container2 nav ul li:not(:last-child) {
        margin-bottom: 50px; }

    .nav-container nav ul li a,
    .nav-container2 nav ul li a {
      position: relative;
      text-decoration: none;
      color: #fff;
      text-align: left;
      text-transform: uppercase;
      font-size: 22px;
      letter-spacing: 3px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -webkit-transition: all .25s ease-in-out 0s;
      -o-transition: all .25s ease-in-out 0s;
      transition: all .25s ease-in-out 0s;
      }

     .nav-container nav ul li a:after,
     .nav-container2 nav ul li a:after {
	    content: "";
		width: 0px;
		height: 2px;
		background: #f48222;
		display: block;
		margin: 10px auto 0 auto;
		transition: all 0.3s ease-in-out;
	    -webkit-transition: all .35s ease-in-out 0s;
	    -o-transition: all .3s ease-in-out 0s;
	    transition: all .3s ease-in-out 0s; }

    .nav-container nav ul li a:hover,
    .nav-container2 nav ul li a:hover,
    .nav-container2 nav ul li a.active {
          color: #9f9f9f;
       }

    .nav-container nav ul li a:hover:after,
    .nav-container nav ul li a.active:after,
     .nav-container2 nav ul li a:hover:after,
     .nav-container2 nav ul li a.active:after{
       width: 60px;
       }

    .logoinmenu{
	    margin-bottom: 70px !important;
	    display: block;
    }

    .logoinmenu img{
	    width: 200px;
    }

.home-project{
	margin-left: 400px;
	height: 100vh;
	display: block;
	margin-bottom: -5px;
	padding: 0;
}

.img-container{
	text-align: center;
}

.home-project img{
	width: 100%;
	height: 100vh;
}


.project-infos{
	position: absolute;
	z-index: 99;
	bottom: 0;
	width: 100%;
	height: 120px;
	margin-bottom: 0;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}

.project-infos-container{
	padding: 0 20px 0 20px;
	width: 80%;
	display: block;
}


.project-desc{
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	background: #222;
	padding: 5px 8px;
	float: left;
	display: block;
}

.project-desc ul li{
	list-style-type: '-  ';
	-webkit-list-style-type: '-  ';
	-moz-list-style-type: '-  ';
	-o-list-style-type: '-  ';
	-ms-list-style-type: '-  ';
}

.title{
	/*width: 100%;*/
	display: block;
	float: left;
	font-weight: 600;
	background: #222;
	padding: 5px 8px;
}

.title a{
	color: #fff;
	font-size: 32px;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all .35s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    text-transform: uppercase;
}

.title a:hover{
	text-decoration: none;
	color: #f48222;
}

.title-des{
	color: #fff;
	float: left;
	display: block;
	margin-top: 0px;
	font-size: 18px;
	float:left;
	width:100%;
}

.home-projects-nav{
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	font-size: 30px;
	color: #fff;
	padding: 0 40px 20px 0;
	width: 20%;
	text-align: right;
	z-index: 5;
}

.home-projects-nav i{
	margin-left: 30px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all .35s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    text-transform: uppercase;
}

.home-projects-nav i:hover{
	color: #f48222;
}



.home-projects2{
	width: 100%;
	height: 100%;
	overflow: hidden;
	float: left;
	display: none;
	margin-bottom: 20px;
}


.project-infos2{
	display: block;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	height: 100%;
}

.project-infos-container2{
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 5;
	padding: 20px;
	background: linear-gradient(180deg, rgba(0,0,0,0) 10%, rgba(0,0,0,0.6) 100%);
}

.project-infos2 .project-desc{
	color: #fff;
	font-size: 12px;
}

.project-infos2 .title a{
	color: #fff;
	font-size: 20px;
}

.home-projects2 img{
	max-width: 100%;
	height: auto;
}



header{
	padding: 20px;
}

.header-container{
	width: 100%;
	display: block;
}

.pagename{
	text-align: center;
	-webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    text-transform: uppercase;
}

.menu-otherpage{
	background: none;
}

.menu-otherpage span{
	background: #222;
}

.menu-otherpage.open span{
	background: #fff;
}


/* ---------------- history page ----------------- */

.history,
.agence{
	margin-top: 40px;
}

.agence{
	display: flex;
	/*align-items: center;*/
	flex-wrap: wrap;
    justify-content: center;
    float: left;
    margin-bottom: 40px;
}

.history img{
	max-width: 100%;
}

.history h1{
	margin-top: 0px;
	font-weight: 500;
	font-size: 20px;
}

.history h1:after{
	content: "";
	width: 60px;
	height: 1px;
	background: #f48222;
	margin-top: 30px;
	display: block;
	margin-bottom: 30px;
}

.whatwedo{
	background: #222831;
	color: #fff;
	padding: 30px;
	height: 100%;
	width: 100%;
}

.whatwedo h1,
.whatwedo h2{
	margin-top: 0px;
	margin-bottom: 40px;
	font-weight: bold;
}

.whatwedo ul{
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

.whatwedo ul li{
	list-style: none;
	margin-bottom: 20px;
	font-size: 12px;
}

.boxslideup{
	position: relative;
	overflow: hidden;
	height: 500px;
	margin-top: 30px;
}

.boxslideup img{
	width: 100%;
	height: 100%;
}

.boxslidecontent{
	position: absolute;
	z-index: 2;
	background: rgba(255,255,255,0.8);
	padding: 20px;
	padding-top: 10px;
	width: 94%;
	left: 0;
	bottom: 0;
	padding-bottom: 0px;
	margin-bottom: -10px;
}

.boxslidecontent:hover{
	cursor: pointer;
}

.boxslidecontent.open{
	margin-bottom: 0px;
}


.boxslidecontent h4{
	margin: 10px 0;
}

.boxslidecontent.open h4:after{
	content: "-";
	display: block;
	float: right;
	color: #000;
}

.boxslidecontent h4:after{
	content: "+";
	display: block;
	float: right;
	color: #f48222;
}

.boxslidecontent ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    max-height:0;
    overflow: hidden;
    clear: both;
}

.boxslidecontent ul li{
	margin-bottom: 20px;
	font-size: 12px;
	list-style: none;
	margin-left: 20px;
	list-style-type: '-  ';
	-webkit-list-style-type: '-  ';
	-moz-list-style-type: '-  ';
	-o-list-style-type: '-  ';
	-ms-list-style-type: '-  ';
}


.boxslidecontent.open ul{
	max-height: 350px;
    -webkit-transition: max-height 0.3s ease-in;
    -o-transition: max-height 0.3s ease-in;
    transition: max-height 0.3s ease-in;
    margin-top: 10px;
}

.mapcontainer{
	margin-top: 40px;
}

.mapcontainer h1{
	font-size: 20px;
}

#map{
	width: 100%;
	height: 400px;
}

/* ------------ projets --------- */

.projets{

	display: flex;
	/*align-items: center;*/
	flex-wrap: wrap;
    /*justify-content: center;*/
    float: left;
    margin-bottom: 40px;
    padding-top: 20px;
    background: #fff;
}

.projetscontainer{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}


.projetsbox{
	margin-bottom: 30px;
	display: block;
}


.projetsbox img{
	max-width: 100%;
	height: auto;
}

.projets-content{
	position: absolute;
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
	padding: 20px;
	bottom: 0;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 10%, rgba(0,0,0,0.7) 100%);
	display: block;
	width: 100%;
}

.projets-content span{
	font-size: 12px;
	background: #222;
	padding: 5px 8px;
}

.projets-content h4{
	font-size: 22px;
	background: #222;
	padding: 5px 8px;
	display: block;
	float: left;
}

.projets-content h5{
	display: block;
	float: left;
	margin-top: 0px;
}

.projets-content h4 a{
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}

.projets-content h4 a:hover{
	color: #f48222;
	text-decoration: none;
}

.projets-filter{
	padding:30px 20px 0 20px;
	text-align: center;
	box-shadow: none;
	width: 100%;

	-webkit-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
    height: auto;
    background: #fff;
}

.projets-filter.sticky{
	width: 100%;
	text-align: center;
	box-shadow: none;
	position: fixed;
	-webkit-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
    margin-bottom: 20px !important;
    height: auto;
    padding-top: 30px !important;
    z-index: 19;
		padding-bottom: 10px;
		margin-top: 80px;
}

.projets-filter a{
	display: inline-block;
	padding: 5px 10px;
	background: #ebebeb;
	margin: 0px 5px 10px 5px;
	color: #222;

	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    outline: none;
    text-decoration: none;
}

.projets-filter a:hover,
.projets-filter a.active{
	background: #222;
	text-decoration: none;
	color: #f48222;
	outline: none;
}

/* ---- projet details ---- */

.projets-details{
	margin-top: 40px;
}

.projets-details-header{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.name-title{
	display: block;
	float: left;
}

.name-title span{
	font-size: 20px;
	text-transform: uppercase;
}

.name-title h4{
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
}

.projets-details-header h4{
	margin-bottom: 0px;
}

.backbtn{
	color: #222;
	display: block;
	float: right;
}

.backbtn:hover{
	color: #f48222;
	text-decoration: none;
	cursor: pointer;
}

.projet-slide{
	margin: 20px 0;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.projet-slide-nav{
	position: absolute;
	display: block;
	color: #fff;
	padding: 0 30px 20px 0;
	text-align: right;
	z-index: 10;
	width: 100%;
	right: 0;
	bottom: 0;
}

.projet-slide-nav i{
	margin-left: 10px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    text-transform: uppercase;
    background: #222;
    font-size: 20px;
    padding: 8px 14px;
}

.projet-slide-nav i:hover{
	color: #f48222;
}

.projet-desc h4{
	text-transform: uppercase;
}

.projet-desc{
	margin-bottom: 30px;
}

.projet-desc ul{
	list-style: none;
	padding-left: 20px;
}

.projet-desc ul li{
	line-height: 1.8;
	list-style-type: '-  ';
	-webkit-list-style-type: '-  ';
	-moz-list-style-type: '-  ';
	-o-list-style-type: '-  ';
	-ms-list-style-type: '-  ';
}

.bold-upc span{
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

.bold-upc{
	line-height: 1.2;
	margin-bottom: 18px;
	display: block;
}

.dl-pdf{
	background: #919199;
	color: #fff;
	padding: 14px 24px;
	font-size: 16px;
	display: inline-block;
	margin: 10px 0;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.dl-pdf:hover{
	color: #f48222;
	background: #222;
	text-decoration: none;
}

.center{
	text-align: center;
}

.map-loca{
	margin-top: 15px;
}

.map-loca span{
	text-transform: uppercase;
	font-weight: bold;
}


/* ------------ contact page ------------ */

.contact-page{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 40px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	overflow: hidden;
	margin-bottom: 40px;
}

#map2{
	height: 680px;
}


.contactform{
	width: 90%;
	height: auto;
	overflow: hidden;
	float: left;
	display: block;
	margin-left: 10px;
	background: none;
}

.contactform fieldset{
	display: block;
	float: left;
	margin-bottom: 30px;
}

.contactform legend{
	border: 0px;
	margin-bottom: 0;
	font-size: 16px;
}

.contactform input,
.contactform textarea{
	padding: 12px;
	/*border: 1px solid #222;*/

	/*border: 1px solid #f48222;*/
	border: none;
	background: #ebebeb;
	width: 100%;
}

.contactform textarea{
	height: 200px;
}

.contactform h1{
	margin-top: 0px;
}

.help-block{
	color: #e30a0a;
}

.contactform button{
	background: #919199;
	color: #fff;
	padding: 14px 24px;
	font-size: 20px;
	display: inline-block;
	margin: 10px 0;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contactform button:hover{
	background: #222;
	color: #f48222;
}

.success{
	background: #cefae7;
	padding: 20px;
	color: #2dbd5a;
}

.error{
	background: #f8cad4;
	padding: 20px;
	color: #ec6666;
}


/* -------- news content ------- */

.news-content{
	float: left;
	margin-top: 40px;
}

.news-content div{
	float: left;
}

.news-content div:last-child{
	margin-top: 0px;
}

.news-content img{
	max-width: 100%;
}

.news-content h3{
	margin-top: 0px;
}


.news-content p{
	margin-bottom: 20px;
}

.news-content-box{
	margin-bottom: 30px;
	height: 480px;
	overflow: hidden;
}

.news-content-box h3{
	margin-top: 20px;
}

.news-content-box a{
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #919199;
    padding: 8px 12px;
    float: right;
    display: inline-block;
}

.news-content-box a:hover{
	color: #f48222;
	text-decoration: none;
	background: #222;
}

.news-content-box img{
	height: 270px;
}

/* ------------ footer ----- */

.bottom{
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	background: #fafafa;
	float: left;
}

.backtotop{
	width: 40px;
	height: 40px;
	position: fixed;
	z-index: 10;
	right: 30px;
	bottom: 30px;
	background: #f48222;
	color: #000;
	line-height: 40px;
	text-align: center;
	font-size: 24px;

	display: none;
}

.backtotop:hover{
	cursor: pointer;
	color: #fff;
}
