html, body {
    height: 100%;
}

html, hmtl a{
    width:100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body{
    background:#2F3238;
    color:#7F8289;
    font-weight:300;
    font-size:16px;
    font-family: 'Titillium Web', sans-serif;
}

.logo {
    width: 60%;
    position:absolute;
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;
    overflow:auto;
    z-index: 100;
}

#slider-footer {
    opacity: 100;
}

.strong-white {
    color: #fff;
    font-weight: bold;
}

a{
    color:#DE5E60;
    text-decoration: none;
    /*cursor: pointer;*/

    -webkit-transition: color 0.1s linear 0s;
    -moz-transition: color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s;
    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
    outline: 0;
    color:#FFFFFF;
    text-decoration:none;
}

a img {
    border: none;
}

a > img {
    vertical-align: bottom;
}

img {
    max-width: none;
}

strong {
    font-weight: 500;
}

p {
    margin: 0 0 30px;
}

.cursor {
    cursor: pointer;
}

hr {
    border: none #3C3F45;
    border-top-style: dashed;
    margin: 50px 0;
}

.align_left{
    float:left;
    margin:0 25px 0 0px!important;
}

.align_right{
    float:right;
    margin:0 0 0 25px!important;
}

.text_align_left {
    text-align: left;
}

.text_align_center {
    text-align: center;
}

.text_align_right {
    text-align: right;
}

.color-text {
    color: #DE5E60;
}

.through{
    text-decoration:line-through;
}

input, button, select, textarea {
    font-weight: 300;
    font-family: 'Titillium Web', sans-serif;
    outline: 0;
}

input:focus,
textarea:focus,
input[type="text"]:focus {
    outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #7F8289;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #7F8289;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #7F8289;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin:0 0 20px 0;
    color:#FFFFFF;
    font-weight:300;
    font-family: 'Titillium Web', sans-serif;
    line-height:1.5em;
}

h1{
    font-size:48px;
}

h2{
    font-size:36px;
}

h3{
    font-size:24px;
}

h4{
    font-size:20px;
}

h5{
    font-size:18px;
}

h6{
    font-size:16px;
}

h3.spec {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.margin-0{
    margin-bottom:0 !important;
}

.margin-10{
    margin-bottom:10px !important;
}

.margin-15{
    margin-bottom:15px !important;
}

.margin-20{
    margin-bottom:20px !important;
}

.margin-30{
    margin-bottom:30px !important;
}

.margin-40{
    margin-bottom:40px !important;
}

.margin-50{
    margin-bottom:50px !important;
}

.margin-60{
    margin-bottom:60px !important;
}

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

.margin-80{
    margin-bottom:80px !important;
}

header {
    width: 100%;
    z-index: 99;
}

header .sticky-nav {
    position: relative;
    width: 100%;
    height: 60px;
    background: #26292E;
    z-index: 1001;

    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

header .sticky-nav.stuck {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}

header #logo {
    width: 200px;
    color: #FFFFFF;
    float: left;
    padding: 15px 0;
    margin-left: 20px;
}

header #logo a {
    /*background: url(../img/logo.png) no-repeat;*/
    /*width: 200px;*/
    /*height: 30px;*/
    /*text-indent: -9999px;*/
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transition: opacity 0.25s ease-in-out 0s;
    -moz-transition: opacity 0.25s ease-in-out 0s;
    -o-transition: opacity 0.25s ease-in-out 0s;
    transition: opacity 0.25s ease-in-out 0s;
}

header #logo a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

nav#menu {
    float: right;
    margin-right: 20px;
}

nav#menu #menu-nav {
    margin: 0;
    padding: 0;
}

nav#menu #menu-nav li {
    list-style: none;
    display: inline-block;
    margin-left: 30px;
}

nav#menu #menu-nav li:first-child {
    margin-left: 0;
}

nav#menu #menu-nav li a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 60px;
    display: block;
    text-transform: uppercase;
}

nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover {
    color: #DE5E60;
}


#mobile-nav {
    display: none;
}

.menu-nav {
    background:url(../media/menu-mobile.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    margin: 22px 0 0 0;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);

    -webkit-transition: -webkit-transform 250ms ease-out 0s;
    -moz-transition: -moz-transform 250ms ease-out 0s;
    -o-transition: -o-transform 250ms ease-out 0s;
    transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
    background-position: 0 -16px;

    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);

    -webkit-transition: -webkit-transform 250ms ease-out 0s;
    -moz-transition: -moz-transform 250ms ease-out 0s;
    -o-transition: -o-transform 250ms ease-out 0s;
    transition: transform 250ms ease-out 0s;
}

#navigation-mobile {
    display: none;
    text-align: center;
    width: 100%;
    background: #26292E;
    border-bottom: 1px solid #2F3238;
    position: relative;
    float: left;
    z-index: 9999;
}

#navigation-mobile li {
    list-style: none;
    border-top: 1px solid #2F3238;
}

#navigation-mobile li a{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px 0;
}

.page {
    background-color: rgba(38, 41, 46, 0.9);
    padding: 100px 0;
    position: relative;
    /*z-index: 98;*/
}

.page-alternate {
    background: #26292E;
    /*background-color: rgba(38, 41, 46, 0.95)*/
    padding: 100px 0;
    position: relative;
    /*z-index: 98;*/
}

.title-page {
    text-align: center;
    margin-bottom: 100px;
}

.title-page .title {
    font-size: 48px;
    margin: 0 0 10px 0
}

