body {
	min-width: 980px;
	margin: 0 auto;
	left: 0;
	top: 0;
	    color: #222222;
font-family: arial;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

a:focus{
	outline: none;
}


.contenue {
    width: 980px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
	
.contenueheader {
    width: 980px;
    margin: 0 auto;
    position: relative;
    top: 0;
    overflow: hidden;
}

#header {
    height: 90px;
    position: fixed;
    width: 100%;
    top: 30px;
    display: block;
    min-width: 980px;
    z-index: 1000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #header.floatable {
        background-color: whitesmoke;
        top: 0;
        height: 70px;
        padding-top: 20px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

#header .logo {
    display: block;
    float: left;
    position: relative;
        z-index: 100;
    margin-top: 5px;
    left: 1%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.titre {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 60px;
}

.titre:after {
    background: #ffd737;
    content: '';
    width: 1px;
    height: 50px;
    display: block;
    position: absolute;
    margin-top: 11px;
    left: 50%;
    margin-left: 0.5px;
}


.descriptionchose {
    font-size: 26px;
    letter-spacing: 2px;
    margin: 90px 5% 5% 0%;
    line-height: 49px;
}

.imgforfais{
    width: 90%;
    margin: 5%;
    position: relative;
}

.imgforfais img{
    width: 100%;
    margin: 0;
}




.imgforfais:after {
    background: #ffd737;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin-top: 11px;
    z-index: -1;
    left: 0;
    top: -2px;
    left: 2%;
}


.apartir {
    color: #000;
    font-size: 19px;
    font-style: normal;
    text-transform: uppercase;
    padding: 10px 30px;
    font-weight: 400;
    background-color: #ffd737;
    border: none;
outline: none;
cursor: text;
}

.descriptionplus {
    font-size: 26px;
    letter-spacing: 2px;
    text-align: center;
    margin: 90px 0 20px 0;
    line-height: 39px;
}

.prix {
    color: #000;
    font-size: 19px;
    font-style: normal;
    text-transform: uppercase;
    padding: 10px 30px;
    font-weight: 400;
    background-color: #ffd737;
    border: none;
    outline: none;
    left: 50%;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: -80px;
    cursor: text;
    position: relative;
}

#header .logo img{
    height: 40px;
}

ul {
    margin-bottom: 0px;
    position: absolute;
    top: -16px;
    width: 50%;
    left: 50px;
    margin: 0;
}
li {
    list-style-type: none;
}




#header ul li a {
    float: left;
    line-height: 90px;
    letter-spacing: 2px;
    color: #757575;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}


#oeuvres {
    padding: 100px 5%;
    background-color: #f0f0f0;
    overflow: hidden;
    width: 90%;

}


    #oeuvres img {
        padding: 7% 5%;
        width: 90%;
    }

.col-3{
    width: 33.33%;
    float: left;
}

.clo-oeuvres-1 {
      margin-top: 20px;
}

.clo-oeuvres-2 {
    margin-top: 80px;
}


.clo-oeuvres-3 {
    margin-top: 40px;
}

#header ul li .actif {
    color: #757575;
}

	
#header ul li a:hover{
    color: #001dff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


#slider {
    width: 100%;
    position: relative;
    background-color: #fff;
}

