@charset "UTF-8";
/* CSS Document */


body, html{
    margin: 0;
    padding: 0;
    height:100%;
}


body{
    height: auto !important;
    min-height: 100%; 
}

img {
    border:0;
}
.afont{
    color:#000;
    font-family:"Lucida Grande", sans-serif;
    margin-right:10px;
    text-decoration:none;
    font-size:20px;
    font-weight:bold; 
}
.afont:hover{
    opacity:1;
}

#menu {
    float:left;
    position:absolute;
    top:40px;
    left:40px;
    z-index:50;
    background:#fff6ea;
    padding:20px; 
    line-height:initial;
}

#menu img {
    margin-right:30px;
}

#exp {
    opacity:0.5;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
}

#exp:hover {
    opacity:1;
}

#infograp {
    opacity:0.5;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
}

#infograp:hover {
    opacity:1;
}

#nav{
    list-style: none;
    position: fixed;
    right: 44px;
    z-index:50;
    height:280px;
    margin-top:40px;
}

#nav li{
    margin: 0 0 10px;
    height:10px;	
}

#nav li a{
    opacity:0.2;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;

}

#nav li a:hover{
    opacity:1;

}

#nom {
    opacity:1;
    right:20px;
    position:absolute;
}
#nom li a{
    opacity:1;
    display:none;
    float:right;
    padding-top:4px;
}


/* parties */

#part1 {
    background-color:#fff;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#part1 iframe {
    background-color:#003;
    width:800px;
    height:465px;
    position:relative;
    top:50%;
    margin-top: -150px;
    left:50%;
    margin-left: -380px;
    box-shadow: 0 0 5px #333333;
}

#part1 p {
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:12px;	
    color:#000;
    position:fixed;
    bottom:96px;
    right:32px;
    text-align:center;
    z-index: 1;
}

#part1 hr {
    color:#000;
    position:fixed;
    bottom:86px;
    right:39px;
    width:40px;
    z-index: 1;
}

#part3 {
    background-color:#eee;
    position: absolute;
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#part3 #titre {
    position:absolute;
    width:216px;
    left:50%;
    margin-left:-108px;
    top:3%;	
}

#part3 li {
    list-style-type:none;
    text-align:center;
    height:341px;
    width:234px;
    position:relative;
    float:left;
    margin-right:60px;
    opacity:1;
    margin-bottom: 100px;
}

#part3 li img {
    margin-bottom:40px;
}

#part3 li p {
    font-family:"Lucida Grande", sans-serif;
    font-size:11px;	
    color:#3f3f3f;
    opacity:1;
    line-height:20px;
    margin-top : 50px;
}

#part3 li .empname {
    /* font-family:"Lucida Grande", sans-serif; */
    font-family: Verdana,Geneva,sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px solid #977c7d;
    padding-bottom: 5px;
    width: 100%;
    position: relative;
    float: left;
}

#part3 li .jobdesc{
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style:italic; 
    color: #000; 
    top:10px;
    position:relative;
}

#about {
    width: 90%;
    position: relative;
    top: 20%;
    left: 10%;

}

.teaserimg {
    position:absolute;
    width:216px;
    left:50%;
    margin-left:-108px;
    top:14%;	
}

#copyr {
    left:40px;
    z-index:0;
    position:absolute;
    bottom:0;
    float:left;
    bottom:6px;
    font-family:"Lucida Grande", sans-serif;
    font-size:9.5px;
    color:#000;
    font-weight:100;
}

.catalogimg {
    position:fixed;
    bottom:44px;
    right:40px;
    z-index: 1;
}


.opacitymenu {
    opacity:0.5;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
}

.opacitymenu:hover {
    opacity:1;
}

.empty{
    margin-top: 200px;
}

/*Catalog Section Start*/

#part2 {
    position:relative;
    margin:0;
    padding:0;
    height:100%;
    background-color:#000;	
    text-align:center;
}

#part2text {
    text-align:center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#part2text hr {
    border:none;
    width: 291px;
    color:#ffffff;
    height:2px;
    background-color:#dbe6fb;
    margin-top:20px;
    margin-bottom:65px;
}

#part2text a {
    opacity:1;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
}

#part2text a:hover {
    opacity:0.6;
}

#part2 a.cataloggetapp{
    font-family: Verdana,Geneva,sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #dbe6fb;
}

.bookshelf .thumb{
    display: inline-block;
    cursor: pointer;
    margin: 0px 0.5%;
    width: auto;
    box-shadow:0px 1px 3px rgba(0,0,0,.3);
    max-width:200px;
}
.bookshelf .thumb img{
    width:100%;
    display:block;
    vertical-align:top;
}
.bookshelf .shelf-img{
    z-index:0;
    height: auto;
    max-width: 100%;
    vertical-align: top;
    margin-top:-10px;
}
.bookshelf .covers{
    width:100%;
    height:auto;
    z-index: 99;
    position: relative;
    text-align:center;
}
.bookshelf{
    text-align: center;
    padding:0px;
}
/* Pagination */
.pagination>li>a,
.pagination>li>span {
    color: #c0392b;
}
.pagination>li>a:hover,
.pagination>li>span:hover {
    color: #c0392b !important;
}
.pagination>li.active>a {
    background-color: #c0392b !important;
    border: 0;
    color: #fff;
}

/*Catalog Section End*/

/*Share Css Start*/

#share {
    float:left;
    position:fixed;
    z-index:50;
    left:40px;
    bottom:40px;
    height:36px;
}

.shareimg{
    height:36px;
}

#share a {
    opacity:0.6;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
}

#share a:hover {
    opacity:1;
}

#content {
    width:176px;
    float:left;
    position:absolute;
    bottom: 0;
    left: 36px;
    height:36px;
    z-index:50;
    display:none;
    list-style: none;
    border-radius:0 3px 3px 0;
    background-color: rgba(71,71,71,0.4);
}

#content li {
    height:36px;
    width:44px;
    display:inline;
    float:left;

}

#content li a{
    display: flex; 
    justify-content: center; 
    text-align: center;
    opacity: 0.4; 
    height: 36px;
    cursor:pointer;
}

#content li a img{
    margin:auto;
    opacity: 0.4;
    height: 36px;
}

#content li a img:hover{
    opacity: 1;
}

/*Share Css End*/