* {
    padding: 0;
    margin: 0;
    list-style: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

button {
    cursor: pointer;
    border: none;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    background: #EBEBEB;
    color: #000;
    line-height: 100%;
    font-style: normal;
    font-weight: normal;
}

input {
    background: #F1F5F8;
    border: 1px solid #B7CED6;
    width: auto;
    height: 42px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
}

textarea {
    background: #F1F5F8;
    border: 1px solid #B7CED6;
    width: auto;
    height: auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
}

/*input[type=text]:focus{
	background:#DDF5FF;
	border:1px solid #AEE9FF;
}*/
input[type=text] {
    border: 1px solid #d4d8e3;
}

input[type=checkbox] {
    vertical-align: top;
}

input[type=radio] {
    height: auto;
    vertical-align: top;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

img {
    border: 0 none;
    max-width: 100%;
}

a {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.text_center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.clearfix {
    clear: both;
    /*content:" "; never use this property error in opera*/
    display: block;
    font-size: inherit;
    height: 0;
    line-height: 0;
}

h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 60px;
}

h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 36px;
}

h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 32px;
}

h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
}

h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
}

h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 130%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}


.wrapper {
    float: left;
    width: 100%;
    height: auto;
}

.container {
    width: 1500px;
    margin: 0 auto;
    height: auto;
}

#header {
    max-width: 1920px;
    width: auto;
    margin: 0 auto;
}

.header {
    background: #FFF;
    /*float: left;*/
    width: 100%;
    height: 86px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #dadada;
}

