/* ----------------- */
/* GENERAL
/* ----------------- */ 

html, body  {
	font-family: 'Raleway', sans-serif;
    font-style: normal;
	font-size:14px;
	color:#000;
	background:#fff;
    height: 100%;
    min-height: 100%;
}

body {
    position: relative;
}

#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* --- LINKS --- */

a,
a:before,
a:after,
input,
button {
    outline: none !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

a,
a:link,
a:visited {
    color:#ff7e00;
    text-decoration:none;
}

a:hover,
a:focus {
    color:#555555;
    text-decoration:none;
}

/* --- H GROUP --- */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Chivo', sans-serif;
    line-height:normal;
    text-transform: uppercase;
	margin:0;
	padding:0;
}

h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    color: #000;
    padding: 15px 0 5px 0;
}

h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #ff7e00 ;
    padding: 0 0 25px 0;
}

h4 {
    font-size: 33px;
    line-height: 33px;
    font-weight: 900;
    color: #000 ;
}

h5 {
    text-transform: none;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    color: #000 ;
}


/* --- SELECTION & AUTRES --- */

::selection{
    background: #ff7e00;
    color: #FFF;
}

::-webkit-input-placeholder { color: #bbbcb6 !important; }
:-moz-placeholder { color: #bbbcb6 !important; } /* Firefox 18- */
::-moz-placeholder { color: #bbbcb6 !important; } /* Firefox 19+ */
:-ms-input-placeholder { color: #bbbcb6 !important; }

.orange {
    color: #ff7e00;
}

.grey {
    color: #e0e0e2;
}


/* ----------------- */
/* COMMONS
/* ----------------- */ 

section.overflow { overflow: hidden; }

.clearfix { clear:both; }

.title { padding-bottom: 25px; }

.line {
    margin: 0 auto;
    width: 420px;
    height: 1px;
    background: #b3b4b7;
}

/* ----------------- */
/* ICONES
/* ----------------- */

.hexagon {
    position: relative;
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
	-moz-transform: scale(.9999);
}

.hexagon:before {
  bottom: 100%;
}

.hexagon:after {
  top: 100%;
}

/* --- HEXAGON COLORS --- */

.hexagon-gray { background-color: #646464; border-color: #646464; }
.hexagon-black { background-color: #000; border-color: #000; color:#fff; }

/* --- HEXAGON POSITION --- */

.hexagon-bottom {
    position: absolute;
    left: 50%;
    margin-left: -34px;
    bottom: -160px;
} 

/* --- HEXAGON XS --- */

.hexagon-xs {
  width: 30px; 
  height: 17.32px;
  margin-top: 8.66px;
    margin-bottom: 8.66px;
}

.hexagon-xs i {
  line-height: 17px;
}

.hexagon-xs:before,
.hexagon-xs:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.hexagon-xs:before {
    border-bottom-width:8.66px; 
    border-bottom-style: solid;
    border-bottom-color: inherit;
}

.hexagon-xs:after {
    border-top-width:8.66px; 
    border-top-style: solid;
    border-top-color: inherit;
}

/* --- HEXAGON SM --- */

.hexagon-sm {
  width: 46px; 
  height: 26.56px;
  margin-top: 13.28px;
    margin-bottom: 13.28px 0;
}

.hexagon-sm i {
    line-height: 26px;
}

.hexagon-sm:before,
.hexagon-sm:after {
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
}

.hexagon-sm:before {
    border-bottom-width:13.28px; 
    border-bottom-style: solid;
    border-bottom-color: inherit;
}

.hexagon-sm:after {
    border-top-width:13.28px; 
    border-top-style: solid;
    border-top-color: inherit;
}

/* --- HEXAGON LG --- */

.hexagon-lg {
  width: 68px; 
  height: 39.26px;
  line-height: 39px;
  margin-top: 19.63px;
    margin-bottom: 19.63px;
}

.hexagon-lg i {;
  line-height: 40px;
}

.hexagon-lg:before,
.hexagon-lg:after {
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
}

.hexagon-lg:before {
    border-bottom-width:19.63px; 
    border-bottom-style: solid;
    border-bottom-color: inherit;
}

.hexagon-lg:after {
    border-top-width:19.63px; 
    border-top-style: solid;
    border-top-color: inherit;
}

/* --- HEXAGON HOME --- */

.hexagon-home {
  width: 178px; 
  height: 102.77px;
  line-height: 102.77px;
  margin-top: 19.63px;
    margin-bottom: 19.63px;
    background: #eee;
}

.hexagon-home:before,
.hexagon-home:after {
  border-left: 89px solid transparent;
  border-right: 89px solid transparent;
}

.hexagon-home:before {
    border-bottom-width:51.38px; 
    border-bottom-style: solid;
    border-bottom-color: #eee;
}

.hexagon-home:after {
    border-top-width:51.38px; 
    border-top-style: solid;
    border-top-color: #eee;
}

/* ----------------- */
/* EXTRA
/* ----------------- */

.diagonal-top:before {
    position: absolute;
    content: '';
    height: 250px;
    width: 3000px;
    left: 50%;
    margin-left: -1500px;
    top: -120px;
    z-index: -1;
    background-color: inherit;
    
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
	
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.diagonal-bottom:after {
    position: absolute;
    content: '';
    height: 250px;
    width: 3000px;
    left: 50%;
    margin-left: -1500px;
    bottom: -120px;
    z-index: -1;
    background-color: inherit;
    
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
	
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* ----------------- */
/* HEADER
/* ----------------- */

header {
    position: fixed;
    top: 30px;
    width: 100%;
    z-index: 100;
    height: 40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/* --- LOGO --- */

#fluide {
    position:absolute;
    display: block;
    z-index: 10;
    font-size: 40px;
    line-height: 40px;
    top:0;
    left: 50%;
    color: #000;
    margin-left: -100px;
}

body.page-inter #fluide {
    display:none;
}


#nav .fluide-nav,
#mobile .fluide-nav {
    position:absolute;
    display: block;
    font-size: 30px;
    line-height: 44px;
    top:0;
    left: 45px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#nav.open .fluide-nav,
#mobile .fluide-nav  {
    left: 15px;
    opacity: 1;
}


/* --- NAV --- */

header nav {
    position: relative;
    z-index: 2;
    height: 40px;
    background:rgba(255,255,255,0.25);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header nav .container {
    position: relative;
}


/* --- STICKY --- */

header.sticky {
    top: 0;
}

header.sticky nav {
    background: rgba(0,0,0,0.25);
}


/* --- OPEN --- */

header #nav.open {
    background:#000;
}

header #nav.open .nav > li > a {
    color: #fff;
}

#nav.open ul#nav-right > li > a {
    color: #fff;
}

#nav.open ul#nav-right span.hamburger  {
    background-color: transparent;
}

#nav.open ul#nav-right span.hamburger:before {
    background-color: #fff;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

#nav.open ul#nav-right span.hamburger:after {
    background-color: #fff;
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}


/* --- NAV --- */

header #nav .moduletable_menu {
    display:none;
}

body.page-inter header #nav .moduletable_menu {
    display:block;
}

