/* 1 HEADER */

.page-template-accueil h2 {
    font-weight: 300; letter-spacing: 0.06em;
    font-size: 24px;
    line-height: 35px;
}
.page-template-accueil h3 {
    font-weight: 400; letter-spacing: 0.01em;
    font-size: 15px;
    line-height: 20px;
    margin: 0px 0px;
}

.home-header {
    height: 670px;
    position: relative;
    z-index: 1;
    background-image: url(../images/photos/header-chantier.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.ar-logo {
    width: 300px;
}

.home-header .header-title {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
}

.home-header .header-title h1 {
    padding-top: 20px;
    margin: 0 auto;
    width: 500px;
}

.home-header .header-start {
    position: relative;
    z-index: 100;
    float: right;
    width: 220px;
    margin-top: 30px;
}

.home-header .header-start .header-ar-button{
    margin-top: 10px;
}

.home-header .header-chantier{
    position: absolute;
    bottom: 0; right: 0%;
    width: 100%;
    z-index: 10;
}

.home-header .header-devices{
    position: absolute;
    bottom: -5px; left:-50px;
    width: 650px;
    z-index: 20;
}

/* 2 COMPTE-RENDU */

.ar-report {
    position: relative;
    background-color: #fbf9f8;
    overflow: hidden;
}

.ar-report .ar-report-content {
    position: relative;
    z-index: 10;
    padding-top: 100px; padding-bottom: 100px;
    width: 35%; padding-left: 15px;
}

.ar-report .ar-report-content p{
    margin-top: 20px;
}

.ar-report-content .ar-link {
    display: block;
    width: 200px;
    margin-top: 30px;
}

.ar-report .ar-report-paper {
    position: absolute;
    width: 650px;
    right: 0; bottom: 0;
    z-index: 1;
}

/* 3 PRICE */

.price {
    color: #384ea1;
    background-color: white;
    padding: 120px 0px;
    text-align: center;
}

.price-border {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #384ea1;
    font-weight: 300;
}

.price-border .price-detail {
    display: block;
    font-size: 33px;
    letter-spacing: 4px;
    padding: 21px 16px 21px 16px;
}

.price-border .price-detail .price-taxe {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.price-border .price-all-in {
    position: absolute;
    display: inline-block;
    background-color: white;
    bottom: -13px; padding: 0px 10px;
}

.price .price-try-bloc {
    margin: 0 auto;
    margin-top: 50px;
    width: 570px;
    max-width: 90%;
}

.price .price-no-eng {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 300;
    border-bottom: 1px solid #384ea1;
    padding-bottom: 15px;
    max-width: 90%;
}

.price-try {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.04em;
}

.price .ar-button {
    margin-top: 40px;
    /*
    padding: 12px 24px;
    font-size: 12px;
    */
}


/* 4 WORKS */

.works {
    position: relative;
    height: 600px;
}

.works .container {
    position: relative;
    z-index: 10;
}

.works-bg-container {
    position: absolute;
    height: 100%; width: 100%;
    background-image: url(../images/photos/home/architecte.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    overflow: hidden;
}

.works-text-bloc {
    color: white;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 60px;
}
.works-discover {
    font-weight: 300;
}
.works-question {
    font-size: 25px;
    margin-top: 15px;
}

.works-table {
    margin: 0 auto;
    margin-top: 70px;
    max-width: 740px;
    height: 340px;
    background: rgb(232,221,215);
    background: -moz-linear-gradient(left,  rgba(232,221,215,1) 0%, rgba(253,253,253,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(232,221,215,1) 0%,rgba(253,253,253,1) 100%);
    background: linear-gradient(to right,  rgba(232,221,215,1) 0%,rgba(253,253,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ddd7', endColorstr='#fdfdfd',GradientType=1 );
}
.works-table li{
    list-style: none;
    float: left;
    width: 25%; height: 170px;
    border-right: 1px solid rgba(50, 50, 50, 0.20);
    background-color: rgba(255, 255, 255, 0);
    transition-duration: 0.4s;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

.works-table li:last-child{
    border-right: inherit;
}

.works-table li:hover{
    background-color: rgb(255, 255, 255);
}

.works-first-row {
    height: 170px;
    margin: 0;
    border-bottom: 1px solid rgba(50, 50, 50, 0.20);
}

.works-table li a {
    display: block;
    width: 100%; height: 100%;
    font-weight: 300; letter-spacing: 1px;
    font-size: 16px;
    cursor: pointer;
}

.works-table li a:hover {
    text-decoration: inherit;
    color: #333;
}

.works-table li a img{
    margin-top: 50px;
    display: inline;
    width: 30px; margin-bottom: 12px;
}

/* 5 FEATURES */

.features {
    position: relative;
    background-color: #f5f5f5;
    text-align: center;
    height: 650px;
    overflow: hidden;
}

#home-features-intro {
    position: relative;
    z-index: 30;
}

.home-features-content {
    padding-top: 50px;
}

.features p {
    margin: 0 auto;
    padding: 12px 10px 16px 10px;
    max-width: 480px;
}

.features p b, strong {
    font-weight: 600;
}

#features-slider-container {
    width: 2000px;
}

.features-slider-text {
    position: absolute;
    opacity: 0;
    width: 330px;
}
.features-slider-text:first-child {
    opacity: 1;
}

.features-text-bloc {
    position: absolute;
    z-index: 20;
    background-color: white;
    height: 340px;
    width: 360px;
    padding: 15px;
    text-align: left;
    left: 15%;
    top: 255px;
    overflow: hidden;
}

.features-text-bloc h3 {
    font-weight: 300;
    margin: 10px 10px 0px 10px;
    font-size: 18px;
    line-height: 32px;
}
.features-text-bloc p {
    font-size: 14px;
    line-height: 26px;
}

#features-puces {
    position: absolute;
    margin: 0; padding: 0;
    z-index: 22;
    bottom: 6px; right: 15px;
}

#features-puces li{
    display: inline-block;
    margin-right: 3px;
    width: 8px; height: 8px; 
    background-color: #e6e6e6;
    border-radius: 12px;
    cursor: pointer;
}
#features-puces li.active-feature{
    background-color: #282828;
}

.features-slides-container {
    z-index: 10;
    position: absolute;
    bottom: -10px;
    right: -30px;
    height: 470px;
    width: 55%;
}

.features-slides-container img {
    position: absolute;
    bottom: -10px;
    left: 0; right: 0; margin: auto;
    max-width: 95%;
    max-height: 100%;
    opacity: 0;
}
.features-slides-container img:first-child {
    opacity: 1;
}

.features .ar-link {
    position: relative;
    z-index: 10;
    margin-top: 0px;
    /*
    padding: 11px 30px;
    font-size: 12px;
    */
}

/* 6 START */

.start {
    display: table;
    height: 280px; width: 100%;
    background-image: url(../images/photos/home-start-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}

.start .start-content {
    display: table-cell;
    vertical-align: middle;
    color: white;
}
.start .start-content span {
    display: inline-block;
    padding-top: 10px;
}

.start .ar-button {
    margin-top: 40px;
}

.start .ar-button:hover {
}

.start h2 {
    font-size: 23px !important;
    line-height: 32px;
}

/* 7 TEM */

.tem {
    position: relative;
    padding: 80px 0px 120px 0px;
    background-color: #f9f4f1;
}

.tem .tem-title {
    text-align: center;
}

.tem-content {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    min-height: 250px;
}

.tem-info-container {

}

.tem-arrows {
    position: absolute;
    z-index: 20;
    top: 25%; left: 0; right: 0; margin: auto;
}
.tem-arrows img {
    width: 20px; opacity: 0.4;
    cursor: pointer;
}
.tem-arrows img:hover {
    opacity: 1;
}

.tem-arrow-left {
    position: absolute;
    top: 0; bottom: 0; left: 0;  margin: auto;
}
.tem-arrow-right {
    position: absolute;
    top: 0; bottom: 0; right: 0;  margin: auto;
}

.tem-people .tem-pic-circle {
    margin: 0 auto;
    position: relative;
    width: 100px; height: 100px;
    border-radius: 50px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tem-people {
    z-index: 10;
}

.tem-people .tem-people-name {
    display: block; text-align: center;
    margin-top: 15px;
}
.tem-people .tem-people-cie {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    color: gray;
}

.tem-text-content div{
    font-weight: 300;
    letter-spacing: 0.008em;
    font-size: 15px;
    margin-bottom: 0px;
    color: #404040;
    line-height: 30px;
}

.tem-link {
    font-size: 17px;
    text-align: center;
    position: absolute;
    bottom: 30px; left: 0; right: 0; margin: auto; 
}

/* 8 CLIENTS */

.clients {
    padding: 70px 0px 30px 0px;
}

.clients-title {
    text-align: center
}

.clients-logo-list {
    margin-top: 50px;
}

.client-a-wrap {
    display: block;
    position: relative;
    height: 80px;
    margin-bottom: 60px;
}
.client-a-wrap img {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    max-height: 70%; max-width: 70%;
    vertical-align: middle;
    filter: grayscale(100%;);
    -webkit-filter: grayscale(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter: brightness(100%);
    transition: 0.3s;
}
.client-a-wrap img:hover {
    filter: grayscale(0%;);
    -webkit-filter: grayscale(0%);
    -moz-filter: brightness(0%);
    -o-filter: brightness(0%);
    -ms-filter: brightness(0%);
}

/* 9 BLOG */

.blog {
    height: 480px; width: 100%;
    background-image: url(../images/photos/home/home-blog-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}

.bloc-news-blog {
    position: relative;
    height: 250px;
    margin-top:75px;
    cursor: pointer;
}

.bloc-news-image {
    width: 100%; height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    opacity: 0.5;
    transition-duration: 0.4s;
    filter: grayscale(50%;);
    -webkit-filter: grayscale(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);
}

.bloc-news-blog:hover .bloc-news-image{
    opacity: 0.80;
    filter: grayscale(0%;);
    -webkit-filter: grayscale(0%);
    -moz-filter: brightness(0%);
    -o-filter: brightness(0%);
    -ms-filter: brightness(0%);
}

.bloc-news-blog:hover h3 {
    color: white;
    text-decoration: underline;
}

.bloc-news-blog span{
    position: absolute;
    top: -25px; left: 15px;
    color: rgba(238, 230, 203, 0.69);
    font-weight: 400;
    font-size: 12px; letter-spacing: 0.07em; text-transform: uppercase;
}

.bloc-news-blog h3{
    position: absolute;
    bottom: 20px; left: 40px;
    color: rgba(237, 236, 215, 1);
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.02em;
    max-width: 80%;
    transition: 0.4s;
}

.blog-link {
    display: inline-block;
    margin-top: 80px;
    color: white;
}
.blog-link:hover {
    color: white;
    opacity: 0.65;
}


/*////////////////////////////////////////MEDIA QUERIES/////*/
@media screen and (min-width:1300px) {
    .home-features-content {
        position: relative;
        height: 650px;
    }
}

@media screen and (min-width:1200px) {
    .home-header .header-chantier{
        position: absolute;
        bottom: -20%; right: 0%;
        width: 100%;
        z-index: 10;
    }

    .header-container, .ar-report-container{
        position: relative;
        height: 100%;
    }

    .home-header .header-devices{
        left: -25px;
    }
    .home-header .header-start {
        margin-top: 70px;
        margin-right: 150px;
    }
}

@media screen and (max-width:1200px) {
    .features-text-bloc {
        position: absolute;
        z-index: 20;
        background-color: white;
        height: 340px;
        width: 360px;
        padding: 15px;
        text-align: left;
        left: 0;
        bottom: 0;
    }
    .features-slides-container {
        width: 65%;
    }
}


@media screen and (max-width:990px) {
    .features {
        height: 600px;
    }
    .features-text-bloc {
        top: inherit;
        width: 310px;
        height: 350px;
    }
    .features-slides-container {
        bottom: 0;
    }
    .ar-report .ar-report-content {
        width: 50%; padding-left: 15px;
    }
    .ar-report .ar-report-paper {
        width: 650px;
        right: -10%;
    }
    .tem-text-content, .tem-people {
        margin: 0 auto; padding-right: 10%; padding-left: 10%;
    }
    .tem-content {
        min-height: 350px;
    }
    .tem-text-content p{
        text-align: center;
    }
    .tem-people {
        text-align: center;
        margin-bottom: 20px;
    }
    .tem-people .tem-pic-circle {
        width: 85px; height: 85px;
    }
    .tem-people .tem-people-name {
        display: inline; text-align: center; margin-right: 8px; font-size: 14px;
    }
    .tem-people .tem-people-cie {
        display: inline;
    }
    .bloc-news-blog {
        width: 50% !important;
        height: 210px;
    }
}
@media screen and (max-width:768px) {
    .page-template-accueil h2 {
        font-size: 22px; padding-right: 15px; padding-left: 15px;
    }
    .home-header .header-title {
        margin-top: 80px;
    }
    .home-header .header-title h1 {
        margin: 0 auto;
        font-size: 20px;
        width: 90%; max-width: 450px;
    }
    .home-header .header-title img {
        width: 220px;
    }
    .home-header {
        height: 740px;
    }
    .home-header .header-devices{
        left: inherit; right: 15px;
        width: 600px;
    }
    .home-header .header-start {
        text-align: center;
        margin-left: 20px;
        float: inherit;
        margin: 0 auto;
        margin-top: 35px;
    }
    .home-header .header-start p{
        font-size: 16px;
    }

    /*MEDIA AR-REPORT*/

    .ar-report .ar-report-content {
        width: 100%;
        padding: 40px 50px; text-align: center;
    }


    .ar-report .ar-report-paper {
        width: 55%;
        min-width: 300px;
        right: 0%;
    }

    .ar-report-content .ar-link {
        margin-top: 70px;
        margin-bottom: 120px;
        text-align: left;
        margin-left: 0%;
    }

    .ar-report h2 {
        margin: 0 auto; width: 280px;
        margin-bottom: 10px;
    }

    .works {
        display: none;
    }

    /* MEDIA FEATURES */

    .features {
    height: inherit;
    }

    .features img {
        margin-top: 0px;
    }

    .tem-arrows {
        display: none;
    }
    .tem-link {
        max-width: inherit;
    }
    .blog {
        padding: 0px 15%;
        height: 690px;
    }
    .blog .container {
        width: 100%;
    }
    .bloc-news-blog {
        width: 100% !important;
        height: 210px;
    }
    .blog-link {
        font-size: 17px;
        max-width: inherit;
        margin-top: 60px;
    }
    .bloc-news-blog h3{
        left: 30px; bottom: 15px;
        font-size: 16px;
        line-height: 27px;
    }
    .features-text-bloc {
        background-color: transparent;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        position: inherit;
        text-align: center;
        margin-bottom: -20px;
        height: inherit;
    }
    .features-text-bloc h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 25px;
    }
    #features-puces {
        position: initial;
        bottom: inherit;
    }
    .features-text-bloc p {
        display: none;
    }
    .features-slides-container {
        position: inherit;
        width: 55%; margin: 0 auto;
        bottom: 0;
        height: 270px;
    }
    .features-slides-container img {
        height: 270px;
        max-width: inherit;
    }
}

@media screen and (max-width:620px) {
    .tem-content {
        min-height: 400px;
    }
    .tem-text-content p{
        font-size: 14px;
    }
    .clients-list-secondary {
        display: none;
    }
    .blog {
        padding: 0px 5%;
        height: 710px;
    }
    .bloc-news-blog {
        height: 210px;
    }

}

@media screen and (max-width:400px) {
    .page-template-accueil h2 {
        font-weight: 400;
        padding-left: 0px;
        padding-right: 0px;
    }
    .home-header {
        height: 570px;
    }
    .home-header .header-start {
        margin-top: 20px;
    }
    .ar-report .ar-report-content {
        padding: 20px 5px;
        text-align: left;
    }
    .ar-report h2 {
        margin: inherit;
        width: inherit;
        margin-bottom: 10px;
    }
    .ar-report .ar-report-paper {
        width: 350px;
        min-width: inherit;
        right: -20%;
    }
    .ar-report-content .ar-link {
        margin-top: 70px;
        margin-bottom: 120px;
        margin-left: inherit;
    }
    .price-border .price-detail {
        font-size: 30px;
        letter-spacing: 2px;
        padding: 20px 16px 20px 16px;
    }
    .price-border .price-all-in {
        bottom: -10px;
    }
    .price .price-no-eng {
        font-size: 18px;
        letter-spacing: 0.05em;
        padding-bottom: 12px;
        line-height: 30px;
    }
    .price-try {
        font-size: 17px;
        letter-spacing: 0.04em;
        max-width: 80%;
        margin: 0 auto;
        margin-top: 17px;
    }
    .start {
        height: 350px;
    }
    .start-content {
        padding-left: 20px; padding-right: 20px;
    }
    .client-a-wrap {
        height: 60px;
    }
    .tem {
        padding: 40px 0px;
    }
    .tem .tem-title {
        text-align: left;
        margin-left: 30px;
        margin-top: 10px;
    }
    .tem-people .tem-pic-circle {
        margin: inherit;
    }
    .tem-people {
        margin: inherit;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .tem-text-content p {
        text-align: left;
    }
    .clients {
        padding: 40px 0px 0px 0px;
    }
    .clients-title {
        text-align: left;
        margin-left: 30px;
        margin-top: 10px;
    }
    .bloc-news-blog h3{
        left: 30px; bottom: 15px;
        font-size: 15px;
        line-height: 25px;
    }
}