/*
* LOGIC - Premium HTML5 Template by Designova
* Build: Feb 2015;
* Update v1.1 - 07 March 2015
* Author: Designova, http://www.designova.net
* Copyright (C) 2015 Designova
* This is a premium product. For licensing queries please contact info@designova.net
*/


/* Table of contents
–––––––––––––––––––––––––––––––––––––––––––––––––– 
- 1. Common
- 2. Header
- 3. Footer
- 4. Navigation
- 5. Pages
- 6. Utilities
*/


/* 1. Common
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html, body {
    overflow-x: hidden;
}

p {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
}


/*Preloader*/
html.preloader-running, body.preloader-running {
    overflow: hidden;
}

html.preloader-running .sticky-sidebar {
    display: block;
}

div#preloader {
    background: none repeat scroll 0 0 white;
    height: 100%;
    left: 40px;
    position: fixed;
    top: 40px;
    width: 100%;
    z-index: 99999;
}

div#preloader.fluidview {
    left: 0px;
}

#status {
    width: 200px;
    height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
    margin: -100px 0 0 -100px;
}



/*Sticky Panels*/
.sticky-panel {
    position: fixed;
    z-index: 999;
}

.sticky-panel-top {
    top: 0;
    width: 100%;
    height: 40px;
}

.sticky-panel-right {
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
}

.sticky-panel-bottom {
    bottom: 0;
    width: 100%;
    height: 40px;
}

.sticky-panel-left {
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
}


/* 2. Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.masthead {
    position: fixed;
    top: 0;
    height: 40px;
    width: 100%;
    z-index: 999;
}

.main-logo {
    position: fixed;
    top: 0;
    right: 40px;
}

/* 3. Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mastfoot {
    margin: 50px 40px;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 60px;
}

.mastfoot-intro {
    margin: 0 80px 60px;
    padding: 40px;
    padding-top: 20px;
}

.mastfoot h2 {
    font-size: 18px;
    line-height: 36px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.mastfoot h6 {
    font-size: 124px;
    line-height: 131px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.foot-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.foot-list li {
    font-size: 11px;
    line-height: 19px;
    padding: 5px 0;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.foot-list li a {
    border-bottom: solid 1px #888;
}

.copyright {
    margin-top: 10px;
    font-size: 13px;
    line-height: 23px;
}
/* 4. Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav.mastnav {
}

/* 5. Pages
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mastwrap {
}

.innerwrap {
    margin: 40px;
    margin-bottom: 0;
}

.sidestamp {
    text-align: center;
}

.sidestamp h2 {
    font-size: 32px;
    line-height: 39px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sidestamp h6 {
    font-size: 100px;
    line-height: 80px;
    /*line-height: 131px;*/
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.fixed-sidestamp {
    position: fixed;
    top: 0px;
    left: 0px;
}

.common-content {
    padding: 10%;
}

.main-caps {
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
    /*letter-spacing: 8px;*/
    letter-spacing: 0px;
}

.main-caps-big {
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 8px;
}

.thumb-icon {
    font-size: 84px;
    line-height: 84px;
}


/*INTRO VARIANTS*/
.intro-01 {
    padding: 80px 0px;
}

.intro-innerwrap {
    margin: 40px 120px;
}