header .nav > li {
    position: relative;
    display: inline-block;
}

header .nav > li:first-child {
    display: none;
}

header .nav > li > a {
    position: relative;
    display: block;
    padding: 0 20px;
    margin: 0;
    color: #000;
    text-transform: uppercase;
    height: 40px;
    font-family: 'Chivo', sans-serif;
    font-size: 15px;
    line-height: 40px;
}

header .nav > li > a:hover,
header .nav > li > a:focus {
    color: #FFF;
    background-color: #ff7e00;
}

header .nav li a.only_footer { display: none; }

/* --- RIGHT --- */

ul#nav-right {
    position: absolute;
    top:0;
    right: 15px;
    list-style: none;
}

ul#nav-right > li {
    float: left;
    position: relative;
}

ul#nav-right > li.menu-trigger {
    padding-left: 5px;
}

ul#nav-right > li > a {
    position: relative;
    display: block;
	padding: 0 8px;
    font-size: 17px;
    height: 40px;
    color: #000;
    line-height: 40px;
    text-align: center;
}

ul#nav-right > li > a:hover,
#nav.open ul#nav-right > li > a:hover {
    color: #ff7e00;
}

ul#nav-right .menu-trigger a {
    cursor: pointer;
    width: 20px;
}

ul#nav-right span.hamburger {
    font-size: 0px;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

ul#nav-right span.hamburger:before,
ul#nav-right span.hamburger:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

