@import url("../fonts/wcmanonegrabta_regular_macroman/stylesheet.css");
@import url("../fonts/bellota_regular_macroman/stylesheet.css");
@import url("../fonts/Aller/stylesheet.css");

body {
  margin: 0;
  padding: 0;
}

a:hover, .navigation .group:hover{
	text-decoration: none;
	cursor: pointer;
}

.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.main{
	width: 100%;
	padding: 2%;
	margin: 0 auto;
}
.v-center{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
.h-center{
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}
.view-container.ng-enter{
    animation: fadeIn 0.35s linear 1;
}
/*-------------------------------------------*/
/*--- ACCUEIL / NAVIGATION ---*/
/*-------------------------------------------*/
.logo, .logo>img, .logo-text, 
.navigation-main, .navigation, .navigation>a>div, .navigation>a>h1,
.navigation .group-head>div, .navigation .group-head>h1 {
    margin: 0 auto;
}
.logo-accueil{
    width: 80%;
}
.logo-menu{
    width: 90%;
    margin-top: 10px;
}

.logo-text{
    text-align: center; 
    color: #005B72;
   	letter-spacing: 3px;
   	font-family: 'Alegreya', serif; 
}
.logo-text-accueil{
	font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
}
.logo-text-menu{
	font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

.navigation-main{
    background: url(../img/point.png) repeat-x 0% 33%;
}

.navigation{
	width: 90%;
}

.navigation-accueil{
	margin: 50px auto;
}
.navigation-menu{
	margin: 20px auto;
}

.navigation > a, .navigation .group{
	float: left;
    width: 25%;
}

.navigation > a > div, .navigation .group-head > div {
	width: 50%;
}
.navigation .wrapper{
    position: relative;
    z-index: 9;
}
.navigation .bg{
    background: #AAA;
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    margin: 1px;
    z-index: -1;
}

.navigation > a > h1, .navigation .group-head > h1 {
	font-size: 16px;
	text-align: center;
	font-family: 'wc_mano_negra_btaregular';
	color: #AAA;
	margin-top: 8px;
}

.navigation > a > div, .navigation > a > h1,
.navigation .group-head > div, .navigation .group-head > h1,
.navigation .group-items{
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#navigation-service:hover .group-head .bg, #navigation-service.selected .group-head  .bg {
	background: #005B72;
}
#navigation-service:hover .group-head  > h1, #navigation-service.selected .group-head  > h1 {
	color: #005B72;
}
#navigation-portfolio:hover .group-head .bg, #navigation-portfolio.selected .group-head  .bg {
	background: #0092BC;
}
#navigation-portfolio:hover .group-head  > h1, #navigation-portfolio.selected .group-head  > h1 {
	color: #0092BC;
}

#navigation-apropos:hover .bg, #navigation-apropos.selected .bg{
	background: #EFAA21;
}
#navigation-apropos:hover > h1, #navigation-apropos.selected > h1{
	color: #EFAA21;
}

#navigation-contact:hover .bg, #navigation-contact.selected .bg{
	background: #8BB597;
}
#navigation-contact:hover > h1, #navigation-contact.selected > h1{
	color: #8BB597;
}
.navigation .group{
    position: relative;
}
.navigation .group:hover > .group-items{
    opacity: 0.9;
    z-index: 99;
}
.navigation .group-items{
    position: absolute;
    opacity: 0.9;
    top: 65px;
    width: 100%;
    opacity: 0;
    z-index: -1;
}
.navigation .group-items .h-center{
    background: #fff;
    padding: 5px 15px;
}
.navigation .group-items a:hover .picto, .navigation .group-items a:hover h1{
    opacity: 0.8;
}
.navigation .group-items h1{
    font-size: 12px;
    font-family: 'Aller_Lt';
    text-align: center;
    margin: 10px 0;
}
.navigation .group-items .picto{
    width: 14px;
    height: 14px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 15px;
}
#navigation-service .group-items .picto{
    background: #005B72;
}
#navigation-service .group-items h1{
    color: #005B72;
}
#navigation-portfolio .group-items .picto{
    background: #0092BC;
}
#navigation-portfolio .group-items h1{
    color: #0092BC;
}