.header_btm {
    width: 100%;
    max-width: 1920px;
    height: 80px;
    position: absolute;
    bottom: -74px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/header_bottom.png) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.header_main {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.logo {
    width: 120px;
    height: 154px;
    position: absolute;
    left: 0;
    top: 18px;
}

.logo a {
    float: left;
    width: 100%;
    height: auto;
}

.logo a img {
    display: block;
}

.nav {
    float: right;
    width: auto;
    height: auto;
    position: relative;
    margin-right: 55px;
}

.nav_main {
    float: left;
    width: auto;
    padding-right: 10px;
    transition: all 0.25s ease-in 0s;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
}

.nav_main ul {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.nav_main ul.second {
    display: none;
}

.nav_main ul li {
    float: left;
    width: auto;
    height: 73px;
    padding: 0 15px;
    position: relative;
}

.nav_main ul li a {
    float: left;
    width: auto;
    height: 69px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #656565;
    line-height: 69px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
    transition: all 0.25s ease-in 0s;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
}

.nav_main ul li:hover a, .nav_main ul li.active a {
    color: #F47F1F;
}

.nav_main ul li.active a {
    border-bottom: 4px solid #F57F1F;
}

.nav_main ul li:hover ul.sub_nav {
    visibility: visible;
    opacity: 1;
}

ul.sub_nav {
    background-color: #FFF;
    width: 623px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 77px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    margin-top: 0;
}

.nav_main ul li .sub_nav li {
    width: 50%;
    height: auto;
    padding: 0;
}

.nav_main ul li .sub_nav li a {
    float: left;
    background: none;
    width: 85.6%;
    height: auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #9B9B9B;
    line-height: 140%;
    text-decoration: none;
    padding: 20px 7%;
    border-bottom: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    text-transform: uppercase;
    transition: all 0.25s ease-in 0s;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
}

.nav_main ul li .sub_nav li.last a {
    border-right: none;
    width: 86%;
}

.nav_main ul .sub_nav li:hover a, .nav_main ul .sub_nav li.active a {
    background: #F47F1F;
    color: #FFF;
}

.nav_main ul li .sub_nav li a:hover, .nav_main ul li .sub_nav li a.active {
    background: #F47F1F;
    color: #FFF;
}

.phone_sec {
    float: left;
    background: #EF7D0B;
    width: auto;
    /*height: 48px;*/
    /*padding: 0 35px 0 30px;*/
    /*margin-right: 20px;*/
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    behavior: url(PIE.htc);
    position: relative;
    margin-top: 25px;
    height: 42px;
    padding: 0 15px;
    margin-right: 10px;
}

.phone_sec a {
    /*background: url(../images/phone.svg) no-repeat left 4px;*/
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 110%;
    /*padding-left: 31px;*/
    text-decoration: none;
    margin-top: 10px;
}

/*-----------------res-nav-Start-------------------*/
.res_navigation {
    display: none;
    width: 72px;
    height: 63px;
    position: absolute;
    right: 0;
    top: 0;
}

.nav-toggle {
    position: absolute;
    top: 23px;
    right: 22px;
    z-index: 999999;
    padding: 5px 28px 13px 0;
    cursor: pointer;
}

.nav-toggle:focus {
    outline: none;
}

.nav-toggle.active .top {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    -ms-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
    background: #F47F1F;
}

.nav-toggle.active .middle {
    opacity: 0;
    background: #FFF;
}

.nav-toggle.active .bottom {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
    background: #F47F1F;
}

.nav-toggle span {
    background: #F47F1F;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: -2px;
    left: 0;
    -webkit-transition: all .55s ease;
    transition: all .35s ease;
    cursor: pointer;
}

.nav-toggle span:nth-of-type(2) {
    top: 7px;
}

.nav-toggle span:nth-of-type(3) {
    top: 16px;
}

/*-----------------res-nav-end-------------------*/

#section {
    max-width: 1920px;
    width: auto;
    margin: 0 auto;
}

/*----------------- Main Slider Start -------------------*/
.main_banner {
    background: #FFFFFF;
    float: left;
    width: 100%;
    position: relative;
}

.banner1_img {
    background: url(../images/banner1_img.jpg);
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.banner2_img {
    background: url(../images/banner2_img.jpg);
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.owl-pagination {
    display: none;
}

#slider {
    float: left;
    width: 100%;
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

.owl-theme .owl-controls {
    width: 100%;
    position: absolute;
    top: 46.5%;
    text-align: center;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 11px;
    height: 11px;
    margin: 5px 7px;
    background: #C2C2C2;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    position: relative;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #25818D;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: block !important;
    position: relative;
    width: 100%;
    overflow: hidden;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    float: left;
    max-height: 920px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: url(../images/slider_leftarrow.svg) no-repeat left;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    opacity: 0.8;
    position: absolute;
    left: 3%;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    background: url(../images/slider_rightarrow.svg) no-repeat right;
    right: 3%;
    left: auto;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

.owl-buttons {
    float: left;
    width: 100%;
    position: relative;
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

.banner_con {
    float: left;
    width: 100%;
    position: absolute;
    top: 300px;
}

.banner_conin {
    float: left;
    width: 49%;
}

.banner_conin h5 {
    padding: 20px 0 0;
    line-height: 140%;
}

/*---------------- Main Slider End -------------------*/
.banner_conin h1 {
    background-color: rgba(255, 255, 255, 0.85);
    float: left;
    width: 56%;
    height: auto;
    font-size: 40px;
    color: #F47F1F;
    font-weight: 600;
    line-height: 120%;
    padding: 5px 4% 8px 40%;
    text-transform: uppercase;
    box-shadow: 0 -7px 7px -7px #000;
    -webkit-box-shadow: 0 -7px 7px -7px #000;
    -moz-box-shadow: 0 -7px 7px -7px #000;
    position: relative;
}

.banner_conin p {
    float: left;
    width: 60%;
    height: auto;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 120%;
    padding: 15px 0 0 40%;
    text-shadow: 1px 1px 1px #404040;
    -webkit-text-shadow: 1px 1px 1px #404040;
    -moz-text-shadow: 1px 1px 1px #404040;
    position: relative;
}

.btn {
    background: #26818E;
    width: auto;
    height: 50px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 45px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    transition: all 0.25s ease-in 0s;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
    display: inline-block;
}

.btn:hover {
    background: #1E656F;
}

.banner_conin .btn {
    background: rgba(230, 128, 28, 0.90);
    margin-top: 15px;
    padding: 0 70px;
}

.banner_conin .btn:hover {
    background: #ED6806;
}

.bottom_navigation {
    float: left;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}

.bottom_nav {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}

.bottom_navigation ul {
    float: left;
    width: 98%;
    height: auto;
    padding: 0 1%;
}

.bottom_navigation ul li {
    float: left;
    width: 16.6%;
    height: 65px;
    border-right: 1px solid #FFFFFF;
    display: table;
}

.bottom_navigation ul li a {
    background: rgba(18, 18, 18, 0.50);
    width: 100%;
    height: 65px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 115%;
    text-decoration: none;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.bottom_navigation ul li.last {
    border-right: none;
}

.bottom_navigation ul li.first a {
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    position: relative;
}

.bottom_navigation ul li.last a {
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    position: relative;
}

.bottom_navigation ul li:hover a, .bottom_navigation ul li.active a {
    background: url(../images/bot_nav_hover.svg) no-repeat center top;
}

.comment_section {
    background-color: #FFF;
    float: left;
    width: 100%;
    height: auto;
    padding-top: 30px;
    position: relative;
}

.agence_section {
    float: right;
    background: #F5F5F5;
    width: 34%;
    height: 92.5%;
    position: absolute;
    right: 0;
    top: 0;
}

.agence_section_bg {
    float: left;
    background: #FFF;
    width: 100%;
    height: 100%;
}

.comment_section_main {
    float: left;
    width: 100%;
    height: auto;
    min-height: 585px;
}

.comment_con {
    background-color: #F9F9F9;
    float: left;
    width: 68%;
    height: auto;
    padding: 60px 0 40px 0;
    border-bottom: 3px solid #F1F1F1;
}

.title {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
}

.title h2 {
    width: auto;
    height: auto;
    font-weight: 600;
    color: #553513;
    line-height: 120%;
    display: inline-block;
}

.title h2 span {
    width: 50px;
    border-top: 3px solid #ED7C01;
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
}

.comment_step {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 60px;
}

.comment_step ul {
    float: left;
    width: 100%;
    height: auto;
}

.comment_step ul li {
    float: left;
    width: 26%;
    height: auto;
    text-align: center;
    position: relative;
}

.comment_step ul li.step2 {
    width: 28%;
    padding: 0 8%;
}

.comment_step ul li.step3 {
    width: 25%;
}

.comment_step ul li .step_ico {
    width: auto;
    height: auto;
    display: block;
    position: relative;
    z-index: 99;
}

.comment_step ul li .step_ico img {
    display: inline-block;
}

.comment_bot {
    float: left;
    width: 100%;
}

.comment_step ul li h5 {
    float: left;
    width: 100%;
    height: auto;
    color: #333333;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    padding-top: 28px;
    font-size: 22px;
}

.comment_step ul li p {
    float: left;
    font-size: 20px;
    width: 100%;
    height: auto;
    padding-top: 8px;
}

.first_step_errow {
    background: url(../images/first_step_errow.svg) no-repeat center center;
    width: 226px;
    height: 36px;
    position: absolute;
    left: -67px;
    top: 60px;
}

.last_step_errow {
    background: url(../images/last_step_errow.svg) no-repeat center center;
    width: 226px;
    height: 36px;
    position: absolute;
    right: -67px;
    top: 23px;
}

.step_btn {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 50px;
}

.agence_main {
    float: right;
    width: 32%;
    height: auto;
    position: relative;
    z-index: 9;
    padding-top: 60px;
}

.agence_conin {
    float: left;
    width: auto;
}

.agence_search {
    float: left;
    width: 94%;
    height: auto;
    padding: 16px 0 0 6%;
}

.agence_search_tilte {
    float: left;
    width: auto;
    height: 44px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 44px;
    padding-right: 4%;
}

.search_main {
    background: #FFFFFF;
    float: left;
    width: 58%;
    height: 44px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
}

input[type="text"].search_txt {
    float: left;
    background: none;
    width: 70%;
    height: 44px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #A9A9A9;
    padding: 0 5%;
    border: none;
}

.search_main .search {
    background: url(../images/search.svg) no-repeat center center;
    width: 20%;
    height: 44px;
    text-indent: -15000px;
    position: relative;
}

.une_agence {
    float: left;
    width: 94%;
    height: auto;
    padding: 38px 0 30px 6%;
}

.agence_img {
    float: left;
    width: 26%;
    height: auto;
    padding-top: 6px;
}

.agence_img img {
    display: block;
}

.agence_detail {
    float: left;
    width: 71%;
    height: auto;
    padding-left: 3%;
}

.agence_detail h4 {
    float: left;
    width: 100%;
    height: auto;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 115%;
}

.agence_detail p {
    float: left;
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 160%;
}

.video_section {
    float: left;
    width: 94%;
    height: auto;
    padding: 0 0 0 6%;
}

.video_section .title {
    text-align: left;
}

.video_section .title h2 span {
    margin: inherit;
    border-top: 3px solid #ED7C01;
}

.video_section p {
    float: left;
    width: 100%;
    height: auto;
    line-height: 130%;
    padding-top: 7px;
}

.video {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 25px;
}

.video iframe {
    width: 100% !important;
}

.realisations_section {
    float: left;
    background-color: #FFF;
    width: 100%;
    height: auto;
}

.realisations_section_main {
    float: left;
    width: 100%;
    height: auto;
}

.realisations_con {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 50px;
}

.realisations_con ul {
    float: left;
    width: 100%;
    height: auto;
}

.realisations_con ul li {
    float: left;
    width: 19%;
    height: auto;
    padding: 0 0.5%;
}

.realisations_con ul li a {
    float: left;
    width: 100%;
    height: auto;
    text-decoration: none;
}

.realisations_img {
    float: left;
    width: 100%;
    height: auto;
}

.realisations_img img {
    width: 100%;
    display: block;
}

.realisations_title {
    background: #FFFFFF;
    float: left;
    width: 90%;
    height: 44px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #533313;
    line-height: 120%;
    text-align: center;
    padding: 18px 5%;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    box-shadow: 0 1px 1px #e9e9e9;
    -webkit-box-shadow: 0 1px 1px #e9e9e9;
    -moz-box-shadow: 0 1px 1px #e9e9e9;
    position: relative;
}

.realisations_con ul li a:hover .realisations_title {
    background: #E6801C;
    color: #FFFFFF;
}

.more_realisations {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 45px;
}

.more_realisations .btn {
    background: #26818E;
    padding: 0 30px;
}

.more_realisations .btn:hover {
    background: #1E656F;
}

.clients_section {
    float: left;
    width: 100%;
    background-color: #FFF;
    padding: 90px 0;
}

.clients_contain {
    float: left;
    width: 100%;
}

.our_client {
    background: #f3f3f3;
    float: left;
    width: 67%;
    height: auto;
    box-shadow: 3px 3px 6px #D5D5D5;
    -webkit-box-shadow: 3px 3px 6px #D5D5D5;
    -moz-box-shadow: 3px 3px 6px #D5D5D5;
    position: relative;
}

.our_client .title h3 {
    width: auto;
    height: auto;
    font-weight: 600;
    color: #553513;
    line-height: 120%;
    display: inline-block;
}

.our_client .title h3 span {
    width: 50px;
    border-top: 3px solid #26818e;
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
}

.nos_client {
    float: left;
    background-color: #F9F9F9;
    width: 50%;
}

.nosclient_in {
    float: left;
    width: 90%;
    padding: 70px 5%;
}

.client_logolist {
    float: left;
    width: 100%;
    padding-top: 25px;
}

.client_logolist ul {
    float: left;
    width: 100%;
}

.client_logolist ul li {
    float: left;
    width: 27%;
    padding: 25px 3% 0;
    text-align: center;
}

.client_logolist ul li a {
    float: left;
    background-color: #FFF;
    width: 98%;
    height: 120px;
    line-height: 120px;
    border: 1px solid #ECECEC;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}

.client_logolist ul li a:hover {
    border: 1px solid #41909C;
}

.client_logolist ul li img {
    width: 83px;
    vertical-align: middle;
    display: inline-block;
}

.nosclient_in .title {
    width: 92%;
    padding: 0 4%;
}

.client_btn {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 70px;
}

.client_btn .btn {
    height: 44px;
    line-height: 44px;
    padding: 0 30px;
}

.client_contain {
    float: left;
    background-color: #F3F3F3;
    width: 50%;
}

.clientttxt_con {
    float: left;
    width: 80%;
    padding: 70px 10% 71px;
}

.clientslider_txt {
    float: left;
    width: 100%;
}

.clientslider_txt p {
    font-size: 20px;
    color: #656565;
    line-height: 160%;
}

#clientscon_slider {
    padding: 40px 0;
}

#clientscon_slider .owl-pagination {
    display: block;
}

.clientslider_btn {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.clientslider_btn .btn {
    background-color: #26818E;
    height: 44px;
    line-height: 44px;
    padding: 0 30px;
}

.clientslider_btn .btn:hover {
    background-color: #1E656F;
}

#clientscon_slider .owl-pagination .owl-page {
    display: inline-block;
}

#clientscon_slider.owl-theme .owl-controls {
    float: left;
    text-align: center;
    margin-top: 15px;
    position: absolute;
    top: inherit !important;
    bottom: 0;
}

#clientscon_slider .owl-buttons {
    display: none;
}

#clientscon_slider .owl-item {
    height: 270px;
}

#clientscon_slider.owl-carousel .owl-wrapper-outer {
    float: none;
    max-height: inherit;
}

.engagement_con {
    float: left;
    width: 29%;
    margin: 30px 0 0 4%;
}

.engagement_con h4 {
    float: left;
    width: 100%;
    color: #553513;
    font-weight: 600;
    padding-top: 10px;
}

.travaux_list {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.travaux_list ul {
    float: left;
    width: 100%;
}

.travaux_list ul li {
    float: left;
    width: 100%;
    padding-top: 30px;
}

.travaux_ico {
    float: left;
    width: 14%;
    height: 50px;
    text-align: center;
}

.travaux_right {
    float: left;
    width: 80%;
    padding-left: 6%;
}

.travaux_right h6 {
    float: left;
    color: #333333;
    width: 100%;
    font-weight: 600;
}

.travaux_right p {
    float: left;
    width: 100%;
    color: #999999;
    line-height: 140%;
    padding-top: 5px;
}

.intervention_section {
    float: left;
    width: 100%;
    background-color: #FFF;
    padding-top: 60px;
}

.intervention_con {
    float: left;
    width: 100%;
}

.intervent_list {
    float: left;
    width: 100%;
    padding: 30px 0 0;
}

.intervent_list ul {
    float: left;
    width: 100%;
}

.intervent_list ul li {
    float: left;
    width: 33.2%;
    height: 534px;
    overflow: hidden;
    position: relative;
}

.intervent_list ul li.last {
    width: 33.6%;
}

.intervent_img {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
}

.intervent_detail {
    width: 90%;
    height: 86%;
    margin: 0 auto;
    overflow: hidden;
    display: table;
    bottom: 15%;
    top: 7%;
    left: 0;
    right: 0;
    position: absolute;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}

.intdetail_main {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    display: table-cell;
    border: 1px solid #FFF;
}

.intdetail_main .title_sec h4 span {
    border-top: 3px solid #ED7C01;
}

.title_sec {
    float: left;
    width: 90%;
    height: auto;
    padding: 0 5%;
    text-align: center;
    bottom: 0;
    /*top:-3%;*/
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    position: relative;
}

.title_sec h4 {
    font-size: 20px;
    width: auto;
    height: auto;
    font-weight: 600;
    color: #FFF;
    line-height: 120%;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}

.title_sec h4 span {
    width: 50px;
    border-top: 3px solid #FFF;
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
}

.intervent_list ul li.intervent_1 .intervent_img {
    background: url(../images/travaux-interieur.jpg) no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.intervent_list ul li.intervent_2 .intervent_img {
    background: url(../images/travaux-exterieur.jpg) no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.intervent_list ul li.intervent_3 .intervent_img {
    background: url(../images/extension.jpg) no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.intervent_list ul li.intervent_4 .intervent_img {
    background: url(../images/intervention4.jpg) no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.intervent_list ul li.intervent_5 .intervent_img {
    background: url(../images/intervention5.jpg) no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.intervent_list ul li.intervent_6 .intervent_img {
    background: url(../images/intervention6.jpg) no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.intervent_hoverbox {
    float: left;
    width: 90%;
    height: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 50px;
    padding: 20px 5% 0 5%;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}

.intervent_list ul li:hover .intervent_hoverbox {
    opacity: 1;
    visibility: visible;
    top: 0;
    height: auto;
}

.intervent_list ul li:hover .intervent_detail {
    background: rgba(255, 255, 255, 0.80) 0 0;
}

.intervent_list ul li:hover .title_sec h4 {
    color: #533313;
}

.intervent_list ul li:hover .title_sec {
    /*top:0;*/
}

.intervent_list ul li:hover .intdetail_main {
    vertical-align: middle;
}

.intervent_hoverbox p {
    width: 80%;
    color: #333;
    line-height: 150%;
    padding: 0 10%;
}

.intervent_hoverbox .btn {
    background: none;
    padding: 0 25px;
    border: 2px solid #F47F1F;
    height: 40px;
    line-height: 40px;
    color: #F47F1F;
    font-size: 14px;
    margin-top: 30px;
}

.intervent_hoverbox .btn:hover {
    background-color: #F47F1F;
    color: #FFF;
}

.intervention_btn {
    float: left;
    width: 100%;
    text-align: center;
}

.intervention_btn .btn {
    padding: 0 20px;
}

.mois_section {
    float: left;
    background-color: #FFF;
    width: 100%;
    padding: 80px 0;
}

.mois_con {
    float: left;
    width: 100%;
    text-align: center;
}

.mois_conin {
    width: 78%;
    min-height: 758px;
    margin: 40px auto 0;
    display: inline-block;
    box-shadow: 0 0 3px #dbdbdb;
    -webkit-box-shadow: 0 0 3px #dbdbdb;
    -moz-box-shadow: 0 0 3px #dbdbdb;
    position: relative;
}

.mois_left {
    float: left;
    width: 50%;
    min-height: 758px;
    background-image: url(../images/realisation_du_img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.mois_right {
    float: left;
    width: 40%;
    min-height: 690px;
    padding: 40px 5% 0 5%;
    text-align: left;
    position: relative;
}

.mois_right h3 {
    float: left;
    width: 100%;
    color: #26818D;
    font-weight: 400;
    line-height: 120%;
}

.mois_right h4 {
    float: left;
    width: 100%;
    color: #513313;
    font-weight: 600;
    line-height: 130%;
    padding-top: 15px;
}

.mois_list {
    float: left;
    width: 100%;
}

.mois_list ul {
    float: left;
    width: 100%;
}

.mois_list ul li {
    float: left;
    width: 100%;
    padding-top: 30px;
}

.mois_list ul li h6 {
    float: left;
    width: 100%;
    color: #333333;
    font-weight: 600;
}

.mois_list ul li p {
    float: left;
    color: #999999;
    font-size: 16px;
    line-height: 140%;
    padding-top: 15px;
}

.mois_btn {
    width: auto;
    height: auto;
    position: absolute;
    right: 35px;
    bottom: 0;
}

.mois_btn a {
    font-size: 14px;
    background-color: #26818E;
    line-height: 42px;
    height: 42px;
    padding: 0 25px;
}

.mois_btn a span {
    background: url(../images/subscribe_arrow.svg) no-repeat;
    width: 25px;
    height: 10px;
    display: inline-block;
    vertical-align: top;
    margin: 16px 0 0 15px;
}

.mois_btn a:hover {
    background-color: #1E656F;
}

.partner_section {
    background: #FFFFFF;
    float: left;
    width: 100%;
    height: auto;
    padding: 5px 0 150px 0;
}

.partner_section_main {
    float: left;
    width: 100%;
    height: auto;
}

.our_partner {
    float: left;
    width: 78%;
    height: auto;
    padding-top: 40px;
    padding: 40px 11% 0 11%;
}

#partner_logoslider .owl-buttons .owl-prev {
    width: 19px;
    height: 30px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: url(../images/partner_errow_prv.svg) no-repeat left;
    position: absolute;
    left: -45px;
    top: 50px;
}

#partner_logoslider .owl-buttons .owl-next {
    width: 19px;
    height: 30px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: url(../images/partner_errow_next.svg) no-repeat left;
    position: absolute;
    right: -45px;
    top: 50px;
}

.partner_logoimg {
    float: left;
    width: 84%;
    margin: 0 8%;
}

.partner_logoimg a {
    float: left;
    border: 1px solid #E8E8E8;
    width: 99.6%;
    height: 136px;
    line-height: 136px;
    text-align: center;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}

.partner_logoimg a img {
    width: 94px;
    vertical-align: middle;
    display: inline-block;
}

.partner_logoimg a:hover {
    border: 1px solid #27818E;
}

#partner_logoslider.owl-carousel {
    overflow: inherit;
}

/*---------------------footer---start---------------------------------*/
#footer {
    max-width: 1920px;
    width: auto;
    margin: 0 auto;
}

.footer {
    float: left;
    width: 100%;
    height: auto;
}

.footer {
    float: left;
    width: 100%;
    height: auto;
}

.footer_top {
    background: url(../images/footer_sep.png) repeat-x left top #E5E1DE;
    float: left;
    width: 100%;
    height: auto;
    padding: 55px 0 30px;
}

.footer_top_main {
    /*float: left;*/
    width: 98%;
    height: auto;
    margin: 0 auto;
    padding: 0 5% 0;
}

.footer_logo {
    width: 120px;
    height: 83px;
    margin: 0 auto;
    display: block;
}

.footer_logo a {
    width: 100%;
    height: auto;
}

.footer_logo a img {
    display: block;
}

.footer_nav {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 30px;
    text-align: center;
}

.footer_nav ul {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.footer_nav ul li {
    width: auto;
    height: auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #6A6969;
    line-height: 110%;
    display: inline-block;
}

.footer_nav ul li a {
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #6A6969;
    line-height: 110%;
    margin: 0 14px;
}

.footer_nav ul li a:hover {
    color: #593A1C;
}

.newsletter_section {
    width: 36%;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
    display: table;
}

.newsletter_section p {
    float: left;
    width: 100%;
    color: #666666;
    line-height: 120%;
    text-align: left;
}

.newsletter_main {
    float: left;
    background: #C7C5C4;
    width: 100%;
    /*height: 46px;*/
    margin-top: 20px;
}

.subscribe {
    /*float: left;*/
    /*width: auto;*/
    /*height: auto;*/
    /*height: 20px;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #EC7B01;
    line-height: 20px;
    margin-top: 13px;
    padding: 0 3%;
    text-align: center;
    /*border-right: 2px solid #FFFFFF;*/
}

.subscribe_input {
    border: none !important;
    border-bottom: 1px solid #afafaf !important;
    padding: 10px;
    color: #ffffff;
    margin: 10px 0;
    background: none;
    height: 100%;
    border-radius: 0;
}
.subscribe_input::-webkit-input-placeholder {color: #e6e6e6; text-align: center}
.subscribe_input::-moz-placeholder          {color: #e6e6e6; text-align: center}
.subscribe_input:-moz-placeholder           {color: #e6e6e6; text-align: center}
.subscribe_input:-ms-input-placeholder      {color: #e6e6e6; text-align: center}
.subscribe-form {
    text-align: center;
}
.subscribe_submit_btn {
    width: 100%;
    margin-top: 15px;
    height: 40px;
    background-color: #f47f1f;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
}

input[type="text"].subscribe_txt {
    background: none;
    float: left;
    width: 56%;
    height: 46px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 3%;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

input[type="text"].subscribe_txt::-webkit-input-placeholder {
    color: #FFF;
}

input[type="text"].subscribe_txt:-moz-placeholder {
    color: #FFF;
}

.subscribe_submit {
    background: url(../images/subscribe_arrow.svg) no-repeat center center;
    float: left;
    width: 12%;
    height: 46px;
    text-indent: -15000px;
    position: relative;
}

.social_section {
    float: right;
    width: auto;
    height: auto;
}

.social_section ul {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.social_section ul li {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 0 3px;
}

.social_section ul li a {
    background: url(../images/social_bg.svg) no-repeat left 34px;
    float: left;
    width: 34px;
    height: 34px;
    line-height: 31px;
    border: 2px solid #E0DBD5;
    display: block;
    text-align: center;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}

.social_section ul li a svg {
    display: inline-block;
    vertical-align: middle;
}

.social_section ul li a:hover {
    background-position: left 0;
    border: 2px solid #533313;
}

.notre_site_btn {
    float: right;
    width: auto;
    height: auto;
}

.notre_site_btn .btn {
    float: right;
    height: 42px;
    line-height: 42px;
    text-transform: inherit;
    padding: 0 15px;
}

.notre_site_btn .btn span {
    background: url(../images/notre_site_btn_ico.svg) no-repeat center right;
    width: 26px;
    height: 42px;
    display: inline-block;
    padding-left: 12px;
    vertical-align: top;
}

.footer_bot {
    float: left;
    background: #C7C5C4;
    width: 100%;
    height: auto;
    padding: 20px 0;
}

/*---------------------footer---end---------------------------------*/
/*---------------------index---end---------------------------------*/

/*---------------------Inner Page Start-------------------------------*/
/*---------------------Peinture Page Start-------------------------------*/
.inner_banner {
    float: left;
    background-image: url(../images/inner_banner.jpg);
    width: 100%;
    height: 325px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    position: relative;
}

.inner_bannercon {
    float: left;
    width: 100%;
    padding-top: 170px;
}

.inr_bnrin {
    float: left;
    width: 100%;
}

.iner_title {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
}

.iner_title h1 {
    width: auto;
    height: auto;
    font-size: 42px;
    font-weight: 600;
    color: #FFF;
    line-height: 120%;
    display: inline-block;
}

.iner_title h1 span {
    width: 50px;
    border-top: 3px solid #F47F1F;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.iner_title p {
    font-size: 24px;
    color: #FFF;
    line-height: 140%;
    padding-top: 10px;
}

.breadcrumb_bg {
    background-color: #F6F6F6;
    float: left;
    width: 100%;
    padding: 14px 0;
}

.breadcrumb_con {
    width: 83.33%;
    display: table;
    margin: 0 auto;
}

.breadcrumb_con ul {
    float: left;
    width: 100%;
}

.breadcrumb_con ul li {
    float: left;
    width: auto;
    padding: 3px 15px 3px 0;
}

.breadcrumb_con ul li a {
    float: left;
    width: auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #656565;
    line-height: 100%;
}

.breadcrumb_con ul li.last {
    padding-right: 0;
}

.breadcrumb_con ul li span {
    float: left;
    width: 9px;
    height: 9px;
    background: url(../images/breadcrumb_errow.svg) no-repeat;
    margin: 6px 0 0 15px;
}

.breadcrumb_con ul li p {
    color: #F08922;
    line-height: 100%;
}

.inner_contain {
    background-color: #FFF;
    float: left;
    width: 100%;
    padding: 80px 0 40px 0;
}

.fiche_raw {
    background-color: #FFF;
    float: left;
    width: 100%;
    padding: 20px 0 150px 0;
}

.fiche_conin {
    float: left;
    width: 100%;
}

.fiche_left {
    float: left;
    width: 74%;
}

.fiche_left .title {
    text-align: left;
}

.fiche_left .title h2 span {
    margin: inherit;
}

.fiche_top {
    float: left;
    width: 100%;
}

.fichetop_left img {
    float: left;
    width: 65%;
    padding: 30px 2% 0 0;
    display: block;
}

.fiche_left p {
    font-size: 18px;
    color: #656565;
    text-align: justify;
    line-height: 190%;
    padding-top: 15px;
}

.proin_raw {
    float: left;
    width: 100%;
}

.proin_left {
    float: left;
    width: 67%;
    padding-top: 25px;
}

.proin_left h4 {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #553513;
    font-weight: 600;
    line-height: 140%;
}

.proin_left p {
    float: left;
    width: 100%;
}

.proin_right {
    float: left;
    width: 30%;
    height: auto;
    margin: 25px 0 0 3%;
}

.proin_right img {
    display: block;
}

.marche_right {
    float: left;
    width: 24%;
    padding: 60px 0 0 2%;
}

.marche_bg {
    background-color: #F5F5F5;
    float: left;
    width: 91.6%;
    padding: 40px 4%;
    border: 1px solid #EBEBEB;
}

.marche_bg .title h2 {
    font-size: 30px;
}

.marche_list {
    float: left;
    width: 100%;
}

.marche_list ul {
    float: left;
    width: 100%;
}

.marche_list ul li {
    float: left;
    width: 100%;
    padding-top: 60px;
}

.cmnt_leftico {
    float: left;
    width: 19%;
}

.cmnt_right {
    float: left;
    width: 76%;
    padding: 8px 0 0 5%;
}

.cmnt_right h4 {
    float: left;
    width: 100%;
    color: #333333;
    font-weight: 600;
    line-height: 120%;
}

.cmnt_right p {
    float: left;
    width: 100%;
    color: #999999;
    font-size: 20px;
    line-height: 120%;
    padding-top: 3px;
}

.demandez_bg {
    background-color: #25818D;
    float: left;
    width: 80%;
    padding: 25px 10%;
    margin-top: 15px;
}

.demandez_bg p {
    float: left;
    width: 100%;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 140%;
    text-align: center;
}

.demandez_bg span {
    font-family: 'Source Sans Pro', sans-serif;
    color: #EF7D0C;
}

.derniers_raw {
    background-color: #F6F6F6;
    float: left;
    width: 100%;
    padding: 100px 0;
}

.derniers_con {
    float: left;
    width: 100%;
}

.conseils_list {
    float: left;
    width: 84%;
    padding: 0 8%;
}

.conseils_raw {
    float: left;
    width: 100%;
}

.conseils_box {
    background-color: #FFF;
    float: left;
    width: 46.8%;
    border: 1px solid #D6D6D6;
    min-height: 160px;
    margin: 45px 1.5% 0 1.5%;
    display: none;
}

.more_conseils {
    float: left;
    width: 100%;
    text-align: center;
}

.more_conseils a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #553513;
    line-height: 100%;
    display: inline-block;
    background: url(../images/plus_ico.svg) no-repeat top;
    padding: 70px 0 0 0;
    margin-top: 50px;
}

.conseils_left {
    float: left;
    width: 47%;
    min-height: 170px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.conseils_left img {
    float: left;
    display: block;
}

.conseils_right {
    float: left;
    width: 49%;
    padding: 7px 2%;
}

.conseils_right span {
    float: left;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #F47F1F;
    line-height: 100%;
}

.conseils_right h6 {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #573819;
    line-height: 120%;
    padding-top: 5px;
}

.conseils_right p {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #7F7F7F;
    line-height: 120%;
    padding-top: 5px;
}

.conseils_right a {
    float: left;
    width: auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #EF7D0C;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: 15px;
}

.engagements_raw {
    background-color: #FFF;
    float: left;
    width: 100%;
    padding-top: 60px;
}

.engagements_con {
    float: left;
    width: 100%;
}

.engagements_con .title h4 {
    float: left;
    width: 100%;
    color: #553513;
    font-weight: 600;
    padding-top: 10px;
}

.engagements_con .travaux_list {
    width: 76%;
    padding: 40px 12% 0 12%;
}

.engagements_con .travaux_list ul li {
    width: 20%;
    margin: 0;
}

.engagements_con .travaux_list ul li .travaux_ico {
    width: 100%;
    text-align: center;
}

.engagements_con .travaux_list ul li .travaux_right {
    width: 98%;
    padding: 0 1%;
    text-align: center;
    background: url(../images/travaux_septet.svg) no-repeat right top;
    margin-top: 30px;
}

.engagements_con .travaux_list ul li .travaux_right p {
    width: 92%;
    padding: 15px 4% 0;
}

.engagements_con .travaux_list ul li.last .travaux_right {
    background: none;
}

/*---------------------Peinture Page End-------------------------------*/
/*---------------------Univers Page start-------------------------------*/
.restaurantinr_raw {
    float: left;
    width: 100%;
    position: relative;
}

.toutes_list {
    float: left;
    width: 100%;
}

.toutes_list ul {
    float: left;
    width: 100%;
}

.toutes_list ul li {
    float: left;
    width: 31%;
    margin: 35px 3% 0 0;
    box-shadow: 2px 2px 1px #DDD;
    -webkit-box-shadow: 2px 2px 1px #DDD;
    -moz-box-shadow: 2px 2px 1px #DDD;
    position: relative;
}

.toutes_list ul li a {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
}

.toutes_list ul li a:hover .toutes_btmtxt {
    background: #E6801C;
    border: 1px solid #E6801C;
    border-top: none;
}

.toutes_list ul li a:hover h4 {
    color: #FFFFFF;
}

.toutes_list ul li.last {
    margin-right: 0;
}

.toutes_img {
    float: left;
    width: 100%;
}

.toutes_img img {
    display: block;
}

.toutes_btmtxt {
    float: left;
    width: 89.6%;
    height: auto;
    display: block;
    padding: 0 5%;
    border: 1px solid #CDCDCD;
    border-top: none;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}

.toutes_btmtxt h4 {
    width: 100%;
    height: 85px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #553513;
    line-height: 120%;
}

.univers_page .partner_section {
    padding: 100px 0;
}

.univers_page .engagements_raw {
    padding-top: 0;
}

.inner_page.univers_page .top_socail {
    width: 116px;
}

/*---------------------Univers Page end-------------------------------*/
/*---------------------actualites Page start-------------------------------*/
.actualites_section {
    float: left;
    width: 100%;
    height: auto;
}

.actualites_section_main {
    width: 78%;
    height: auto;
    margin: 0 auto;
}

.actualites_raw {
    float: left;
    width: 100%;
    height: auto;
    padding: 35px 0 35px;
    border-bottom: 1px solid #D9D9D9;
}

.actualites_raw.first {
    padding-top: 0px;
}

.actualites_raw_img {
    float: left;
    width: 34%;
    height: auto;
    padding-top: 6px;
}

.actualites_raw_img img {
    display: block;
}

.actualites_con {
    float: left;
    width: 62%;
    height: auto;
    padding-left: 4%;
}

.actualites_con h4 {
    float: left;
    width: 100%;
    height: auto;
    font-size: 24px;
    font-weight: 600;
    color: #553513;
    line-height: 120%;
}

.date {
    float: left;
    width: 100%;
    height: auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #BFBFBF;
    line-height: 100%;
    padding: 8px 0 13px 0;
    text-transform: uppercase;
}

.actualites_con p {
    float: left;
    width: 64%;
    height: auto;
    color: #666666;
    line-height: 120%;
    text-align: justify;
}

.actualites_con .more {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 32px;
}

.actualites_con .more a {
    background: url(../images/actualites_more.svg) no-repeat left 2px;
    float: left;
    width: auto;
    height: auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #26818d;
    line-height: 110%;
    text-decoration: none;
    padding-left: 31px;
}

.pagination {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 40px;
    text-align: center;
}

.pagination ul {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: inline-block;
}

.pagination ul li {
    float: left;
    width: auto;
    height: auto;
    display: inline-block;
}

.pagination ul li a {
    width: auto;
    height: auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 110%;
    padding: 0 3px;
    text-align: center;
    text-transform: uppercase;
}

.pagination ul li a.active {
    text-decoration: underline;
}

.pagination ul li.next a {
    color: #26808D;
    margin-left: 22px;
}

.pagination ul li.prv a {
    color: #26808D;
    margin-right: 22px;
}

/*---------------------actualites Page End-------------------------------*/
/*---------------------actualites_detail Page start-------------------------------*/
.actualites_detail_section {
    float: left;
    width: 100%;
    height: auto;
}

.actualites_detail_main {
    width: 53.3%;
    height: auto;
    margin: 0 auto;
}

.actualites_detail_title {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 48px;
}

.actualites_detail_title h4 {
    float: left;
    width: 100%;
    height: auto;
    font-size: 24px;
    font-weight: 600;
    color: #553513;
    line-height: 120%;
}

.actus_detail_img {
    float: left;
    width: 100%;
    height: auto;
}

.actus_detail_img img {
    display: block;
}

.actualites_detail_main .date {
    padding: 25px 0 15px 0;
}

.actus_detail_con {
    float: left;
    width: 100%;
    height: auto;
}

.actus_detail_con p {
    float: left;
    width: 100%;
    height: auto;
    color: #4D4D4D;
    font-weight: 400;
    text-align: justify;
    padding-bottom: 20px;
}

.actus_detail_con p span {
    font-weight: 600;
}

.actualites_detail_main .pagination {
    padding-top: 20px;
}

/*---------------------actualites_detail Page End-------------------------------*/
/*---------------------nos_prestations Page start-------------------------------*/
.nos_prestations_section {
    float: left;
    width: 100%;
    height: auto;
}

.nos_prestations_main {
    width: 81.2%;
    height: auto;
    padding-bottom: 30px;
    margin: 0 auto;
    display: table;
}

.nos_prestations_con {
    float: left;
    width: 100%;
    height: auto;
}

.nos_prestations_con ul {
    float: left;
    width: 100%;
    height: auto;
}

.nos_prestations_con ul li {
    float: left;
    width: 29%;
    height: auto;
    padding: 60px 2% 0;
}

.nos_prestations_con ul li a {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 2px 2px 3px #cbcbcb;
    -webkit-box-shadow: 2px 2px 3px #cbcbcb;
    -moz-box-shadow: 2px 2px 3px #cbcbcb;
    position: relative;
}

.nos_prestations_con ul li a img {
    display: block;
}

.prestations_title {
    width: 81%;
    position: absolute;
    top: 20px;
    left: -18px;
    display: table;
}

.nos_pre_title {
    background: rgba(39, 129, 140, 0.87);
    width: 100%;
    height: 57px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 110%;
    padding: 0 9%;
    display: table-cell;
    vertical-align: middle;
    box-shadow: 2px 2px 3px rgba(39, 129, 140, 0.6);
    -webkit-box-shadow: 2px 2px 3px rgba(39, 129, 140, 0.6);
    -moz-box-shadow: 2px 2px 3px rgba(39, 129, 140, 0.6);
    position: relative;
    text-transform: uppercase;
}

.nos_prestations_con ul li a .prestations_title .nos_pre_errow {
    background: url(../images/nos_prestations_corn.svg) no-repeat;
    width: 18px;
    height: 13px;
    position: absolute;
    left: 0;
    bottom: -13px;
}

.nosprestations_page .realisations_section {
    background-color: #F6F6F6;
    padding: 80px 0;
}

/*---------------------nos_prestations Page End-------------------------------*/
/*---------------------Realisation Page Start-------------------------------*/
.renovation_left {
    float: left;
    width: 55.6%;
    padding: 0 5% 0 8.4%;
}

.renovation_left .title {
    float: none;
    display: block;
    text-align: left;
}

.renovation_left .title h2 {
    font-size: 30px;
}

.renovation_left .title h2 span {
    margin: inherit;
}

.realisation_page .marche_right {
    width: 29%;
}

/*----------Renovation Slider Satrt---------------*/
.slider.rnvn_slider .owl-controls .owl-buttons .owl-prev {
    width: 44px;
    height: 40px;
    background: url(../images/renovation_errowbtm_l.svg) no-repeat center #78583F;
    left: 0;
    opacity: 1;
}

.slider.rnvn_slider .owl-controls .owl-buttons .owl-next {
    width: 44px;
    height: 40px;
    background: url(../images/renovation_errowbtm_r.svg) no-repeat center #78583F;
    right: 0;
    opacity: 1;
}

.slider.rnvn_slider ul#single-slider li p {
    background-color: #FFF;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #553513;
    padding: 15px 0;
    line-height: 140%;
}

ul#single-slider {
    border: 1px solid #E1E1E1;
}

.slider.rnvn_slider ul#thumb-slider {
    width: 94%;
    margin: 15px 3% 0 3%;
    overflow: inherit;
}

.slider.rnvn_slider ul#thumb-slider .owl-controls .owl-buttons .owl-prev {
    background: url(../images/renovation_errowbtm_l.svg) no-repeat center;
    left: -5%;
    top: 23px;
}

.slider.rnvn_slider ul#thumb-slider .owl-controls .owl-buttons .owl-next {
    background: url(../images/renovation_errowbtm_r.svg) no-repeat center;
    right: -5%;
    top: 23px;
}

.slider.rnvn_slider {
    margin-top: 30px;
}

ul#single-slider li img {
    display: block;
    /*width: 100%;*/
    margin: 0 auto;
}

ul#thumb-slider li {
    margin: 0 8%;
}

#single-slider .owl-controls {
    top: 42%;
}

/*----------Renovation Slider End---------------*/
/*---------------------Realisation Page End-------------------------------*/
.rnovationslider_raw {
    float: left;
    width: 100%;
}

.basoin_raw {
    background-color: #FFF;
    float: left;
    width: 100%;
    padding: 10px 0 130px 0;
}

.basoin_con {
    float: left;
    width: 100%;
    padding: 55px 0 0 0;
}

.basoin_con a {
    color: #ef7d0b;
    border-bottom: 1px solid;
}

.basoin_con a:hover {
    border-bottom: none;
}

.basoin_con ul, .basoin_con ol {
    float: left;
    margin: 20px 0 0 20px;
}

.basoin_con ul li {
    list-style-type: disc;
    color: #848484;
    font-size: 16px;
    line-height: 140%;
}

.basoin_con ol li {
    list-style-type: decimal;
    color: #848484;
    font-size: 16px;
    line-height: 140%;
}

.basoin_box {
    float: left;
    width: 100%;
    padding-top: 40px;
}

.basoin_box .title {
    float: none;
    display: block;
    text-align: left;
}

.basoin_box .title h4 {
    font-size: 25px;
    color: #553513;
    font-weight: 600;
    line-height: 115%;
}

.basoin_box .title h4 span {
    width: 50px;
    border-top: 3px solid #EF7D0B;
    display: block;
    padding-bottom: 15px;
}

.basoin_txtcon {
    float: left;
    width: 100%;
}

.basoin_txtcon p {
    float: left;
    width: 100%;
    color: #848484;
    font-size: 18px;
    line-height: 160%;
    padding-top: 20px;
    text-align: justify;
}

.basoin_box.first {
    padding-top: 0;
}

.topsocail_tit {
    float: left;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #664A2C;
    line-height: 100%;
}

.social_section.top_conlink {
    float: left;
    padding-top: 30px;
    text-align: left;
}

.social_section.top_conlink ul {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.realisation_page .fiche_raw {
    padding-bottom: 0;
}

.realisation_page .realisations_section {
    background-color: #F6F6F6;
    padding: 80px 0 25px 0;
}

.realisation_page .realisations_section .more_realisations .btn {
    height: auto;
    line-height: 120%;
    padding: 15px 30px;
}

/*---------------------Realisation Page End-------------------------------*/
/*---------------------Quisommes Page Start----------------------*/
.travaux_raw {
    background-color: #FFF;
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

.travaux_con {
    float: left;
    width: 78%;
    padding: 0 11%;
}

.travaux_mainimg {
    float: left;
    width: 100%;
    margin-top: 35px;
    box-shadow: 2px 2px 4px #CCC;
    -webkit-box-shadow: 2px 2px 4px #CCC;
    -moz-box-shadow: 2px 2px 4px #CCC;
    position: relative;
}

.travaux_mainimg img {
    width: 100%;
    display: block;
}

.sub_con {
    float: left;
    width: 100%;
    height: auto;
    font-size: 18px;
    text-align: center;
    padding-top: 25px;
    line-height: 170%;
}

.travauxbtm_raw {
    float: left;
    width: 94%;
    padding: 45px 3% 0;
}

.travaux_box {
    float: left;
    width: 30%;
    padding: 0 5% 0 0;
}

.travaux_box .title h6 {
    width: auto;
    height: auto;
    font-weight: 600;
    color: #EF7D0C;
    line-height: 120%;
    display: inline-block;
    text-transform: uppercase;
    text-align: justify;
}

.travaux_box .title {
    text-align: left;
}

.travaux_box .title h6 span {
    width: 28px;
    border-top: 2px solid #EE8009;
    display: block;
    padding-bottom: 15px;
}

.votr_txt {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 190%;
    color: #656565;
    padding: 5px 0 0 0;
    text-align: justify;
}

.travaux_txtlist {
    float: left;
    width: 100%;
    padding: 3px 0 0 0;
}

.travaux_txtlist p span {
    background: url(../images/bullet_img%20.svg) no-repeat top;
    display: inline-block;
    width: 3px;
    height: 3px;
    vertical-align: top;
    margin: 13px 8px 0 0;
}

.travaux_txtlist p {
    float: none;
    width: auto;
    font-size: 14px;
    color: #656565;
    line-height: 190%;
    display: inline-block;
    text-align: justify;
}

.travaux_box.last {
    padding-right: 0;
}

.proche_raw {
    background-color: #25818D;
    float: left;
    width: 100%;
    padding: 40px 0;
}

.proche_con {
    float: left;
    width: 77%;
    padding: 0 10% 0 13%;
}

.proche_left {
    float: left;
    width: 30%;
}

.proche_left img {
    display: block;
}

.proche_right {
    float: left;
    width: 66%;
    padding: 0 0 0 4%;
}

.proche_right h2 {
    float: left;
    width: 100%;
    font-weight: 600;
    color: #FFF;
    line-height: 110%;
}

.proche_right p {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #FFF;
    line-height: 150%;
    padding-top: 35px;
}

.proche_right .agence_search {
    width: 100%;
    padding: 15px 0 0 0;
}

.proche_right .search_main {
    width: 33%;
}

.votre_raw {
    background-color: #FFF;
    float: left;
    width: 100%;
    padding: 40px 0 100px 0;
}

.votre_con {
    float: left;
    width: 77%;
    padding: 0 10% 0 13%;
}

.votre_left {
    float: left;
    width: 64%;
}

.votre_left .title {
    text-align: left;
}

.votre_left .title h2 {
    font-size: 28px;
}

.votre_left .title h2 span {
    margin: inherit;
}

.votre_left ul {
    float: left;
    width: 100%;
    background: url(../images/step_border.png) repeat-y 33px 0;
    margin: 35px 0 0;
}

.votre_left ul li {
    float: left;
    width: 86%;
    min-height: 120px;
    padding: 0 0 15px 14%;
    position: relative;
}

.votre_left ul li.last {
    min-height: inherit;
    padding-bottom: 0;
}

.votre_left ul li.step_space .step_right {
    padding-top: 15px;
}

.step_number {
    float: left;
    width: 75px;
    height: 75px;
    background: url(../images/number_bg.png) no-repeat;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 70px;
    text-align: center;
    position: absolute;
    left: 0;
}

.step_number span {
    width: 9px;
    height: 5px;
    background: url(../images/step_border.png) no-repeat;
    position: absolute;
    left: 33px;
    top: -3px;
}

.step_right {
    float: left;
    width: 100%;
    padding: 5px 0 0;
}

.step_right h5 {
    float: left;
    width: 100%;
    font-weight: 600;
    color: #F47F1F;
    line-height: 120%;
    text-transform: uppercase;
}

.step_right p {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #656565;
    line-height: 120%;
}

.ncharte_right {
    background-color: #EDEDED;
    float: left;
    width: 28%;
    margin: 30px 0 0 2%;
    padding: 40px 3%;
}

.votre_left .more_realisations {
    text-align: left;
    padding-top: 60px;
}

.ncharte_con {
    float: left;
    width: 100%;
}

.ncharte_box {
    float: left;
    width: 100%;
    padding-top: 55px;
}

.ncharte_box.first {
    padding-top: 0;
}

.ncharte_box .title {
    text-align: left;
}

.ncharte_box .title h2 {
    font-size: 28px;
}

.ncharte_box .title h2 span {
    margin: inherit;
}

.pour_txt {
    float: left;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #656565;
    line-height: 130%;
    padding-top: 5px;
}

.chart_logobg {
    float: left;
    background-color: #FFF;
    width: 97.6%;
    height: 148px;
    line-height: 148px;
    text-align: center;
    border: 4px solid #25818D;
    margin-top: 10px;
}

.chart_logobg img {
    vertical-align: middle;
}

p.pour_txtbtm {
    float: left;
    width: 100%;
    color: #656565;
    line-height: 130%;
    padding-top: 15px;
}

.ncharte_box .more_realisations {
    text-align: left;
    padding-top: 15px;
}

.ncharte_box .more_realisations .btn {
    padding: 0 40px;
}

/*---------------------Quisommes Page End------------------------*/
/*---------------------contact Page start------------------------*/
.contact_section {
    float: left;
    width: 100%;
    height: auto;
}

.contact_section_main {
    float: left;
    width: 100%;
    height: auto;
}

.contact_form {
    width: 750px;
    height: auto;
    margin: 0 auto;
    padding-top: 19px;
    display: table;
}

.contact_raw {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 24px;
}

.contact_txt {
    float: left;
    background: none;
    width: 718px;
    height: 44px;
    border: 1px solid #DADADA;
    padding: 0 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.contact_txt.mr {
    margin-right: 27px;
}

.contact_txt.first {
    width: 387px;
}

.contact_txt.last {
    width: 272px;
}

.area_txt {
    float: left;
    background: none;
    width: 718px;
    height: 110px;
    border: 1px solid #DADADA;
    padding: 10px 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.contact_btn {
    text-align: center;
    padding-bottom: 15px;
}

.contact_btn .btn {
    background: #26818e;
    height: 48px;
    padding: 0 80px;
    line-height: 48px;
}

.contact_btn .btn:hover {
    background: #1e656f;
}

.la_newsletter {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 20px;
}

.contact_check {
    width: auto;
    height: auto;
    margin-top: 3px;
    vertical-align: top;
    display: inline;
}

.la_newsletter p {
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    padding-left: 15px;
    display: inline;
}

.contact_form .note {
    float: left;
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    padding-top: 20px;
}

/*---------------------contact Page End------------------------*/
/*---------------------partenaires Page start------------------------*/
.partenaires_section {
    float: left;
    width: 100%;
    height: auto;
}

.partenaires_section_main {
    float: left;
    width: 100%;
    height: auto;
}

.partenaires_con {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}

.partenaires_con ul {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.partenaires_con ul li {
    width: 330px;
    height: auto;
    padding: 22px 0 0 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 46px;
}

.partenaires_in {
    float: left;
    width: 99.8%;
    height: 330px;
    border: 1px solid #CDCDCD;
    position: relative;
    overflow: hidden;
}

.partenaires_in a {
    float: left;
    width: 100%;
    height: auto;
}

.partenaire_logo {
    float: left;
    width: 100%;
    height: 330px;
    line-height: 330px;
}

.partenaire_logo img {
    vertical-align: middle;
}

.partenaires_con ul li:hover .partenaire_detail {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.partenaire_detail {
    background: rgba(255, 255, 255, 0.89);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    bottom: 0;
    display: table;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}

.pat_detail_main {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.partenaire_detail .title {
    float: left;
    width: 100%;
    text-align: center;
}

.partenaire_detail .title h4 {
    color: #553513;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 115%;
}

.partenaire_detail .title h4 span {
    width: 50px;
    border-top: 3px solid #26818e;
    display: block;
    padding-bottom: 15px;
    margin: 0 auto;
}

.partenaire_detail p {
    float: left;
    width: 86%;
    height: auto;
    color: #666666;
    line-height: 140%;
    text-align: justify;
    padding: 25px 7%;
}

.part_title_sec {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 25px;
}

.part_title_sec h4 {
    float: left;
    width: 100%;
    height: auto;
    font-size: 24px;
    font-weight: 600;
    color: #26818d;
    line-height: 120%;
}

.part_title_sec p {
    float: left;
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #666666;
    text-align: center;
    padding-top: 22px;
}

/*---------------------partenaires Page End------------------------*/
/*---------------------Contactez Page Start------------------------*/
.trouvez_raw {
    float: left;
    width: 100%;
}

.trouvez_con {
    float: left;
    width: 100%;
}

.trouvez_form {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 70px;
}

.trouvez_form h6 {
    float: left;
    font-weight: 600;
    color: #656565;
    line-height: 100%;
    text-transform: uppercase;
    padding: 15px 15px 0 0;
}

.trouvez_form form {
    display: inline-block;
    width: auto;
}

.trouvez_bg {
    background-color: #25818D;
    float: left;
    width: 590px;
    height: 56px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
}

input.trouvez_txtbox[type="text"] {
    float: left;
    background-color: #FFF;
    width: 390px;
    height: 44px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #BFBFBF;
    padding: 0 15px;
    border: none;
    margin: 6px 0 0 6px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    position: relative;
}

.trouvez_bg .submit_btn {
    float: left;
    background: url(../images/search_ico.svg) no-repeat 14px 20px;
    width: 164px;
    height: 56px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 100%;
    padding: 0 0 0 24px;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    position: relative;
}

.mapinr_raw {
    background-color: #FFF;
    float: left;
    width: 100%;
    margin-top: 60px;
}

.mapleft_con {
    float: left;
    width: 62%;
}

.mapleft_con iframe {
    width: 100%;
    height: 535px;
}

.agences_right {
    background-color: #F8F8F8;
    float: left;
    width: 37%;
    height: 495px;
    padding: 30px 1% 10px 0;
}

.agences_right h4 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #553513;
    line-height: 120%;
    padding-bottom: 20px;
}

/*--------------Scrollbar Start----------------*/
.scrollbar {
    width: 530px;
    height: 300px;
    background-color: #fff;
    margin: 50px 0 0 40px;
    overflow-y: scroll;
    float: left;
    padding: 10px;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.content {
    height: 450px;
}

#css_version::-webkit-scrollbar {
    width: 11px;
}

#css_version::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 11px;
    border-radius: 11px;
}

#css_version::-webkit-scrollbar-thumb {
    -webkit-border-radius: 11px;
    border-radius: 11px;
    background: #9F96AD;
}

#css_version::-webkit-scrollbar-thumb:window-inactive {
    background: #9F96AD;
}

.scrollbox {
    width: 97% !important;
    height: 445px;
    overflow: auto;
    padding: 3px 0 0 3% !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.vertical-track {
    width: 7px;
    background: #E2E2E2;
    -webkit-border-radius: 11px;
    border-radius: 11px;
}

.vertical-handle {
    width: 7px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    background: #C0C0C0;
}

/*--------------Scrollbar End----------------*/
.agncebox_raw {
    background-color: #FFF;
    float: left;
    width: 93%;
    margin-top: 14px;
    padding: 20px 2%;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}

.agncebox_raw.first {
    margin-top: 0;
}

.agncecon_left {
    float: left;
    width: 21%;
}

.agncecon_right {
    float: left;
    width: 76%;
    padding: 0 0 0 3%;
}

.title_right {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.title_right h6 {
    width: auto;
    height: auto;
    font-weight: 600;
    color: #553513;
    line-height: 120%;
    display: inline-block;
    text-transform: uppercase;
}

.title_right h6 span {
    width: 50px;
    border-bottom: 3px solid #ED7C01;
    display: block;
    padding-top: 10px;
}

.agnce_btmraw {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.agnce_btmleft {
    float: left;
    width: 46%;
}

.agnce_btmleft p {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #656565;
    line-height: 120%;
}

.agnce_btmleft a {
    float: left;
    width: auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #656565;
    line-height: 100%;
}

.agnce_btmright {
    float: left;
    width: 51%;
    margin: 0 0 0 3%;
}

.agnce_btmright .btn {
    width: 100%;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    vertical-align: top;
    padding: 0;
}

.agnce_btmright .sec {
    background-color: #25818D;
    margin-top: 5px;
}

.agnce_btmright .sec:hover {
    background-color: #1E656F;
}

.travaux_section {
    float: left;
    width: 100%;
    height: auto;
    padding: 90px 0 30px 0;
}

.travaux_section_main {
    width: 79%;
    height: auto;
    margin: 0 auto;
}

.travaux_section_main .title {
    float: left;
    width: 100%;
    text-align: left;
}

.travaux_section_main .title h4 {
    font-size: 24px;
    color: #553513;
    font-weight: 600;
    line-height: 115%;
}

.travaux_section_main p {
    float: left;
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 18px;
    line-height: 170%;
    text-align: justify;
    padding-top: 40px;
}

/*---------------------Contactez Page End------------------------*/

/*--------------------- 8Aug-Start ------------------------*/

.top_socail {
    /*float: right;*/
    width: 60px;
    background-color: #fff;
    padding: 6px 0 6px 0;
    position: absolute;
    right: 0;
    top: 5px;
}

.top_socail ul {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.top_socail ul li {
    float: left;
    width: auto;
    height: auto;
    margin: 6px 6px 0 0;
}

.top_socail ul li.last {
    margin-right: 0;
}

.top_socail ul li a {
    background: url(../images/social_bg.svg) no-repeat left 34px;
    float: left;
    width: 20px;
    height: 20px;
    line-height: 18px;
    border: 2px solid #666666;
    display: block;
    text-align: center;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}

.top_socail ul li a svg {
    display: inline-block;
    vertical-align: middle;
    fill: #666666;
}

.top_socail ul li a:hover {
    background-position: left 0;
    border: 2px solid #533313;
}

.top_socail ul li:hover a svg {
    fill: #FFF;
}

.banner_form {
    background-color: #999;
    float: left;
    width: 100%;
    margin-top: -520px;
}

.bnrform_in {
    float: right;
    width: 340px;
    position: relative;
}

.banner_formbg {
    float: left;
    width: 100%;
}

.bnrform_tit {
    float: left;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
    line-height: 120%;
    text-align: center;
}

.bnrform_tit span {
    color: #F47F1F;
    font-family: 'Source Sans Pro', sans-serif;
}

.mainbrn_form {
    background-color: rgba(255, 255, 255, 0.20);
    float: left;
    width: 89.4%;
    border: 1px solid #FFF;
    margin: 15px 0 0;
    padding: 20px 5%;
}

.main_txtbox {
    float: left;
    background: #FFF;
    width: 92%;
    height: 44px;
    padding: 0 4%;
    margin: 10px 0 0 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    border: none !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url(PIE.htc);
    position: relative;
}

.main_txtarea {
    float: left;
    background: #FFF;
    width: 92%;
    height: 80px;
    border: none;
    padding: 5px 4%;
    margin: 10px 0 0 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url(PIE.htc);
    position: relative;
}

.main_btn {
    background: #E6801C;
    width: 100%;
    height: 50px;
    margin: 10px 0 0 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    transition: all 0.25s ease-in 0s;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
    display: inline-block;
}

.main_btn:hover {
    background: #D7660B;
}

.agence_sec {
    background: #fff;
    float: left;
    width: 100%;
    height: auto;
    padding-top: 35px;
}

.agence_sec_main {
    float: left;
    width: 100%;
    height: auto;
}

.agence_left_img {
    float: left;
    width: 50%;
    height: auto;
}

.agence_left_img img {
    display: block;
}

.agence_right_main {
    float: right;
    width: 42%;
    padding: 40px 0 0 7%;
}

.agence_right_con {
    float: left;
    width: 100%;
}

.agence_right_main .title {
    text-align: left;
}

.agence_right_con h2 {
    float: left;
    width: 100%;
    font-size: 48px;
    color: #533313;
}

.agence_right_con h4 {
    float: left;
    width: 100%;
    padding-top: 5px;
    color: #707070;
    text-transform: uppercase;
}

.agence_right_con h2 span {
    margin: 0;
}

.address_raw {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 15px;
}

.add_info {
    float: left;
    width: 100%;
    padding-top: 25px;
}

.add_info h5 {
    font-size: 24px;
    font-weight: 400;
    color: #F47F1F;
    line-height: 120%;
    text-transform: capitalize;
}

.add_info p {
    font-size: 24px;
    color: #666666;
}

.add_info a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #707070;
    line-height: 120%;
}

.equip_sec {
    float: left;
    width: 99%;
    height: auto;
    padding: 10px 0 0 1%;
}

.equip_raw {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 25px;
}

.equip_main {
    float: left;
    width: 47%;
    height: auto;
}

.equip_left {
    float: left;
    width: 87px;
    height: 87px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 0 0 2px 2px;
    behavior: url(PIE.htc);
    position: relative;
}

.equip_left img {
    display: block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 0 0 2px 2px;
    behavior: url(PIE.htc);
    position: relative;
}

.equip_right {
    float: left;
    width: auto;
    padding: 2px 0 0 15px;
}

.equip_right h6 {
    font-weight: 600;
    color: #656565;
    line-height: 120%;
}

.equip_right p {
    font-weight: 400;
    font-size: 15px;
    color: #656565;
    line-height: 120%;
    max-width: 150px;
}

.equip_right a {
    background: url(../images/phone-1.svg) no-repeat left;
    padding-left: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #533313;
    line-height: 120%;
}

.equip_raw.sec {
    padding-bottom: 15px;
}

.add_info a.btn {
    background: #F47F1F;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.add_info a.btn:hover {
    background: #D7660B;
}

.engabg_raw {
    background-color: #FFF;
    float: left;
    width: 100%;
    padding-top: 4px;
    position: relative;
}

.engabg_con {
    float: left;
    width: 100%;
}

.engabg_raw .engagements_con .travaux_list {
    padding: 20px 0 0 0;
    width: 100%;
}

.telach_bg {
    float: right;
    background: #D9D9D9;
    width: 19%;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    padding: 60px 3% 50px 0;
}

.telach_form {
    float: left;
    width: 100%;
    position: relative;
}

.telach_right {
    float: right;
    width: 54%;
}

.telach_right h4 {
    color: #533313;
    font-size: 22px;
    font-weight: 700;
    line-height: 110%;
}

.telach_right h4 span {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

.telach_right .main_btn {
    background-color: #533313;
}

.telach_right .main_txtbox {
    width: 84%;
    height: 48px;
    padding: 0 8%;
}

.lmtd_left {
    float: left;
    width: 56%;
    position: absolute;
    left: -25%;
    height: 100%;
}

.lmtdl_bg {
    background-color: #F47F1F;
    float: left;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px #AAAAAA;
    -webkit-box-shadow: 0 0 10px #AAAAAA;
    -moz-box-shadow: 0 0 10px #AAAAAA;
    position: relative;
    position: relative;
}

.engabg_raw .engagements_raw {
    width: 73%;
}

.lmtdl_txt {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 35px;;
}

.lmtdl_txt span.first {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    line-height: 100%;
}

.lmtdl_txt span.sec {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: #FFF;
    line-height: 100%;
}

.realisations_section.dernis_sec {
    padding: 70px 0 0 0;
}

.realisations_section.dernis_sec .realisations_section_main h2 span.color {
    font-family: 'Source Sans Pro', sans-serif;
    color: #F47F1F;
    border: none;
    display: inherit;
    margin: inherit;
    padding: 0;
    width: auto;
}

.realisations_section.dernis_sec .realisations_section_main {
    width: 76%;
    padding: 0 12%;
}

.realisations_section.dernis_sec .realisations_con ul li {
    width: 23.4%;
    padding: 0 0.8%;
}

.derniers_raw.conseils_sec .conseils_box {
    width: 45.4%;
    display: block;
    margin: 45px 2% 0;
}

.derniers_raw.conseils_sec .conseils_box:hover {
    background-color: #F47F1F;
}

.derniers_raw.conseils_sec .conseils_box:hover .conseils_right span {
    color: #FFF;
}

.derniers_raw.conseils_sec .conseils_box:hover .conseils_right h6 {
    color: #573819;
}

.derniers_raw.conseils_sec .conseils_box:hover .conseils_right p {
    color: #FFF;
}

.derniers_raw.conseils_sec .conseils_box:hover .conseils_right a {
    color: #FFF;
}

.derniers_raw.conseils_sec .conseils_box:hover {
    border: 1px solid #F47F1F;
}

.derniers_raw.conseils_sec {
    background: #FFF;
    padding: 70px 0;
}

.derniers_raw.conseils_sec .derniers_con {
    float: none;
    width: 1308px;
    margin: 0 auto;
}

.derml_bg {
    width: 50%;
    position: absolute;
    background: #F5F5F5;
    height: 100%;
    left: 0;
    top: 0;
}

.dermr_bg {
    width: 50%;
    position: absolute;
    background: #ECECEC;
    height: 100%;
    right: 0;
    top: 0;
}

.derniers_raw.conseils_sec .conseils_list {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 85px 0 130px 0;
    position: relative;
}

.derniers_raw.conseils_sec .conseils_list .conseils_raw {
    position: relative;
}

.notre_raw {
    float: left;
    width: 100%;
    min-height: 200px;
    position: relative;
}

.notre_l {
    background-color: #26818E;
    width: 50%;
    position: absolute;
    left: 0;
    height: 100%;
}

.notre_r {
    background-color: #E4E1DE;
    width: 50%;
    position: absolute;
    right: 0;
    height: 100%;
}

.notre_con {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 0;
}

.notrecon_l {
    float: left;
    width: 47%;
    padding: 0 3% 0 0;
}

.notrecon_l.right {
    padding: 0 0 0 3%;
}

.notrecon_l .title {
    text-align: left;
}

.notrecon_l .title h2 {
    color: #FFF;
    font-size: 28px;
}

.pour_txt2 {
    float: left;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    line-height: 130%;
    padding-top: 5px;
}

.chartcon_right {
    float: left;
    width: 58%;
}

.chart_logobg2 {
    background-color: #FFF;
    float: left;
    width: 35%;
    height: 142px;
    line-height: 140px;
    text-align: center;
    border: 4px solid #185963;
    margin: 10px 5% 0 0;
}

.notrecon_l.right .chart_logobg2 {
    border: 4px solid #FFF;
}

.chart_logobg2 img {
    vertical-align: middle;
}

p.pour_txtbtm2 {
    float: left;
    width: 100%;
    color: #FFFFFF;
    line-height: 130%;
    padding-top: 15px;
}

.notrecon_l.right .title h2 {
    color: #533313;
}

.notrecon_l.right .pour_txt2 {
    color: #553513;
}

.notrecon_l.right p.pour_txtbtm2 {
    color: #656565;
}

.notrecon_l .more_realisations .btn {
    background: #F47F1F;
    padding: 0 40px;
}

.notrecon_l .more_realisations .btn:hover {
    background: #D7660B;
}

.notrecon_l.right .more_realisations .btn {
    background: #26818E;
}

.notrecon_l.right .more_realisations .btn:hover {
    background: #1E656F;
}

.notrecon_l .more_realisations {
    text-align: left;
    padding-top: 30px;
}

.notre_raw .container {
    width: 1170px;
}

.notrecon_l.right .chart_logobg2 img {
    float: left;
    width: 100%;
}

.partner_section.sec_slider {
    padding: 70px 0;
}

.footer_col {
    float: left;
    width: 17%;
    margin: 2% 2% 2% 0;
}

.footer_link {
    float: left;
    width: 100%;
    padding: 15px 0 0;
}

.footer_link ul {
    float: left;
    width: 100%;
}

.footer_link ul li {
    float: left;
    width: 100%;
    padding: 13px 0 0 0;
}

.footer_link ul li a {
    float: left;
    width: auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5B5A59;
    line-height: 100%;
}

.footer_col h5 {
    float: left;
    width: 100%;
    font-weight: 600;
    color: #F47F1F;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase;
}

.newsletter_btm {
    float: left;
    width: 100%;
    padding: 24px 0 0;
}

.newsletter_btm p {
    color: #5B5B59;
    line-height: 150%;
}

.footerbtm_l {
    float: left;
    width: auto;
    padding: 15px 0 0;
}

.footer_bot_main {
    float: left;
    width: 78%;
    padding: 0 11%;
}

.footer_bot_main p {
    float: left;
    width: auto;
    height: auto;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #5B5B59;
    line-height: 120%;
}

.social_section ul li.last {
    padding-right: 0;
}

.bnr_hp .banner_conin h1 {
    width: 100%;
    background: none;
    font-size: 54px;
    color: #FFF;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.bnr_hp .banner_conin p {
    width: 100%;
    padding: 15px 0 0 0;
}

.bnr_hp .banner_conin {
    width: 31%;
    padding: 0 0 0 19%;
}

.comment_hp .agence_section_bg {
    background-color: #553514;
    min-height: 210px;
    height: auto;
}

.comment_hp .agence_main {
    padding: 0;
}

.comment_hp.comment_section {
    padding: 15px 0 70px 0;
}

.comment_hp .comment_con {
    background-color: #FFF;
    border: none;
}

.comment_hp .agence_section {
    height: 98.5%;
    top: 1.5%;
}

.comment_hp .video_section {
    padding: 40px 0 0 6%;
}

.comment_hp .comment_step {
    padding-top: 130px;
}

.comment_hp .step_btn {
    padding-top: 100px;
}

.intervention_section.inter_hp {
    background-color: #E8E8E8;
    padding-top: 30px;
}

.boxboder_top {
    width: 100%;
    position: absolute;
    height: 22px;
    background: url(../images/boxtop_border.png) no-repeat center;
    top: 0;
    opacity: 0;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}

.intervent_list ul li:hover .boxboder_top {
    opacity: 1;
}

.realisations_section.dernis_sec.realisations_hp {
    background-color: #F6F6F6;
    padding: 70px 0 50px 0;
}

.engabg_raw.enga_hp {
    padding: 40px 0;
}

.engabg_raw.enga_hp .telach_bg {
    top: 40px;
}

.engabg_raw.enga_hp .engagements_raw {
    padding-top: 0;
}

.realisations_section.dernis_sec.realisations_hp .more_realisations {
    padding-top: 70px;
}

.realisations_section.univers .realisations_title {
    height: 44px;
}

.mois_section.mois_hp .mois_right h3 {
    color: #EB7B00;
}

.moiscon_img {
    float: left;
    width: 100%;
}

.moisimg_in {
    float: left;
    width: 48%;
    margin: 20px 4% 0 0;
}

.moisimg_in.last {
    margin-right: 0;
}

.mois_section.mois_hp .mois_right {
    width: 42%;
    padding: 40px 4% 0;
}

.mois_section.mois_hp .mois_left {
    background-image: url(../images/mois_img.jpg);
}

.mois_section.mois_hp .mois_btn {
    left: 20px;
}

.mois_section.mois_hp .mois_btn a {
    background: none;
    color: #267F8D;
}

.intervention_section.inter_hp .intervent_list ul li.intervent_1 .intervent_img {
    background: url(../images/interior-renovations.jpg) no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.intervention_section.inter_hp .intervent_list ul li.intervent_2 .intervent_img {
    background: url(../images/house-extension.jpg) no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.intervention_section.inter_hp .intervent_list ul li.intervent_3 .intervent_img {
    background: url(../images/interior-work.jpg) no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.derniers_raw.conseils_sec.conseils_hp {
    background-color: #F5F5F5;
}

.derniers_raw.conseils_sec.conseils_hp .conseils_list {
    padding: 0;
}

.notre_raw.notre_hp {
    background-color: #FFF;
    padding: 30px 0 0 0;
}

.mois_section.mois_hp .mois_btn a span {
    background: url(../images/more_arrow.svg) no-repeat;
}

/*--------------------- 8Aug-End ------------------------*/
.restaurantinr_raw .telach_bg {
    background: #F4F4F4;
    width: 365px;
    padding: 60px 5% 50px 0;
    position: relative;
    margin-top: 20px;
}

.restaurantinr_raw .telach_right {
    width: 48%;
    margin-right: 10%;
}

.restaurantinr_raw .telach_right h4 {
    font-size: 18px;
}

.restaurantinr_raw .lmtd_left {
    width: 31%;
    left: 24px;
    top: -60px;
}

.restaurantinr_raw .lmtdl_bg {
    background: #25818D;
}

.restaurantinr_raw .telach_right .main_btn {
    background: #EF7D0B;
    text-transform: capitalize;
    font-weight: 600;
}

.restaurantinr_raw .telach_right .main_btn:hover {
    background: #F47F1F;
}

.derniers_raw.univers {
    margin-top: 30px;
}

.les_dossiers_section {
    float: left;
    width: 100%;
    padding: 90px 0 70px 0;
}

.les_dossiers_section_main {
    float: left;
    width: 100%;
    height: auto;
}

.dossiers_box {
    float: left;
    width: 70.4%;
    height: auto;
    margin: 45px 17% 0 9%;
    box-shadow: 0 0 3px #CCC;
    -webkit-box-shadow: 0 0 3px #CCC;
    -moz-box-shadow: 0 0 3px #CCC;
    position: relative;
}

.dossiers_box_in {
    float: left;
    width: 100%;
    height: auto;
}

.dossiers_box_left {
    float: left;
    width: 40%;
    padding: 50px 5% 30px;
    height: auto;
}

.dossiers_box_left h2 {
    font-weight: 600;
    color: #D2D2D2;
    line-height: 120%;
}

.dossiers_box_left h3 {
    font-weight: 600;
    color: #F47F1F;
    line-height: 140%;
    padding-top: 20px;
}

.dossiers_box_left p.first {
    font-size: 18px;
    color: #ACACAC;
    line-height: 230%;
    padding-top: 40px;
}

.dossiers_box_left p span {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #adadad;
}

.dossiers_box_left p {
    font-weight: 600;
}

.dossiers_box_left a.voir_btn {
    background: #F47F1F;
    float: left;
    width: auto;
    height: 48px;
    line-height: 48px;
    padding: 0 40px;
    margin-top: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.dossiers_box_left a.voir_btn:hover {
    background: #E87A17;
}

.pageination {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 30px;
}

.pageination ul {
    float: left;
    width: 100%
}

.pageination ul li {
    float: left;
    width: auto;
    height: auto;
    margin-right: 3px;
}

.pageination ul li a {
    float: left;
    width: auto;
    height: auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #838282;
    line-height: 120%;
}

.pageination ul li.dossire a {
    margin-left: 20px;
}

.dossiers_box_right {
    float: left;
    width: 50%;
}

.marche_right.marcrel_right {
    width: 29%;
    padding: 0 0 0 2%;
}

.marche_right.marcrel_right .marche_bg .title h2 {
    font-size: 36px;
}

.marche_right.marcrel_right .telach_bg {
    background-color: #F4F4F4;
    float: left;
    width: 95%;
    padding: 60px 5% 50px 0;
    margin: 60px 0 0 0;
    position: relative;
}

.marche_right.marcrel_right .telach_right h4 {
    font-size: 18px;
}

.marche_right.marcrel_right .lmtd_left {
    left: 24px;
    top: -60px;
    width: 31%;
}

.marche_right.marcrel_right .lmtdl_bg {
    background-color: #25818D;
}

.marche_right.marcrel_right .telach_right {
    width: 56%
}

.marche_right.marcrel_right .telach_right .main_txtbox {
    border: 1px solid #DDD !important;
}

.marche_right.marcrel_right .telach_right .main_btn {
    background-color: #EF7D0B;
    text-transform: capitalize;
    height: 58px;
}

.marche_right.marcrel_right .telach_right .main_btn:hover {
    background-color: #E87A17;
}

.realisations_section.dernis_sec.realisations_hp.reltion_right .more_realisations .btn {
    height: auto;
    line-height: 120%;
    padding: 15px 30px;
}

.rnovationslider_raw.rnvtion_raw {
    background-color: #FFF;
    padding-bottom: 90px;
}

.derniers_raw.conseils_sec.conseils_hp.rel_deter .conseils_list {
    width: 90%;
    padding: 0 5%;
}

.derniers_raw.conseils_sec.conseils_hp.rel_deter .conseils_left {
    min-height: 213px;
}

.right_img {
    float: left;
    width: 100%;
    height: auto;
}

.right_img img {
    display: block;
}

.dossiers_slider {
    float: left;
    width: 100%;
    height: auto;
}

.doosier_slid_img {
    float: left;
    width: auto;
    height: auto;
    position: relative;
    cursor: pointer;
}

.doosier_slid_img img {
    display: block;
}

.hover_box {
    background: rgba(255, 255, 255, 0.80);
    float: left;
    width: 90%;
    height: auto;
    padding: 15px 5% 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.hover_box p {
    font-size: 12px;
    font-weight: 600;
    color: #323232;
    line-height: 100%;
}

.doosier_slid_img:hover .hover_box {
    opacity: 1;
}

.derniers_raw.conseils_sec.univers .conseils_box {
    display: none;
}

.derniers_raw.conseils_sec.univers .conseils_box {
    width: 45%;
    margin: 45px 1.5% 0;
}

.realisations_section.univers .btn {
    background: #F58020;
}

.realisations_section.univers .btn:hover {
    background: #E87A17;
}

.engagements_raw.univers {
    padding: 80px 0 40px;
}

#dossiers_img_slider .owl-prev {
    background: url(../images/previous_btn.svg) no-repeat left;
    left: 0;
    top: -25px;
    width: 56px;

}

#dossiers_img_slider .owl-next {
    background: url(../images/next_btn.svg) no-repeat left;
    right: 0;
    top: -25px;
    width: 56px;
}

.franchise-name {
    position: absolute;
    color: #000000;
    padding: 10px;
    background-color: #CCCCCC;
    opacity: 0.7;
}

/*box-shadow:2px 0px 0px #000000;
	-webkit-box-shadow:2px 0px 0px #000000;
    -moz-box-shadow:2px 0px 0px #000000;
	behavior:url(PIE.htc);
	position:relative;
	
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
	
	border-radius:0 0 2px 2px;
	-webkit-border-radius:0 0 2px 2px;
    -moz-border-radius:0 0 2px 2px;
	
	behavior:url(PIE.htc);
	position:relative;
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	font-weight:600;
	color:#343433;
	line-height:100%;
	
	*/