.block-atelier .charles-img
{
    padding: 30px 10%;
    border-width: 1px 0 1px 0;
}
.block-atelier {
    /* border-bottom: 1px solid #999; */
    padding: 25px 0;
    position: relative;
}

.block-atelier.block_border {
    border-bottom: 1px solid #999;
    padding: 30px 0;
}

.block-atelier.block_border:last-child {
    border-bottom: none;
}

.block-atelier.block_border .separator {
    border-top: 3px solid #a2a2a2;
}
.block-atelier .checkmark {
    position: relative;
    /* display: inline-block; */
    width: 100%;
    /* width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-bottom: 2px solid #000;
    border-right: 2px solid #000; */
}
.block-atelier .checkmark:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 2px;
    background-color: #b2b2b2;
    transform: rotate(35deg) translateX(-50%);
    transform-origin: -20px -20px;
}
.block-atelier .checkmark:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 2px;
    background-color: #b2b2b2;
    transform: rotate(-35deg) translateX(-50%);
    transform-origin: 14px 0;
}
pre
{
    margin: 0;
    padding: 0;
    line-height: 1em;
    border-radius: 0;
    border: 0 none;
    word-break: break-word;
    background-color: transparent;

}
.block-atelier.block-finition{
    max-height: none;
}
.block-atelier h3
{
    color: #b2a46e;
    font-family: 'Novecentowide-DemiBold';
    text-transform: uppercase;
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
    font-size: 28px;
}
.step-atelier {
    font-family: 'Novecentowide-DemiBold';
    font-size: 22px;
    color: #b2b2b2;
    font-weight: 200;
}
.block-atelier .separator
{
    border-color: #b2b2b2;
}
.content-restor .block-atelier h3,
.content-restor .block-atelier .separator
{
    color:#324A54;
    border-color:#324A54;
}
.content-collection .block-atelier h3,
.content-collection .block-atelier .separator
{
    color:#000;
    border-color:#000;
}

.title-atelier .separator,
.title-atelier h2
{
    color: #000000;
    border-color: #000000;
    font-family: 'Novecentowide-Normal';
    font-weight: normal;
}
.title-atelier.title-demi > *,
.title-atelier.title-restor > *,
.title-atelier.title-finition > *,
.title-atelier.title-restor .separator
{
    color: #ffffff;
    border-color: #ffffff;
}
.title-atelier h2
{
    font-size: 45px;
    padding: 25px 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.block-atelier .image_wrapp {
    position: relative;
    margin-bottom: 30px;
}
.block-atelier .overlay_shadow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}
.title-atelier{
    padding-bottom: 5vh;
    margin-bottom: 5px;
    /* border-bottom: 1px solid #cccccc; */
    /* min-height: 93vh; */
    /* max-height: 98vh;*/ 
}

.title-atelier.title-private {
    margin-bottom: 30px;
}

.title-atelier.title-private img, .title-atelier.title-restor img {
    width: 100%;
    height: 100%;
    max-height: 500px;
}

.block-atelier .block-atelier-title, .block-atelier .block-atelier-title-restor{
    max-width: 100%;
    color: #b2b2b2 !important;
}

.block-atelier-private .separator, .block-atelier-restor .separator {
    border-color: #b2b2b2 !important;
}

.block-atelier-private-separator, .block-atelier-restor-separator{
    margin-top: 25px;
    margin-bottom: 40px;
}
.block-atelier-title-private, .block-atelier-title-restor {
    font-family: 'Novecentowide-Normal' !important;
}

.block-atelier-restor .restor-img-wrapp {
    height: 490px;
    overflow: hidden;
}

.block-atelier-restor .restor-img-wrapp img {
height: 100%;
width: 100%;
object-fit: cover;
}

.title-atelier.title_demi_mesure, .title-atelier.title_sur_mesure, .title-atelier.title-private{
padding: 5px 0 0px;
}

/* .title-atelier.title-finition{padding: 130px 0 150px; min-height:inherit; max-height: inherit;} */
/* .title-atelier.title-restor, */
/* .title-atelier.title-private, */
.title-atelier.title-demi,
.title-atelier.title-finition {
    /* background: url("../images/atelier/DemiMesure-A.jpg") no-repeat top center transparent; */
    background-size: cover;
    /* padding-top: 20vh; */
}
.title-atelier.title-restor
{
    /* background: url("../images/atelier/Restauration-A.jpg") no-repeat top center transparent; */
    background-size: cover;
}
.title-atelier.title-private
{
    /* background: url("../images/atelier/EditionsPrivees-A.jpg") no-repeat top center transparent; */
    /* background-size: cover; */
}
.title-atelier.title-finition
{
    /* background: url("../images/atelier/FinitionPatines-A.jpg") no-repeat top center transparent; */
    background-size: cover;
}
.atelier-section-sur-mesure p,
.block-atelier p,
.block-atelier .atelier-section-sur-mesure pre,
.block-atelier pre
{
    font-family: 'ProximaNova-Regular';
    color: #b2b2b2;
    font-weight: normal;
    line-height: 30px;
    font-size: 19px;
    text-align: justify;
    margin-top: 10px;
}
.block-atelier .img-responsive
{
    margin: 10px auto;
}
.atelier-section-sur-mesure .img-responsive
{
    /*cursor: pointer;
    max-height: 90%;*/

    /* cursor: pointer; */
    max-height: 90%;
    border: 2px solid white;
    padding: 0;

}
/* .atelier-section-sur-mesure .img-responsive:hover{
    border: 2px solid #b2a46e;} */