.basic-strokes {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.basic-strokes div {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #f0f0f0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.basic-strokes div:nth-child(1) {
    left: 16.6666666667%;
}

.basic-strokes div:nth-child(2) {
    left: 33.3333333333%;
}

.basic-strokes div:nth-child(3) {
    left: 50%;
}


.basic-strokes div:nth-child(4) {
    left: 66.6666666667%;
}

.basic-strokes div:nth-child(5) {
    left: 83.3333333333%;
}



.basic-strokes2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.basic-strokes2 div {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #383838;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.basic-strokes2 div:nth-child(1) {
    left: 16.6666666667%;
}

.basic-strokes2 div:nth-child(2) {
    left: 33.3333333333%;
}

.basic-strokes2 div:nth-child(3) {
    left: 50%;
}


.basic-strokes2 div:nth-child(4) {
    left: 66.6666666667%;
}

.basic-strokes2 div:nth-child(5) {
    left: 83.3333333333%;
}
.homehead--marble {
    position: absolute;
    top: 0;
    right: 16.6666666667%;
    height: 100%;
    width: 16.6666666667%;
    overflow: hidden;
}

.homehead--marble div {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.marbre {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/marbre.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}


.homehead--marble2 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 33.666667%;
    overflow: hidden;
}

.homehead--marble2 div {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.abhead--bg-black {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #e4e4e4;
    overflow: hidden;
}

.abhead--photo {
    position: absolute;
    top: 100px;
    left: 50%;
    right: 8.3333333333%;
    bottom: 0;
    overflow: hidden;
}

.imgcrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.imgcrop>img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 101%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.homehead--in {

    margin: auto;
    position: absolute;
    text-transform: uppercase;
    left: 16.6%;
    letter-spacing: 2px;
    z-index: 10;
    text-align: left;
margin-top: 50vh;
    transform: translateY(-50%);
}

.homehead--title {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .2em;
    color: #999;
    font-weight: 700;
    font-family: Intro,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}

.homehead--subtitle {
    font-size: 4vh;
    margin: 0;
    line-height: 5vh;
    font-weight: 300;
    font-family: Intro,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #23282a;
}

.homehead--subtitle strong {
    color: #001dff;
    font-weight: 900;
}

.sliderlien {
    width: 950px;
    position: absolute;
    left: 0;
    margin-left: -475px;
    left: 50%;
    text-align: center;
    margin-top: 55vh;
    transform: translateY(-50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.caption-image2 {
    position: absolute;
	 left: 15%;
    bottom: -70px;
    text-align: left;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transition-delay: 0.85s;
    -webkit-transition-delay: 0.85s;
}


.caption-image2 .title {
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 34px;
    font-size: 24px;
    background-color: #222;
    width: 238px;
    padding: 8px 28px;
    text-transform: uppercase;
    color: #FED94D;
    display: block;
}


.caption-image2 .desc {
    padding: 8px 28px;
    background-color: #FED94D;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    width: 238px;
    font-weight: normal;
    margin-left: 0PX;
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #000000;
    display: block;
    margin-top: 0px;
}


.sliderlien h1 {
    color: #fff;
    font-size: 65px;
    position: relative;
    z-index: 2;
    line-height: 68px;
    text-transform: uppercase;
}

a{text-decoration: none;}

.md-cate {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    font-size: 11px;   
    text-align: center;
        top: -50px;
    position: relative;
    z-index: 1;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    color: #000;
    padding: 15px 50px;
    background-color: #FED94D;
    display: table;
    margin: -15px auto 50px auto;
}


.middle-text {
    font-size: 80px;
    letter-spacing: 8px;
    position: absolute;
    color: #616161;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 100%;
}


.line-top {
    width: 1px;
    height: 415px;
    background-color: #FED94D;
    position: absolute;
    left: calc((100% - 1px) / 2);
    margin-top: -277px;
    z-index: 10;
}


.middle-text .wp-text {
    position: relative;
    /* width: 100%; */
    height: 100%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    text-align: center;
    display: table;
    margin: 0 auto;
    line-height: 0;
    padding-left: 94px;
}

.middle-text .wp-text span {
    color: #C0C0C0;
    position: relative;
    z-index: 5;
}

.next-section {
    width: 50px;
    height: 50px;
    border: 3px solid #FED94D;
    display: block;
    margin: 0 auto;
    position: relative;
    line-height: 60px;
    position: relative;
    background: url(/images/basjaune.png) no-repeat center center;
    background-size: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.next-section:hover {
    background: url(/images/basblanc.png) no-repeat center center;
    background-size: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.next-section:before {
    content: "";
    background-color: #fdd84d;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: -1;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.next-section:hover:before {
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.defil {
    position: absolute;
    bottom: 0;
    width: 4%;
    height: 96px;
    left: 48%;
    cursor: pointer;
    margin-left: -1px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}


.text {
    position: relative;
    left: -75%;
    top: 0;
    color: #23282a;
    width: 187px;
    font-size: 15px;
}

.defil .ligne {
    width: 1px;
    height: 65px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: 2px;
    z-index: 10;
    background-color: #001dff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.linerev {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    position: relative;
	margin-top: 20px;
}

.defil:hover .ligne {
    height: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.title-section {
    display: block;
    position: relative;
    float: left;
}

#slider2 {
    position: relative;
    margin-bottom: 100px;
    height: 380px;
}

#slider2 .sliderimg {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
}


.sliderimg:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.3803921568627451);
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}


.title-section span {
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: normal;
    line-height: normal;
	 margin-left: 15px;
    font-size: 32px;
    margin-top: 100px;
    letter-spacing: 3.2px;
    color: inherit;
    display: block;
    padding-left: 0;
}

.col-3 {
    float: left;
    width: 33.33%;
}


.col-2 {
    float: left;
    width: 50%;
}

.imagesnm{
	
	position: relative;
	text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.caption-image {
    max-width: 263px;
    position: absolute;
    left: 15%;
    bottom: 70px;
	 padding: 5px 15px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
	background-color: #FED94D;
    transition-delay: 0.85s;
    -webkit-transition-delay: 0.85s;
}


.desc {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 34px;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 180px 20%;
    color: #646464;
    display: block;
    margin-bottom: 30px;
}

.btn-default {
    display: inline-block;
    border: 3px solid #FED94D;
    min-width: 190px;
    padding: 10px 20px;
    left: 20%;
    margin-bottom: 50px;
    position: relative;
    color: #252525;
    margin-top: 50px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    max-width: 100%;
    cursor: pointer!important;
}


.btn-default:hover {

    background-color: #FED94D;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}

.caption-image .title {
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 34px;
    font-size: 28px;
    text-transform: uppercase;
    display: block;
}
.imagesnm img{
	
	width: 50%;
	margin-top: 200px;

}

.box {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 0px;
    padding-top: 20px;
}
.box img {
    width: 35%;
    left: 33%;
    opacity: 0.5;
    z-index: -1;
    margin-top: -66px;
    position: absolute;
}

.box h4 {
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 18px;
    margin-top: -12px;
    width: 60%;
    position: relative;
    left: 20%;
}

.intro-single {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    text-align: center;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    color: #646464;
    display: block;
    margin-bottom: 16px;
    width: 100%;
}


.box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.box ul li {
    line-height: 28px;
}

.title-section .title {
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 64px;
    letter-spacing: 3.2px;
   text-transform: uppercase;
    padding: 0px 15px;
    margin-top: 0;
	 z-index: 2;
    color: inherit;
    float: left;
    clear: both;
    position: relative;
    margin-left: -6px;
}


.title-section .title:after {
    content: "";
		width: 100%;
    bottom: 5px;
    left: -7px;;
    position: absolute;
    height: 30px;
    background-color: #FED94D;
    z-index: -1;
}




.title-section2 {
    display: block;
    position: relative;
    float: left;
margin-top: 115px;
width: 100%;

}

.txtbloc.txtbloc__white {
    background: #fff;
    color: #23282a;
    position: relative;
    text-align: center;
    padding: 44px 0;
}

.txtbloc-item {
    width: 66.6666666667%;
    margin: auto;
}

.title-section2 span {
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    font-size: 32px;
    margin-top: 100px;
    color: #fff;
    letter-spacing: 3.2px;
    display: block;
    padding-left: 0;
}

.txtbloc--title {
    font-size: 52px;
    font-size: 3.25rem;
    font-size: 3.5vw;
    font-weight: 900;
    font-family: Intro,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 1em;
    line-height: 1;
}

.txtbloc--contact--mail {
    margin-bottom: 3em;
}

.txtbloc--contact--markup {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    font-family: Intro,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.txtbloc--contact--markup a {
    text-decoration: none;
    color: #999;
    display: inline-block;
    -webkit-transition: color .25s;
    transition: color .25s;
}

.about-marble {
    height: 20px;
    background-image: url(/images/marbre-bande.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
}


.txtbloc--contact--mail a {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    font-family: Intro,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #001dff;
    text-decoration: none;
    display: inline-block;
}

.title-section2 .title {
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 64px;
    color: #fff;
    text-align: center;
    letter-spacing: 3.2px;
   text-transform: uppercase;
    margin-top: 0;
    clear: both;
z-index: 2;
    position: relative
}


.realisation{
    width: 100%;
    position: relative;
    margin: 50px 0;
    padding: 100px 0;
    background-color: #222;
}


@media screen and (min-width: 1220px) and (max-width: 1500px) {



.contenue {
position: relative;
width: 1200px;
overflow: hidden;
margin: 0 auto;


}

.contenueheader {
    width: 98%;
    overflow: hidden;
}



.box h4 {
    font-size: 25px;
}

}


@media screen and (min-width: 1500px) and (max-width: 60000px) {
.contenue {
position: relative;
width: 1500px;
overflow: hidden;
margin: 0 auto;

}

.contenueheader {
    width: 98%;
    overflow: hidden;
}
.md-cate {
    line-height: 30px;
    font-size: 16px;
}

.box h4 {
    font-size: 25px;
}

#slider2 {
    position: relative;
    height: 500px;
}

}