ul#nav-right span.hamburger:before{
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%);
}

ul#nav-right span.hamburger:after {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
}

ul#nav-right > li > a:hover span.hamburger,
ul#nav-right > li > a:hover span.hamburger:before,
ul#nav-right > li > a:hover span.hamburger:after,
#nav.open ul#nav-right > li > a:hover span.hamburger:before,
#nav.open ul#nav-right > li > a:hover span.hamburger:after{
    background: #ff7e00;
}

ul#nav-right div#tip {
    position: absolute;
    display: block;
    padding: 3px 6px;
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    background: #ff7e00;
    top:100%;
    left: -10px;
}

ul#nav-right div#tip > div {
    position: relative;
}

ul#nav-right div#tip i {
    position: absolute;
    top: -18px;
    font-size: 25px;
    width: 100%;
    text-align: center;
    color: #ff7e00;
}


/* --- NAV MOBILE --- */ 


#mobile {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	background: #000;
}

#mobile .container {
	position: relative;
}

#nav-mobile {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
}

#nav-right-mobile {
    position: absolute;
    top:0;
    right: 15px;
    list-style: none;
}

#nav-right-mobile > li {
    float: left;
}

#nav-mobile > li > a,  
#nav-right-mobile > li > a {
	cursor: pointer;
    display: block;
	padding: 0 8px;
    font-size: 17px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

#nav-mobile > li > a.active,
#nav-mobile > li > a:hover {
	color: #fff;
	background: #ff7e00;
}

#nav-right-mobile > li > a:hover {
    color: #ff7e00;
}

#mobile-menu {
	display: none;
	position: fixed;
	top: 40px;
	right: 0;
	left: 0;
	border-top:1px solid #aaa;
	background: #000;
	z-index: 99;
}

#mobile-menu li > a {
    position: relative;
    display: block;
    padding: 10px 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Chivo', sans-serif;
    font-size: 15px;
	text-align: center;
}
 
#mobile-menu li > a:hover {
    color: #fff;
	background: #ff7e00;
}	
	

/* ----------------- */
/* FOOTER
/* ----------------- */

footer {
    position: relative;
    z-index: 10;
    padding-bottom: 20px;
    background-color: #000;
    color: #646464;
}

footer.diagonal-top {
	background-color: rgba(0,0,0,1);
}

footer .hexagon {
    color: #000;
    display: inline-block;
}

footer .hexagon .fa-2x {
    font-size: 26px;
    line-height: 28px;
}

footer .hexagon .iconmoon {
    font-size: 17px;
}

.footer-social {
    padding-bottom: 60px;
}

.footer-social > p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding:0 0 5px 0;
}

.footer-social a {
    margin-left: 2px;
    margin-right: 2px;
}

.footer-social a.hexagon-gray:hover { background:#fff; } 
.footer-social a.hexagon-gray:hover:before { border-bottom-color: #fff; } 
.footer-social a.hexagon-gray:hover:after { border-top-color: #fff; } 

.footer-menu .nav {
    padding: 10px 0 20px 0;
}

.footer-menu .nav > li {
    display: inline-block;
}

.footer-menu .nav > li > a {
    text-transform: uppercase;
    line-height: 1;
    color: #646464;
    padding: 3px 8px;
    border-right:1px solid #646464;
    background: none;
    box-sizing: border-box;
}

.footer-menu .nav > li > a:hover {
    color: #fff;
    background: none;
}

.footer-menu .nav > li:last-child > a {
    border-right:none;
}

.copyright .nav > li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.copyright .nav > li > span,
.copyright .nav > li > a {
    display: inline-block;
    color: #646464;
    background: none;
    padding: 0;
    margin: 0;
}

.copyright .nav > li > a:hover {
    color: #fff;
}


.copyright .nav > li > span:after,
.copyright .nav > li > a:after {
    content:"•";
    padding: 0 4px;
    display: inline-block;
} 

.copyright .nav > li:last-child > span:after,
.copyright .nav > li:last-child > a:after {
    display: none;
}


/* ----------------- */
/* HOME
/* ----------------- */

/* --- INTRO --- */

#slider {
    position: relative;
    z-index: 5;
    background-color: #CCC;
}

/* --- INTRO --- */

#intro {
    position: relative;
    z-index: 7;
    padding: 20px 0 50px 0;
    background-color: #fff;
}

.accroche {
    font-size: 30px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    padding: 0 0 25px 0;
}

.accroche i {
    padding: 0 10px;
}

/* FACETTES  */

#icar {
    text-align: center;
}