.title-atelier p
{
    color: #000000;
    max-width: 40%;
    margin: 0 auto;
    text-align: center;
}
.btn-next {
    margin: 10px 0;
    display: block;
}
.images-bloc
{
    width: 65%;
    margin: 15px auto;
}
.modal-dialog .modal-finition .slide-carousel:before
{
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 0;
}
.slide-carousel h5
{
    font-size: 18px;
    text-transform: uppercase;
}
.container-mesure .sticky-wrapper {
    padding: 0;
    width: 100%;
    position: absolute;
}

.container-mesure .navigation
{
    height: 140px;
    padding: 10px 0;

    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */

    flex-direction: initial;
    -webkit-flex-direction:initial;

    align-items: flex-start;
    -webkit-align-items:flex-start;

    justify-content: space-around;
    -webkit-justify-content:space-around;

    display: flex;
    display: -webkit-box;
    display: moz-box-flex;
    display: -ms-flexbox;
    display: -webkit-flex;



}
.container-mesure .navigation .history-line
{
    top: 45%;
}
.container-mesure .navigation a
{
    font-size: 0.7vw;
    position: relative;
    margin: 0;
    height: 70px;
    width: 7vw;
    word-wrap: break-word;
    text-align: center;
}

.container-mesure .navigation a.even
{
    bottom: 11%;
    padding-bottom: 14px;
}

.container-mesure .navigation a.odd
{
    top: 45%;
    padding-top: 14px;
}
.container-mesure .step-atelier
{
    font-size: 34px;
    font-family: 'Novecentowide-Light';
}
.container-mesure .block-atelier .title-mesure
{
    text-transform: uppercase;
    font-size: 27px;
    color: #b2b2b2;
    font-weight: 400;
}
.container-mesure .block-atelier h3,
.container-mesure .block-atelier h3 pre {
    font-family: 'Novecentowide-Normal';
    max-width: 100%;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 600;
    color: #b2b2b2;
    text-align: center;
}
/*----------------------------------*/
@media(max-width:1024px){
    .container-mesure .navigation a {
        font-size: 1.2vw;
        width: 10vw;
    }
}
@media (max-width: 1300px) {
    .container-mesure .navigation a {
        font-size: 0.9vw;
        width: 9vw;
    }
}

@media(max-width:767px){
    .atelier-section-sur-mesure h1{
        width: 90%;
        margin: 30px auto;
        text-align: justify;
    }
    .atelier-section-sur-mesure p ,
    .block-atelier .atelier-section-sur-mesure p pre,
    .block-atelier pre

    {
        width: 90%;
        margin: 40px auto;
        text-align: justify;
    }
    .atelier-section-sur-mesure img{
        margin: 10px auto;
        width: 90%;
    }

    .sur-mesure-B img, .sur-mesure-C img, .sur-mesure-D img, .sur-mesure-E img, .sur-mesure-F img, .sur-mesure-G img{
        width: 90%;
    }

    .container-mesure .navigation a {
        font-size: 1.6vw;
        width: 11vw;
    }
}

.finition-A {
    background-image: url('../images/atelier/FinitionPatines-A.jpg');
}

.finition-B {
    background-image: url('../images/atelier/FinitionPatines-B.jpg');
}

.finition-C {
    background-image: url('../images/atelier/FinitionPatines-C.jpg');
}

.finition-D {
    background-image: url('../images/atelier/FinitionPatines-D.jpg');
}

.finition-E {
    background-image: url('../images/atelier/FinitionPatines-E.jpg');
}

.finition-F {
    background-image: url('../images/atelier/FinitionPatines-F.jpg');
}

@media all and (max-width: 740px){
    .block-atelier .charles-img {
        padding: 25px 0;
    }
    .block-atelier h3 {
        max-width: 90%;
        font-size: 19px;
    }
    .title-atelier h2
    {
        font-size: 28px;
        padding: 5px 0;
    }
    .title-atelier p {
        max-width: 70%;
    }
    .atelier-section-sur-mesure p,
    .block-atelier p,
    .block-atelier .atelier-section-sur-mesure p pre,
    .block-atelier p pre
    {
        font-size: 16px;
    }
}