.intro-01 h2 {
    font-size: 32px;
    line-height: 39px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.intro-01 h6 {
    font-size: 124px;
    line-height: 131px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.intro-02 {
    margin: 0;
    padding: 80px 160px;
}

.intro-02 h6 {
    margin-bottom: 30px;
}

.intro-02 h6 > span > a {
    font-size: 96px;
    line-height: 116px;
    border-bottom: solid 4px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.intro-04 {
    margin: 0;
    padding: 80px;
}

.intro-04 h6 {
    margin-bottom: 30px;
}

.intro-04 h6 > span > a {
    font-size: 96px;
    line-height: 96px;
    border-bottom: solid 4px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.intro07-caption {
    font-size: 64px;
    line-height: 71px;
    border-bottom: solid 4px;
}

.intro-08-slide {
    padding: 80px 0px;
}

.intro-08-slide h2 {
    font-size: 32px;
    line-height: 39px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.intro-08-slide h6 {
    font-size: 124px;
    line-height: 131px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.intro-08-slide .promo-icon {
    font-size: 124px;
    line-height: 124px;
}

.intro09-carousel .item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.intro09-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    padding: 0px 20px 8px 20px;
    background-image: url('../images/view.png');
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.intro09-carousel .item:hover .intro09-overlay {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.intro09-overlay a {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.intro09-overlay h1 {
    margin: 0;
}

.intro09-overlay h1>span {
    font-size: 14px;
    line-height: 21px;
    text-transform: none;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.intro09-carousel .owl-prev, .intro09-carousel .owl-next {
    padding: 10px;
}

.intro09-carousel .item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.intro11-bg{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/*showcaseS*/
.showcase-carousel {
    /*cursor: url("../images/drag.png") 80 80, crosshair;*/
    /*-webkit-transition: all .4s ease-in-out;*/
    /*-moz-transition: all .4s ease-in-out;*/
    /*-ms-transition: all .4s ease-in-out;*/
    /*-o-transition: all .4s ease-in-out;*/
    /*transition: all .4s ease-in-out;*/
}

.showcase-carousel .item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.showcases-overlay {
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.showcase-carousel .item:hover .showcases-overlay {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.showcases-overlay a {
    /*cursor: url("../images/view.png") 40 40, crosshair;*/
    /*-webkit-transition: all .4s ease-in-out;*/
    /*-moz-transition: all .4s ease-in-out;*/
    /*-ms-transition: all .4s ease-in-out;*/
    /*-o-transition: all .4s ease-in-out;*/
    /*transition: all .4s ease-in-out;*/
}

.showcases-overlay h1 {
}

.showcases-overlay h1>span {
    font-size: 72px;
    line-height: 79px;
    border-bottom: solid 4px;
    text-transform: none;
}

.showcase-carousel .owl-prev, .showcase-carousel .owl-next {
    padding: 10px;
}

.showcase-carousel .item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/*photography*/
.photography-carousel {
    /*cursor: url("../images/view.png") 80 80, crosshair;*/
    /*-webkit-transition: all .4s ease-in-out;*/
    /*-moz-transition: all .4s ease-in-out;*/
    /*-ms-transition: all .4s ease-in-out;*/
    /*-o-transition: all .4s ease-in-out;*/
    /*transition: all .4s ease-in-out;*/
}

.photography-carousel .item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.photography-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.photography-carousel .item:hover .photography-overlay {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.photography-overlay a {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.photography-overlay h1 {
    margin-bottom: 10px;
}

.photography-overlay h1>span {
    border: 2px solid;
    font-size: 12px;
    letter-spacing: 4px;
    line-height: 19px;
    margin-bottom: 0;
    padding: 5px 5px 5px 7px;
    text-transform: uppercase;
}

.photography-carousel .owl-prev, .photography-carousel .owl-next {
    padding: 10px;
}

.trans-dark-bg {
    background-color: rgba(0,0,0,0.8);
}


/*LOOKBOOK*/
/*.lookbook-carousel {*/
/*    cursor: url("../images/drag.png") 80 80, crosshair;*/
/*    -webkit-transition: all .4s ease-in-out;*/
/*    -moz-transition: all .4s ease-in-out;*/
/*    -ms-transition: all .4s ease-in-out;*/
/*    -o-transition: all .4s ease-in-out;*/
/*    transition: all .4s ease-in-out;*/
}

.lookbook-carousel .item {
    background-repeat: no-repeat;
    background-position: center center;
}

.lookbook-overlay {
    padding: 20px 0 30px 0;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.lookbook-carousel .item:hover .lookbook-overlay {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.lookbook-overlay a {
    /*cursor: url("../images/view.png") 40 40, crosshair;*/
    /*-webkit-transition: all .4s ease-in-out;*/
    /*-moz-transition: all .4s ease-in-out;*/
    /*-ms-transition: all .4s ease-in-out;*/
    /*-o-transition: all .4s ease-in-out;*/
    /*transition: all .4s ease-in-out;*/
}

.lookbook-overlay h1 {
}

.lookbook-overlay h1>span {
    border: 2px solid;
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 21px;
    margin-bottom: 0;
    padding: 10px 10px 10px 14px;
    text-transform: uppercase;
}

.lookbook-carousel .owl-prev, .lookbook-carousel .owl-next {
    padding: 10px;
}


/*ABOUT*/
.about-caps {
}

.stats-info {
    opacity: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.stats-block:hover .stats-info {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.stats-info h3 {
    margin-left: 30px;
    margin-top: 30px;
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 0;
}

.stats-info h6 {
    margin-left: 30px;
    margin-top: 5px;
    font-size: 16px;
    line-height: 23px;
}

.calltoaction h5 {
    font-size: 24px;
    line-height: 31px;
}


/*PRICING*/
#ws .price {
    border: 2px solid;
    margin: 10px;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#ws .price:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#ws .price h1 {
    font-size: 64px;
    line-height: 71px;
    font-weight: 200;
    margin-top: 15px;
}

#ws .price h5 {
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 4px;
    font-weight: 200;
    margin-top: -10px;
    margin-bottom: 50px;
}

#ws .price h6 {
    font-size: 16px;
    font-weight: 200;
    font-style: italic;
}

#ws .price p {
    font-size: 14px;
    line-height: 28px;
}

#ws .price-specs {
    border-top: solid 2px;
    border-bottom: solid 2px;
    padding: 20px 0;
    margin: 20px 0;
    padding-bottom: 40px;
}

.pricing-button {
    padding: 30px 0 10px 0;
}

.price i {
    display: block;
    font-size: 80px;
}

/*WORKS*/

.works-filter-panel {
    position: fixed;
    left: 100px;
    z-index: 1000;
}

.works-filter-wrap {
    /*margin-top: 10px;*/
    margin-bottom: 35px;
    margin-top: 100px;
}

.works-filter {
    list-style: none;
    padding: 0;
    margin: 0;
}

.works-filter li {
    display: inline-block;
}

.works-filter li a {
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000000;
}

.works-filter li:after {
    content: '/';
    margin-left: 10px;
    margin-right: 10px;
}

.works-filter li:last-child:after {
    display: none;
}

.works-list {
    padding: 65px;
    text-align: left;
}

.works-list h2 {
    font-size: 24px;
    line-height: 31px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.works-list h6 {
    font-size: 48px;
    line-height: 55px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.works-list p {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.works-list-wrap a .works-list * {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.works-list-wrap a:hover .works-list * {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.works-list img {
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 60px;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    border: solid 2px;
}

.works-list-wrap a:hover .works-list img {
    opacity: 1;
}


/*GRID*/
.works-container {
    overflow: hidden;
}

.works-item {
    margin: 0;
    padding: 0;
    width: 20%;
}

.works-item a {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    z-index: 100;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-align: center;
}

.works-item a:hover {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.info a:hover {
    /*cursor: url("../images/plus.png") 40 40, crosshair;*/
    /*-webkit-transition: all .4s ease-in-out;*/
    /*-moz-transition: all .4s ease-in-out;*/
    /*-ms-transition: all .4s ease-in-out;*/
    /*-o-transition: all .4s ease-in-out;*/
    /*transition: all .4s ease-in-out;*/
}

.zoom a:hover {
    /*cursor: url("../images/zoom.png") 40 40, crosshair;*/
    /*-webkit-transition: all .4s ease-in-out;*/
    /*-moz-transition: all .4s ease-in-out;*/
    /*-ms-transition: all .4s ease-in-out;*/
    /*-o-transition: all .4s ease-in-out;*/
    /*transition: all .4s ease-in-out;*/
}

.works-item-inner {
    text-align: center;
}

.works-item h2 {
    font-size: 32px;
    line-height: 39px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.works-item h6 {
    font-size: 124px;
    line-height: 131px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.works-item-inner h3 > span {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: solid 2px;
    padding: 10px;
    padding-left: 14px;
    margin-bottom: 0;
}

.works-item a:hover 
        .works-item-inner h3 {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.works-item-fade {
    opacity: 0.1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.works-item-fade a {
    display: none !important;
}

/*SERVICES*/
.service-icon i {
    display: block;
    font-size: 64px;
}

.service-icon h4 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
}

/*TEAM*/

.team-block h3 {
    font-size: 13px;
    line-height: 20px;
    padding: 10px;
    text-align: center;
}
      
/*NEWS*/
.news-list {
    padding: 80px;
    text-align: left;
}

.news-list h2 {
    font-size: 24px;
    line-height: 31px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.news-list h6 {
    font-size: 48px;
    line-height: 55px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.news-list p {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.news-list-wrap a .news-list * {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.news-list-wrap a:hover .news-list * {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.news-list img {
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 80px;
    height: 80px;
    width: 80px;
    margin-top: -40px;
}

.news-list-wrap a:hover .news-list img {
    opacity: 1;
}

.news-share-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 25px;
}

.news-share-icons li {
    opacity: 1;
    display: inline-block;
    margin: 0 5px;
}


/*GRID*/
.news-container {
    overflow: hidden;
}

.news-item {
    margin: 0;
    padding: 0;
    width: 33.33%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.news-item:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.news-item img {
    border-bottom: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.news-item:hover img {
    border: solid 20px #e60918;
    border-bottom: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.news-item em {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    background-image: url('../images/news-hint.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}

.news-item a {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.news-item a:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.info a:hover {
    /*cursor: url("../images/plus.png") 40 40, crosshair;*/
    /*-webkit-transition: all .4s ease-in-out;*/
    /*-moz-transition: all .4s ease-in-out;*/
    /*-ms-transition: all .4s ease-in-out;*/
    /*-o-transition: all .4s ease-in-out;*/
    /*transition: all .4s ease-in-out;*/
}

.zoom a:hover {
    /*cursor: url("../images/zoom.png") 40 40, crosshair;*/
    /*-webkit-transition: all .4s ease-in-out;*/
    /*-moz-transition: all .4s ease-in-out;*/
    /*-ms-transition: all .4s ease-in-out;*/
    /*-o-transition: all .4s ease-in-out;*/
    /*transition: all .4s ease-in-out;*/
}

.news-item-inner {
    text-align: left;
    padding: 90px;
}

.news-item h5 {
    font-size: 18px;
    line-height: 25px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.news-item h5>span {
    font-size: 18px;
    line-height: 25px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.news-item h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 21px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.news-item h1 {
    font-size: 24px;
    line-height: 36px;
    text-transform: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.news-title-liner {
    width: 30px;
    height: 4px;
    display: inline-block;
}

.news-item-fade {
    opacity: 0.1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.news-item-fade a {
    display: none !important;
}

/*INTRO MASONRY*/

/*GRID*/
.masonry-container {
    overflow: hidden;
}

.masonry-item {
    margin: 0;
    padding: 0;
    width: 33.33%;
}

.info a:hover {
    /*cursor: url("../images/plus.png") 40 40, crosshair;*/
    /*-webkit-transition: all .4s ease-in-out;*/
    /*-moz-transition: all .4s ease-in-out;*/
    /*-ms-transition: all .4s ease-in-out;*/
    /*-o-transition: all .4s ease-in-out;*/
    /*transition: all .4s ease-in-out;*/
}

.zoom a:hover {
    /*cursor: url("../images/zoom.png") 40 40, crosshair;*/
    /*-webkit-transition: all .4s ease-in-out;*/
    /*-moz-transition: all .4s ease-in-out;*/
    /*-ms-transition: all .4s ease-in-out;*/
    /*-o-transition: all .4s ease-in-out;*/
    /*transition: all .4s ease-in-out;*/
}

.masonry-item-inner {
    opacity: 0;
    text-align: left;
    padding: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.masonry-item:hover .masonry-item-inner {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.masonry-item:hover .masonry-item-inner {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.masonry-item h3 {
    font-size: 24px;
    line-height: 31px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.masonry-item h3>span {
    border: 2px solid;
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 21px;
    margin-bottom: 0;
    padding: 10px 10px 10px 14px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.masonry-item p {
    margin-top: 30px;
    font-size: 20px;
    line-height: 27px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.masonry-title-liner {
    width: 30px;
    height: 4px;
    display: inline-block;
}

.masonry-item-fade {
    opacity: 0.1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.masonry-item-fade a {
    display: none !important;
}

    
/* Portfolio Isotope Transitions */ 

    .isotope, .isotope .isotope-item {
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -ms-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
    }
    
    .isotope {
        -webkit-transition-property: height, width;
        -moz-transition-property: height, width;
        -ms-transition-property: height, width;
        -o-transition-property: height, width;
        transition-property: height, width;
    }
    
    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }
    
    .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -ms-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
    }



/*SINGLE PROJECT PAGE*/
.project-carousel .item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.project-carousel {
    /*cursor: url("../images/drag.png") 80 80, crosshair;*/
    /*-webkit-transition: all .4s ease-in-out;*/
    /*-moz-transition: all .4s ease-in-out;*/
    /*-ms-transition: all .4s ease-in-out;*/
    /*-o-transition: all .4s ease-in-out;*/
    /*transition: all .4s ease-in-out;*/
}

.project-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.project-nav-list li {
    display: inline-block;
    margin: 0 10px;
}

.project-nav-list li:after {
    content: ' | ';
    font-size: 48px;
    list-style: 55px;
}

.project-nav-list li:last-child:after {
    display: none;
}

.project-nav-list li a {
    font-size: 48px;
    list-style: 55px;
}

.project-spec-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 40px;
}

.project-spec-list li {
    margin-bottom: 10px;
}

.project-spec-list li > span {
    font-size: 16px;
    list-style: 23px;
    border-bottom: solid 1px;
}

.project-spec-list li > span > em {
    font-style: normal;
}


/*CONTACT*/

.contact {
}

.contact-form {
}
/*contact form*/

.email-wrap {
    padding-top: 20px;
}

.contact-mail {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}

.contact-form-wrap {
}

.contact-item {
}

input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 300 !important;
    margin-bottom: 0px !important;
    padding: 10px 0 !important;
    width: 100%;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

input:focus, textarea:focus {
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

textarea {
    background: url('../images/textarea.png') repeat !important;
    border: none !important;
    border-bottom: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 40px !important;
    font-weight: 300 !important;
    margin-top: 30px !important;
    margin-bottom: 0px !important;
    padding: 10px 0 !important;
    resize: none;
    width: 100%;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

input.send_message {
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 120px;
}

input.send_message:hover {
}

fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}

fieldset h1 {
    font-size: 24px;
}

.contact-label-box {
    font-weight: 300;
    font-size: 24px;
    line-height: 31px;
    padding: 30px 20px;
    text-align: center;
}

.contact-label-box > span {
    display: block;
    margin-right: 10px;
}

.contact-label-box > span > img {
    height: 60px;
    width: 60px;
}

.contact-label-box a:hover {
    text-decoration: none;
}

.contact .alert {
    box-shadow: none;
    border: none;
    border-radius: 0;
    text-shadow: none;
    font-size: 12px;
    line-height: 19px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
}

.btn-wrap {
    /*margin-top: 30px;*/
}

.space-left {
    margin-left: 1%;
}

.alert {
    margin-top: 0px;
    border-radius: 0px;
    padding: 5px;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

.alert > p {
    text-shadow: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}

.contact-address {
    font-size: 11px;
    font-weight: 200;
    line-height: 16px;
}
.contact-address2 {
    font-size: 9px;
    font-weight: 200;
    line-height: 16px;
}

.email-wrap {
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
}


/* 6. Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/*Buttons*/
.btn-logic {
    margin-bottom: 100px;
    border-radius: 0px;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 4px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-logic-big {
    border-radius: 0px;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-logic:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-logic-white {
    border: solid 2px #fff;
    background: transparent;
    color: #fff;
}

.btn-logic-white:hover {
    border: solid 2px #fff;
    background: #fff;
    color: #000;
}

.btn-logic-dark {
    border: solid 2px #000;
    background: transparent;
    color: #000;
}

.btn-logic-dark:hover {
    border: solid 2px #000;
    background: #000;
    color: #fff;
}

.btn-logic-color {
    border: solid 2px;
    background: transparent;
}

.btn-logic-color:hover {
    border: solid 2px;
    color: #fff;
}

a.scroll-down-slide {
    position: absolute;
    bottom: 80px;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    left: 50%;
    z-index: 900;
}

.ease {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.ease:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.add-top {
    margin-top: 120px;
}

.add-bottom {
    margin-bottom: 120px;
}

.add-top-half {
    margin-top: 60px;
}

.add-bottom-half {
    margin-bottom: 60px;
}

.add-top-quarter {
    margin-top: 30px;
}

.add-bottom-quarter {
    margin-bottom: 30px;
}

.pad-top {
    padding-top: 100px;
}

.pad-bottom {
    padding-bottom: 100px;
}

.pad-top-half {
    padding-top: 60px;
}

.pad-bottom-half {
    padding-bottom: 60px;
}

.pad {
    padding-left: 20px;
    padding-right: 20px;
}

.pad-common {
    padding: 100px;
}

.remove-top {
    margin-top: 0;
}

.remove-bottom {
    margin-bottom: 0;
}

.remove-bottom {
    margin-bottom: 0;
}

.remove-pad-top {
    padding-top: 0;
}

.remove-pad-bottom {
    padding-bottom: 0;
}

.mob-center > .img-responsive {
    display: inline-block;
}

.no-gutter {
    padding: 0px !important;
}

.no-pad {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}

.valign {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.img-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
/*this class will be activated on mobile devices in order to switch off the parallax effect*/
.parallax-off {
    background-attachment: scroll !important;
    background-size: cover !important;
}

.poster-img {
    background: url(../images/poster.jpg) center center no-repeat !important;
    background-size: cover !important;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*end of all main styles*/




/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*Please compile all LESS rules to CSS rules and copy them below. 
More info provided in PDF user-guide that comes within your download pack*/
/*–––––––––––––––––––––––––––––––––––––––––––––––––– */

.fond_noir{
    background-color: rgba(1, 1, 1, 0.8) !important;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.fond_noir h1 {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 0;
    margin-left: 30px;
    margin-top: 30px;
    text-transform: none;
}
.fond_noir h3 {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 0;
    margin-left: 30px;
    margin-top: 30px;
}
.fond_noir h6 {
    text-align: justify;
    font-size: 16px;
    line-height: 23px;
    margin-left: 30px;
    margin-top: 5px;
    margin-right: 30px;
}

.text_atelier{
    background-color: rgba(255, 255, 255, 0.3);
    padding: 25px;
    text-align: justify;
}

.active{
	color: #e60918 !important;
}

.haut_noir{
    background-color: #000000;
    width: 100%;
    height: 40px;
    padding: 8px 3%;
}
.haut_noir p{
    color: #ffffff;
    font-weight: normal !important;
}
.haut_noir a{
    color: #ffffff;
    font-weight: normal !important;
}
.haut_noir a:hover{
    color: #e60918;
}
.gauche{
    text-align: right;
    float: left; width: 60%;
}
.droite{
    text-align: right;
    float: right; width: 40%;
}

.droitetel{
    text-align: right;
    float: right; width: 40%;
      margin: -27px 40px 0 0;
}

.font4.blue {
	color: #e60918;
}


/*RAJOUT CAR MARCHE PAS SOUS CHROME*/
.font4thin {
    font-family: "designova_hgr_thin",sans-serif;
    
}
.color {
	color: #e60918 !important;;
}
.white {
    color: #ffffff;
}
.dark-bg {
    background-color: #292929;
}
.color-bg {
    background-color: #e60918 !important;
}
.silver-bg {
    background-color: #f1f1ef;
}
.divcontact{
    margin-bottom: 3%;
}
.alert {
    background-color: #e60918 !important;
    float: right;
    height: 50px;
    margin: 3px 0 0;
    padding: 15px;
    width: 50%;
}
.alert p {
    color: #ffffff;
}
.font4 {
    font-family: "designova_hgr_regular",sans-serif;
}
.dark {
    color: #292929;
}
a {
    color: #121212;
}
a:hover {
    color: #e60918 !important;
}
.nosoffres{
    font-size: 30px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}
.titreoffres{
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
    font-family: "designova_hgr_bold",sans-serif;
    letter-spacing: 0;
    line-height: 25px;
    text-transform: uppercase;
}
#map{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}
/*FIN RAJOUT CAR MARCHE PAS SOUS CHROME*/

.inter18{
    line-height: 18px;
}
.inter80{
    line-height: 80px !important;
}

#main_nav a:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}
/*AFFICHE / CACHE DIV*/
.bouton
{
    /*background-image: url("../images/logo_tel.png");*/
    /*background-position: 100% center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 3% 100%;*/
    cursor:pointer;
}
.bouton:hover
{
    text-decoration:underline;
}
.bouton.droite {
    width: 17px;
}
.texte
{
    border:1px solid #333333;
    background:#eeeeee;
    padding:10px;
    color:#333333;
}
.texte:hover
{
    border:1px solid #000000;
    background:#cccccc;
    color:#000000;
}
/*FIN AFFICHE / CACHE DIV*/


.works-filter li a.active span {
    color: #e60918 !important;
}
.bordure_offres{
    border-right: 1px solid #000000;
}
.offres{
    text-align: center;
}
.col-md-4.col-sm-4.col-xs-6.no-pad.stats-block.offres > p {
    text-align: justify;
    line-height: 17px;
    padding: 15px 40px;
}
.margeoffre{
    margin: 55px 0 30px 0;
}


/*.works-item a {*/
/*    margin: 166px 107px !important;*/
/*    padding: 0 !important;*/
/*    height: auto !important;*/
/*    width: auto !important;*/
/*}*/

.works-item a:hover {
    /*background-color: rgba(255, 0, 0, 0) !important;*/
    background-color: transparent !important;
}
.works-item .img-responsive{
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}
.works-item .img-responsive:hover{
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}
.works-item-inner h3 > span {
    background: none repeat scroll 0 0 red;
}
.txindex {
    font-size: 20px;
    line-height: 30px;
}
.reseaufooter {
    text-transform: uppercase;
}
.class400px{
    height: 400px !important;
}
.inter18.margeipad , .add-top-quarter{
    font-size: 15px;
    line-height: 25px;
}
.logo11{
    width: 11%; height: 11%;
}

.marge0 {
    margin-top: 0px;
}

.textefooter{
    font-size: 16px;
}

.hover_index{
background: rgba( 41, 41, 41, 0.5);
width:100%;
padding: 34% 0; /* espace interne du conteneur */
text-align:center; 
}
.hover_index > span{
padding:10px; /* aération interne des blocs */
margin:0 10px; /* espacement horizontal entre les blocs */
width:100%;
border:1px solid #fff;
display:inline-block;
vertical-align:middle;
text-align:left; /* on rétablit l'alignement du texte */
}
.lien_blanc{
    color:#ffffff;text-transform: uppercase;
}
.titre_tarif{
    margin: 100px 0 50px 0;
    text-align: center;
}
.fond_tableau{
    background-color: #dddddd;
}
.petit_tx_tab{
    font-size: 9px;
}
.case_tableau {
    padding: 5px 10px 5px 0;
    text-align: right;
}
.lien_livre_photo{
    color:rgb(230, 9, 24);
}
.logo_dl {
    float: left;
    height: auto;
    margin: 7px 10px 10px 0;
    width: 140px;
}
.font4thin.dark.color.font_titre_index {
    font-size: 100px;
}
.align-droite{
    text-align: right;
}
.champs_obligatoire{
    margin: -100px 0 0 0;
}
.marge0{
    margin: 0;
}
.articlehover{
    transition: 0.5s;
}
.articlehover:hover{
    background: #e60918;
    transition: 0.5s;
}



.carousel-content {
    color:black;
    display:flex;
    align-items:center;
}

#text-carousel {
  width: 100%;
  height: auto;
  padding: 50px;
}
.common-content2 {
    padding: 10%;
}
.left.carousel-control, .right.carousel-control{
    display: none;
}
.padding0{
    padding: 0 !important;
}

.btn-logic-red {
    background: transparent none repeat scroll 0 0;
    border: 2px solid red;
    color: red;
}.btn-logic-red:hover {
    background: #000;
    border: 2px solid #000;
    color: #fff;
}
.btn-logic-red1 {
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 4px;
    line-height: 19px;
    margin-bottom: 100px;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
}
.gras{
    font-weight: bold;
}
.add-top-quarter > img {
    height: auto;
    width: 100%;
}