ul.icar {
    margin: 0 auto;
    padding: 50px 0;
    list-style: none;
    display: inline-block;
}

li.facette {
    cursor: pointer;
    float: left;
	position: relative;
    width: 178px;
    margin: 0 15px;
}

.homehexa-img {
	position: absolute;
    z-index: 10;
	top: -30px;
	width: 100%;
}

.hexagon-home {
    position: relative;
    z-index: 5;
}

.hexagon-home.under {
    position: absolute;
    z-index: 1;
    top: -1px;
    background: #eee;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.hexagon-home.under:before {
    border: none;
}

.hexagon-home.under:after {
    border-top-color: #eee;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

li.facette:hover .hexagon-home.under {
    background: #ff7e00;
    top:10px;
}

li.facette:hover .hexagon-home.under:after {
    border-top-color: #ff7e00;
}

li.facette p {
	position: absolute;
	z-index: 15;
    text-align: center;
    top: 180px;
    width: 100%;
    margin:0;
    padding: 0;
    color: #000;
    font-family: 'Chivo', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #000; 
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

li.facette:hover p{
	color:#ff7e00;
    top: 190px;
}


/* --- PORTFOLIO --- */

#portfolio {
    position: relative;
    z-index: 6;
    padding: 160px 0 300px 0;
    background: -webkit-linear-gradient( right, #c7c8c9, #fbfbfb);
    background:    -moz-linear-gradient( right, #c7c8c9, #fbfbfb);
    background:     -ms-linear-gradient( right, #c7c8c9, #fbfbfb);
    background:      -o-linear-gradient( right, #c7c8c9, #fbfbfb);
    background:         linear-gradient( to left, #c7c8c9, #fbfbfb);
}

#hearth {
    margin-top: -140px;
    padding-bottom: 100px;
}

a.btn-projet {
	width: 100%;
	text-transform: uppercase;
	border: #000;
	background: #000;
	color: #fff !important;
}

a.btn-projet:hover {
	width: 100%;
	text-transform: uppercase;
	border: #ff7e00;
	background: #ff7e00;
	color: #fff !important;
}

/* --- US --- */

#info {
    position: relative;
    z-index: 9;
    background-color: #e2e3e4;
}

#info p {
    font-size: 16px;
    margin-bottom: 15px;
}

#work-with-us {
    margin-top: -160px;
    padding-bottom: 100px;
}  

#contact-us {
	padding-bottom: 20px;
}

/* --- MAP --- */

#map-wrapper {
    position: relative;
    z-index: 8;
	overflow: hidden;
}

#map {
    position: relative;
    z-index: 1;
    height: 500px;
	width:100%;
    margin-top: -50px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#map-wrapper .filter {
    position: absolute;
    z-index: 5;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}

#map-wrapper.open #map {
    margin-top: 0;
    height: 600px;
}


/* ----------------- */
/* HEADER BG
/* ----------------- */

.trame {
	background-image: url(../img/trame.gif);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}

/* PARALLAX */

.parallax {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 1;
}

.parallax .parallax-bg {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
	z-index: 1;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: center center;
}

/* FIXED */

.fixed  {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 1;
}

.fixed-bg {
    width: 100%;
    height: inherit;
	z-index: 1;
	position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
	
#generic {
    background-image: url(../img/bg/generic.jpg);
}

#head-home {
	/*height: 100%; */
    background-image: url(../img/bg/home2015_03.jpg);
	background-position: center center;
}

#head-agence {
    background-image: url(../img/bg/generic.jpg);
	background-position: center top;
}

#head-expertises {
    background-image: url(../img/bg/generic.jpg);
	background-position: center top;
}

#head-services {
    background-image: url(../img/bg/generic.jpg);
	background-position: center top;
}

#head-contact {
    background-image: url(../img/bg/generic.jpg);
	background-position: center top;
}


/* ----------------- */
/* HEAD PAGE
/* ----------------- */

#head-page {
    position: relative;
    z-index: 1;
    height: 500px;
}