.title-page .title-description {
    font-size: 24px;
    font-weight: 200;
    margin: 0;
}

footer {
    position: relative;
    width: 100%;
    height: auto;
    background: #26292E;
    text-align: center;
    z-index: 99;
}

footer .credits {
    color: #FFFFFF;
    font-size: 13px;
    margin-bottom: 0;
    padding: 20px 0;
    text-transform: uppercase;
}

#back-to-top {
    display: none;
    background-color: #3C3F45;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 99;

    -webkit-transition: background 0.1s linear 0s;
    -moz-transition: background 0.1s linear 0s;
    -o-transition: background 0.1s linear 0s;
    transition: background 0.1s linear 0s;
}

.social-icons {
    margin: 0;
    padding: 0;
}

.social-icons li {
    display: inline-block;
    margin-left: 15px;
}

.social-icons li:first-child {
    margin-left: 0;
}

.social-icons li a{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1em;
    width: 16px;
    height: 16px;

    opacity: 0.3;
    filter: alpha(opacity=30);

    -webkit-transition: opacity 0.1s linear 0s;
    -moz-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    transition: opacity 0.1s linear 0s;
}

.social-icons li a:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}

.work-nav #filters {
    margin: 0;
    padding: 0;
    list-style: none;
}

.work-nav #filters li {
    margin: 0 0 30px 0;
    padding: 0;
}

.work-nav #filters li a {
    color: #7F8289;
    font-size: 16px;
    display: block;
}

.work-nav #filters li a:hover {
    color: #FFFFFF;
}

.work-nav #filters li a.selected {
    color: #DE5E60;
}

#back-to-top:hover {
    background-color:#DE5E60;
}

#back-to-top i {
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    line-height: 1em;
}

#back-to-top i {
    margin-left: -7px;
}

.profile-description {
    color: #fff;
    text-align: center;
}

.image-wrap {
    width: 210px;
    height: 140px;
 /*   border: 2px solid red;  */
    margin: 0 auto 20px;
}

.camion {
    background: url("../media/pics/camion.png") no-repeat center;
    background-size: contain;
}

.sketchup {
    background: url("../media/pics/sketchup.png") no-repeat center;
    background-size: contain;
}

.bar {
    background: url("../media/pics/logo_enclume.png") no-repeat center;
    background-size: contain;
}

.header-logos {
    height: 60px;
    line-height: 60px;
    z-index: 101;
}

.my-gallery {
    width: 100%;
    float: left;
}
.my-gallery img {
    width: 100%;
    height: auto;
}
.my-gallery figure {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    width: 150px;
}
.my-gallery figcaption {
    display: none;
}

.my-gallery-med {
    width: 100%;
    float: left;
}
.my-gallery-med img {
    width: 100%;
    height: auto;
}
.my-gallery-med figure {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    width: 200px;
}
.my-gallery-med figcaption {
    display: none;
}

/*
.my-gallery-prix {
    width: 100%;
    float: left;
}
.my-gallery-prix img {
    width: 100%;
    height: auto;
}
.my-gallery-prix figure {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    width: 150px;
}*/
.my-gallery-prix figcaption {
    display: none;
}

.cadreprix {
/*   border-color: #FF0000;
    background-color: black; */
    	position: relative;
        width: 326px;
        height: 150px;
    border-radius: 10px;
    margin: 10px auto;
}

.cadreprix:hover {
    border-color: #d1d2d2;
    cursor: pointer;
}

.cadreprixtxt {
	position: absolute;
    top: 60px;
    right: 0;
	text-align: right;
	padding-right: 20px;
}

.cadreprixphoto {
    position: absolute;
    top: 10px;
    left: 10px;
}

.sous-titre {
font-size: 18px;
color: #AAAAAA;
}

/* ==================================================
   Contact Section
================================================== */

.contact-details h3 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1em;
    text-transform: uppercase;
}

.contact-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-details ul li {
    margin: 0 0 20px;
    line-height: 28px;
    padding: 0;
}

#contact-form {
    margin-bottom: 0;
}

#contact-form p {
    margin-bottom: 1px;
}

#contact-form input,
#contact-form textarea {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    background: #373a40;
    color: #FFFFFF;
    font-size: 16px;
    height: auto;
    padding: 15px;
    margin: 0;

    resize: none;
}

#contact-form input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
    resize: vertical;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact-form .submit {
    background: #3C3F45;
    color: #23262C;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
    margin-top: 30px;

    -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
    background: #DE5E60;
    color: #FFFFFF;
}

#response {
    margin-top: 20px;
    color: #FFFFFF;
}


.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    /*background: transparent url(../images/pattern.png) repeat top left;*/
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background: none no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 18s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) span {
    background-image: url(../media/wallpaper/table_lumineuse.jpg);
    background-size: cover;
}
.cb-slideshow li:nth-child(2) span {
    background-image: url(../media/wallpaper/enclume.jpg);
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../media/wallpaper/bague_large.jpg);
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../media/wallpaper/microperf.jpg);
    animation-delay: 18s;
}

.cb-slideshow li:nth-child(2) div {
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
    animation-delay: 18s;
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        transform: scale(1.1) rotate(1deg);
    }
    85% {
        opacity: 0;
        transform: scale(1.1) rotate(3deg);
    }
    100% { opacity: 0 }
}

.no-cssanimations .cb-slideshow li span{
    opacity: 1;
}

.medhover:hover{
  transform: scale(1.15); 
}