/*-------------------------------------------*/
/*--- GRAPHISME ---*/
/*-------------------------------------------*/
.item-main{
	float: left;
	width: 50%;
	padding: 10px;
}
.item-main>div{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.item-main > div > div {
    opacity: 0.85;
    position: absolute;
    top: 100%;
    height: 100%;
    width: 100%;
    cursor: pointer;
    padding-top: 18%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.item-main > div.item-graphisme > div{
    background: #005B72;
}

.item-main>div:hover > div {
	top:30%;
}

.item-main > div.item-filtre > ul {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0% 10% 10% 0%;
}

.item-main > div.item-filtre > ul > li {
    font-family: 'Alegreya', serif;
    text-align: right;
    letter-spacing: 1px;
    font-size: 13px;
    color: #005B72;
    cursor: pointer;
}

.selected-item{
    font-weight: bold;
}

.item-main > div > div > span {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-family: 'wc_mano_negra_btaregular';
    font-weight: normal;
}

.item-main > div > div > span.line-2 {
    font-size: 10px;
    font-family: 'Alegreya', serif;
    letter-spacing: 1px;
}

.item-main > div > div > img {
    width: 12%;
    display: block;
    margin: 5% auto;
}

/*-------------------------------------------*/
/*--- GRAPHISME DETAIL ---*/
/*-------------------------------------------*/
.nav-projet {
    height: 60px;
    width: 100%;
    background: #CCC;
    margin-left: 0;
}
.nav-projet > ul {
    margin: 0 auto;
    padding: 10px;
    display: table;
}

.nav-projet > ul > li{
    float: left;
    line-height: 60px;
    padding: 0px 20px 0px 20px;
    font-family: 'Alegreya', serif;
    color: #808080;
    font-size: 10px;
    letter-spacing: 1px;
    cursor: pointer;
}
.nav-projet > ul > li.prev-projet{
    background: url(../img/fleches-nav-carousel.png) no-repeat 120% center;
}
.nav-projet > ul > li.next-projet{
    background: url(../img/fleches-nav-carousel.png) no-repeat -25% center;
}

.info-projet-left {
    display: none;
}
.info-projet-bottom {
    display: block;
}
.info-projet {
    width: 60%;
    background: #CCC;
    padding: 15px;
    /*float: left;*/
    margin: 20px auto;
}

.info-projet > span {
    display: block;
    font-family: 'Alegreya', serif;
    color: #808080;
    font-size: 10px;
    letter-spacing: 1px;
    text-align: right;
    margin: 5px 0;
    white-space: pre-line;
}

.info-projet > span.titre {
    font-family: 'bellotaregular';
    font-size: 16px;
    letter-spacing: 0px;
    color: #999;
}

.info-projet > span > a {
    color: #808080;
    text-decoration: none;
}

.images-projet {
    width: 100%;
    margin-left: 0;
    /*border: 1px solid #E6E6E6;*/
    position: relative;
}

.carousel-ctrl{
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 9999;
    line-height: 20px;
}
.carousel-ctrl > div{ 
    float: left;
    text-align: center;
    width: 10%;
    font-size: 14px;
    font-family: 'wc_mano_negra_btaregular';
    color: #005B72;
    background-size: contain;
    cursor: pointer;
}
.carousel-ctrl > div.carousel-ctrl-indic{
    width: 80%;
    background: url(../img/rond-blanc.png) no-repeat center center;
    line-height: 30px;
    cursor: default;
}
.carousel-ctrl-indic > h1 {
    margin-top: 15px;
    font-size: 14px;
}
.carousel-ctrl-left{
    height: 21px;
    background: url(../img/bouton-prev.png) no-repeat center center;
}
.carousel-ctrl-right{
    height: 21px;
    background: url(../img/bouton-next.png) no-repeat center center;
}
/*-------------------------------------------*/
/*--- ILLUSTRATION ---*/
/*-------------------------------------------*/
.item-main > div.item-illus > div{
    background: #0092BC;
}
.item-main > div.item-illus-part > span {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0% 0% 7% 10%;
    color: #FFF;
    font-size: 20px;
    font-family: 'bellotaregular';
}
.item-main > div.item-expo-dedicace {
    background: #CCC;
    position: relative;
}
.item-main > div.item-expo-dedicace > ul {
    position: absolute;
    top: 5%;
    padding: 0;
}
.item-main > div.item-expo-dedicace > ul > li {
    display: block;
    font-family: 'Alegreya', serif;
    color: #0092BC;
    font-size:12px;
    letter-spacing:1px;
    margin: 0 10%;
    line-height: 16px;
}

.item-main > div.item-expo-dedicace > ul > li.titre {
    font-family: 'bellotaregular';
    font-size: 14px;
    margin: 5% 0% 2% 10%;
}

/*-------------------------------------------*/
/*--- CONTENT ---*/
/*-------------------------------------------*/
.content-img{
    margin: 0 auto;
    border-right: 5px solid #f6a542;
    z-index: 999;
}
.content-text{
    margin-top: 10px;
    margin-bottom: 50px;
    width: 100%;
    padding: 0 10px;
    z-index: 999;
}
.content-text p{
    color: #2387a0;
    font-family: 'Aller_Lt';
    font-size: 12px;
}
.content-text p strong.head{
    color: #32A9C9;
    font-family: 'Aller_Rg';
    font-size: 12px;
}
.content-text p strong.subhead{
    color: #32A9C9;
    font-family: 'Aller_Rg';
    font-size: 12px;
}
.content-text p strong{
    font-family: 'Aller_Rg';
    font-size: 12px;
}
.content-text a{
    color: #2387a0;
    text-decoration: none;
}
.contact-btn{
    margin: 15px auto;
    opacity: 0.8;
    background: #f6a542;
    padding: 5px;
    width: 120px;
    text-align: center;
}
.contact-btn a{
    color: #fff;
    font-family: 'Aller_Rg';
}
.contact-btn:hover{
    opacity: 1;
}
/*-------------------------------------------*/
/*--- CONTACT ---*/
/*-------------------------------------------*/
.contact-mini{
    display: block;
}
.contact-maxi{
    display: none;
}
.contact-maxi > div.panel-left {
    float: left;
    width: 50%;
}

.contact-maxi > div.panel-right {
    float: right;
    width: 50%;
    margin-top: 10px;
}
.panel-coord {
    background: #CCC;
    padding: 30px;
    position: relative;
}

.panel-cg {
    background: #CCC;
    margin-top: 20px;
    width: 65%;
    padding: 10px;
    text-align: center;
    font-family: 'Alegreya', serif;
}

.panel-cg > a {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}


.panel-coord > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
}

.panel-coord div.devis {
    background: #fff;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    display: table;
    border-radius: 30px;
    text-align: center;
}

.panel-coord div.devis > a {
    text-decoration: none;
    color: #AAA;
}

.panel-coord div.devis > a > h1 {
    font-size: 10px;
}

.panel-coord div.part-devis {
    width: 30%;
    float: left;
}

.panel-coord div.part-coord {
    width: 70%;
    float: right;
    font-family: 'Alegreya', serif;
    letter-spacing: 1px;
    text-align: right;
}

.part-coord > h1 {
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
}
.part-coord > h2 {
    font-size: 12px;
    margin: 0;
}

.part-coord > h2 > a {
    text-decoration: none;
    color:#000;
    cursor: pointer;
}

.contact-mini div.panel-visite {
    margin-top: 20px;
}
.panel-visite > div.atelier {
    background: #8BB597;
    color: #fff;
    font-family: 'Alegreya', serif;
    letter-spacing: 1px;
    text-align: center;
    padding: 36px 10px 36px 10px;
}
.panel-visite > div.atelier > h1 {
    margin: 0;
    font-size: 14px;
}
.panel-visite > div.atelier > h2 {
    margin: 0;
    font-size: 10px;
}
.panel-visite > div.atelier > h2 > a {
    text-decoration: none;
    color:#fff;
    cursor: pointer;
}
.panel-visite > img{
    width: 100%;
}
.contact-maxi div.panel-cg {
    float: left;
}
.contact-maxi div.panel-left > img {
    width: 32%;
    float: right;
}
.contact-maxi div.panel-right > img {
    width: 50%;
    margin-top: 70px;
}
/*-------------------------------------------*/
/*--- FOOTER ---*/
/*-------------------------------------------*/
footer{
    border-top: 1px solid #AAA;
    margin: 20px auto;
    padding-top: 5px;
}

footer div.social a {
    float: left;
    padding-right: 5px;
}
footer div.social img {
    width: 40px;
}
footer div.social a:hover img {
    opacity: 0.8;
}

footer > div {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

footer span, footer span > a {
    font-size: 10px;
    font-family: 'Alegreya', serif;
    letter-spacing: 1px;
    color: #AAA;
    display: block;
}

footer span > a:hover {
    color: #AAA;
}