#head-page  .parallax-bg {
	height: 500px;
	background-attachment: scroll;
}


	

/* ----------------- */
/* MAIN
/* ----------------- */

#main {
    position: relative;
    z-index: 9;
    background: #fff;
    padding-bottom: 200px;
}

#main .page-header {
    margin: 0;
    padding: 0;
    border: none;;
}

#main h2 {
    margin: 0;
    padding: 0 0 60px 0;
    border: none;
    text-align: center;
}

#main h3 {
    font-size: 25px;
    margin: 0;
    padding-bottom: 20px;
}

#main.diagonal-bottom {
    padding-bottom: 0;
}

/*  EDITEUR  */

#main .orange {
    color:#ff7e00;
}

#main .sous-titre {
    font-size:22px;
    font-weight: 400;
}

#main .sous-titre-niv2 {
    font-size:17px;
    font-weight: 600;
}

#main .accroche {
    font-size:20px;
    line-height: 20px;
    font-weight: 900;
    color:#ff7e00;
    margin: 0 0 10px 0;
    padding: 0;
}

/* ----------------- */
/* EXPERTISES
/* ----------------- */

#agence.container {
	padding: 0 150px;
}

/* ----------------- */
/* EXPERTISES
/* ----------------- */

#expertises.container {
	padding: 0 150px;
}

/* ----------------- */
/* PROJETS
/* ----------------- */

#Container {
    position: relative;
}

#Container h2 {
    padding: 0 0 120px 0;
}

#filter {
    position: absolute;
    top: 55px;
    width: 100%;
    text-align: center;
}

.mix {
	cursor: pointer;
	cursor: hand;
    margin-bottom: 30px;
}

a.crea {
    position: relative;
    overflow: hidden;
	cursor: pointer;
	cursor: hand;
    display: block;
}

.crea-img {
    position: relative;
    z-index: 1;
	cursor: pointer;
	cursor: hand;
}

.crea-filter {
	cursor: pointer;
	cursor: hand;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 126,0, 0.9);
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.crea:hover .crea-filter {
    opacity: 1;
}

.crea-onglet {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    z-index: 8;
    color: #000;
    margin: 0;
    padding: 0;
    top: 150px;
    z-index: 3;
    border-style: solid;
    border-width: 155px 777px 155px 0;
    border-color: transparent #fff transparent transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.crea:hover .crea-onglet {
    opacity: 0.25;
    top: 70px;
}

.crea-title {
    cursor: pointer;
    position: absolute;
    z-index: 5;
    top: -80px;
    width: 100%;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.crea-title h3 {
    cursor: pointer;
    color: #FFF;
    padding: 0 !important;
    margin: 0 0 5px 0 !important;
}

.crea-client {
    color: #fff;
}

.crea:hover .crea-title  {
    top: 80px;
}

.crea-loupe {
    cursor: pointer;
    font-size: 30px;
    color: #fff;
    position: absolute;
    z-index: 10;
    bottom: 36px;
    right: 12px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.crea:hover .crea-loupe {
    opacity: 1;
    bottom: 6px;
}

#Container .mix{
    display: none;
}

/* ----------------- */
/* PROJET
/* ----------------- */

.projet-head {
    height: 200px;
}

.projet-container {
    padding: 20px 0 0 0;
}

#main .projet-container h2 {
	padding: 0;
}

#main .projet-container h3 {
	text-align: center;
	font-size: 15px;
	color: #000;
	font-weight: 400;
	padding: 0 0 60px 0;
}

.projet-detail {
    position: relative;
    min-height: 400px;
}

.projet-info {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #eee;
    width: 300px;
    padding-left: 20px;
}

.projet-info .description,
.projet-info .url {
    padding-bottom: 20px;
}


.projet-info .url > a {
    display: block;
    padding: 2px 6px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #ff7e00;
}

.projet-info .url > a:hover {
    color: #fff;
    background: #000;
}

.col40 {
    float: left;
    width: 40%;
	padding-right: 10px;
}

.col60 {
    float: left;
    width: 60%;
}

.more-details h6 {
	padding-bottom: 5px;
}

.more-details span,
.more-details date {
	display: block;
    font-family: arial;
    font-size: 12px;
	line-height: 14px;
    color: #999;
}

.more-details .type {
	padding-top: 10px;
    text-transform: capitalize;
}

.copyright {
	padding-top: 20px;
	font-family: arial;
	font-size: 9px;
	color: #999;
}

/* ----------------- */
/* SERVICES
/* ----------------- */

.service {
    text-align: center;
    margin-bottom: 30px;
    opacity: 0;
}


@media screen and (min-width: 768px) {
     .service-icon {
        padding: 0 30px;
     }
}

@media screen and (min-width: 992px) {
     .service-icon {
        padding: 0 60px;
     }
}

@media screen and (min-width: 1199px) {
     .service-icon {
        padding: 0 100px;
     }
}


.service-title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #ff7e00 ;
    padding: 10px 0;
}


/* ----------------- */
/* CLIENTS
/* ----------------- */

.client {
    text-align: center;
    border: 1px solid #eee;
    background: #fff;
    margin-bottom: 30px;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#clients:hover .client {
    opacity: 0.3;
}


#clients:hover .client:hover {
	opacity: 1;
    background: #eee;
}

.client-name {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    line-height: normal;
}


/* ----------------- */
/* RECRUTEMENT
/* ----------------- */

#main .recrutement > h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    padding: 0;
}

#main .recrutement > h3.poste {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    padding: 5px;
    margin: 5px 5px 0 0;
    background: #ff7e00;
    border-radius:3px;
    color: #fff;
}

#main .recrutement > h3.duree {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    font-weight: 100;
    text-align: left;
    padding: 5px;
    margin: 5px 0 0 0;
    background: #000;
    border-radius:3px;
    color: #fff;
}

#main .recrutement > div > h5 {
    font-size: 20px;
    line-height: 20px;
    color: #ff7e00;
}

#main .recrutement > div { padding-top: 20px; }


/* ----------------- */
/* FORMS
/* ----------------- */

.form { padding-left:0; padding-right: 0; margin-left: -15px; margin-right: -15px; }

.form-control:focus {
    border-color: #ff7e00;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 126,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 126,0,.6);
}


.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #ff7e00;
    border-color: #ff7e00;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.btn-default:hover, .btn-default:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #ff7e00;
    border-color: #ff7e00;
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chrono_credits {
    display: none;
}


/* ----------------- */
/* RESPONSIVE
/* ----------------- */

@media (max-width: 1440px) {

	#head-page,
	#head-page  .parallax-bg {
		height: 400px;
	}
	
}


@media (max-width: 1199px) {
	
	/* MENU */
	#nav.open .fluide-nav, #mobile .fluide-nav {
		font-size: 25px;
	}
	
	header .nav > li > a {
		padding: 0 10px;
		font-size: 14px;
	}	
	
	.projet-info {
		width: 250px;
		padding-left: 10px;
	}
	
	.description {
		font-size: 12px;
	}
	
}

@media (max-width: 991px) {
    
    #slider {margin-top: 40px;}
	
	#mobile .container { padding: 0; }
	
	ul.icar li.facette {
		float: none;
		display: inline-block;
		margin: 0 30px 125px 30px;
	}
    
    #agence.container,
	#expertises.container { padding: 0 100px;}
    
    #agence.container .cck_art_fulltext p { text-align: justify !important; }
	
	.projet-info {
		position: relative;
		float: none;
		width: 100%;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
		border-left:none;
		border-bottom:1px solid #eee;
	}

}

@media (max-width: 768px) {
	
	#head-page,
	#head-page  .parallax-bg {
		height: 300px;
	}
	
	section#main.projet {
		padding-top: 75px;
	}
    
    #agence.container,
	#expertises.container { padding: 0 50px;}

}

@media (max-width: 639px) {
    
	#head-page {
		height: 75px;
	}
    
	#head-page > div {
		display: none;
	}
	
    #agence.container,
	#expertises.container { padding: 0 15px;}
    
    section#main.projet { padding-top: 0; }
    }

	#nav-mobile {
		float: right;
	}
	
	#nav-right-mobile {
		display: none;
	}

}


@media screen and (min-width: 640px) and (max-width: 767px) {
	.container {
		width: 600px;
	}
}

@media screen and (min-width: 480px) and (max-width: 639px) {
	.container {
		width: 440px;
	}
}


@media screen and (max-width: 479px) {
	.container {
		width: 100%;
	}
}