/* ============================================================== */
/*                             GENERAL                            */
/* ============================================================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');

@import url('https://fonts.googleapis.com/css2?family=Alegreya+SC:ital,wght@0,400;0,500;0,700;0,800;0,900;1,400;1,500;1,700;1,800;1,900&display=swap');
/* font-family: 'Alegreya SC', serif; */

.validation {
 display: none;
}

body {
    background: #f6f1eb;
}
.sidebar {
 display: none;
}

.or {
 color: #DCAC3A;
}
.violet {
  color: #8b3f64;
}
.mauve {
    color: #c684a5;
}
.marginauto {
 margin: auto;
}
.centre {
 text-align: center;
}
.underline {
    text-decoration: underline;
}

.page-heading, .contact .page-heading {
    font-family: 'Oswald', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    color: #545454;
}

.btn-primary {
 color: #545454;
 background: transparent;
 border: 1px solid #545454;
}
.btn-primary.bg-or {
 color: #000;
 background: url(/assets/images/bg-or.jpg) no-repeat center center;
 background-size: cover;
 border: 1px solid #545454;
 width: 50%;
 text-align: center;
 padding: .9rem .75rem;
}
.btn-primary.bg-or:hover {
 color: #fff;
 background: #545454;
 border: 1px solid #545454;
 width: 50%;
 text-align: center;
 padding: .9rem .75rem;
}
.text-align-right {
 text-align: right;
}
.text-align-left {
 text-align: left;
}
p {
    font-size: 17px;
}
a:hover { color: #545454;}
/* ============================================================== */
/*                             INDEX                              */
/* ============================================================== */
.site-container {
 background: rgb(246 241 235);
}
.index .not-sticking .site-container {
 background: rgba(255,255,255,0.6);
}

/*SLIDER ACCUEIL*/
.bgAccueil {
    background: none !important;
    overflow: hidden;
}
.carousel-indicators {
    display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
    height: 100vh;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#carouselExampleIndicatorsHome .carousel-item {
    background-size: cover;
    background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url('/assets/images/slider_home/1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider_home/2.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url('/assets/images/slider_home/3.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url('/assets/images/slider_home/4.jpg');
}

#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url('/assets/images/slider_home/5.jpg');
}

/*  --------------- HEADER ----------------- */
.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 35px;
    height: 55px;
    color: #DCAC3A;
}
.scroll-downs i {
    font-size: 30px;
    color: #DCAC3A;
}
.mousey{
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 3px solid #DCAC3A;
    border-radius: 25px;
    opacity: .75;
    box-sizing: content-box;
    background-color: rgb(246 241 235 / 90%);
}

.scroller{
    width: 4px;
    height: 12px;
    border-radius: 25%;
    background-color: #DCAC3A;
    animation-name: scroll;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
}
@keyframes scroll{
    0%{
        opacity: 0;
    }
    10%{
        transform: translateY(0);
        opacity: 1;
    }
    100%{
        transform: translateY(15px);
        opacity: 0;
    }
}
.ancre-bottom{
    position: absolute;
    z-index: 1;
    margin: auto;
    right: 50.5%;
    bottom: 4%;
}


#scroll-helper {
    position: absolute;
    bottom: 4vh;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#scroll-helper .scroll-line {
    position: initial;
    bottom: initial;
    left: initial;
    margin: 0 auto;
}
.scroll-line {
    display: block;
    position: absolute;
    bottom: 4vh;
    width: 2px;
    height: 65px;
    overflow: hidden;
    background: #DCAC3A;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    left: 48%;
}
.scroll-line.init:after {
    -webkit-animation: mymove 1.5s infinite linear;
    animation: mymove 1.5s infinite linear;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.scroll-line:after {
    content: '';
    display: block;
    z-index: 10;
    position: absolute;
    left: 0;
    width: inherit;
    height: 50%;
    background: #fff;
    transform: translateY(0%) scaleY(0);
}
#scroll-helper .scroll-word {
    position: initial;
    bottom: initial;
    margin-top: 10px;
    margin-left: 0;
}

.scroll-word {
    visibility: hidden;
    position: absolute;
    bottom: 6vh;
    margin-left: -28px;
    text-transform: uppercase;
    /* font-family: 'gillsans-mediumregular'; */
    font-size: 16px;
    letter-spacing: 4px;
    color: #DCAC3A;
    opacity: 0;
    font-weight: 500;
}
@-webkit-keyframes mymove {
    0% {
        -webkit-transform: translateY(0%) scaleY(0);
    }

    10% {
        -webkit-transform: translateY(0%) scaleY(0.5);
    }

    30% {
        -webkit-transform: translateY(50%) scaleY(1);
    }

    45% {
        -webkit-transform: translateY(200%) scaleY(0.5);
    }

    55% {
        -webkit-transform: translateY(200%) scaleY(0);
    }

    100% {
        -webkit-transform: translateY(200%) scaleY(0);
    }
}

@keyframes mymove {
    0% {
        -webkit-transform: translateY(0%) scaleY(0);
    }

    10% {
        -webkit-transform: translateY(0%) scaleY(0.5);
    }

    30% {
        -webkit-transform: translateY(50%) scaleY(1);
    }

    45% {
        -webkit-transform: translateY(200%) scaleY(0.5);
    }

    55% {
        -webkit-transform: translateY(200%) scaleY(0);
    }

    100% {
        -webkit-transform: translateY(200%) scaleY(0);
    }
}

.baseline {
    z-index: 20;
    position: absolute;
    top: 32%;
    -webkit-transform: translateY(-32%);
    -moz-transform: translateY(-32%);
    -ms-transform: translateY(-32%);
    -o-transform: translateY(-32%);
    transform: translateY(-32%);
    left: 48%;
    -webkit-transform: translateX(-48%);
    -moz-transform: translateX(-48%);
    -ms-transform: translateX(-48%);
    -o-transform: translateX(-48%);
    transform: translateX(-48%);
    background-color: rgb(246 241 235 / 70%);
    text-align: center;
    padding: 35px 0 50px 0px;
    width: 25%;
}
@media (max-width: 1280px) {
    .baseline {
        width: 37%;
        top: 20%;
    }    
}

.baseline img {
    width: 300px;
}
.baseline .border {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 6px;
    border: 3px solid #DCAC3A!important;
    opacity: 0.5;
    right: -33px;
    top: -28px;
}



.reseaux-sociaux {
    position: fixed;
    bottom: 43%;
    right: 10px;
    z-index: 999;
}
.reseaux-sociaux li {
    margin: 20px 0;
    background-color: rgba(255,255,255,0.9);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    border: 2px solid #dcac3a;
}
.reseaux-sociaux li:hover {
    background-color: #dcac3a;
}
.reseaux-sociaux li i{
    color: #000;
    font-size: 25px;
}




/* ======================================================== */
/*                           VIDEO                          */
/* ======================================================== */
.home-visuel-wrapper .video-wrapper {
    overflow: hidden;
}
.home-visuel-wrapper .video-wrapper #player {
    width: 100vw;
    height: 100vh;
}
.home-visuel-wrapper .video-wrapper #player .sliderVideo {
    /* object-fit: cover;
    width: 100%;
    height: 100%; */
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}


/* CATEGORIES */
.home_cont_categories {
    background: #fff;
    padding-top: 150px;
    padding-bottom: 150px;
}
.index .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label {
    
}

.home_cont_categories .container-fluid {
    padding-right: 100px;
    padding-left: 100px;
}

.img-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.snip1477 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    background-color: transparent;
}
.snip1477 *,
.snip1477 *:before,
.snip1477 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}
.snip1477 img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    opacity: 0.9;
}
.snip1477 .title {
    position: absolute;
    top: 79%;
    left: 49%;
    -webkit-transform: translateX(-49%);
    -moz-transform: translateX(-49%);
    -ms-transform: translateX(-49%);
    -o-transform: translateX(-49%);
    transform: translateX(-49%);
    padding: 5px 10px 10px;
}
.snip1477 .title:before,
.snip1477 .title:after {
    height: 2px;
    width: 800px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}
.snip1477 .title:before {
    top: -10%;
    left:97%;
    -webkit-transform: translateX(129%);
    transform: translateX(129%);
}
.snip1477 .title:after {
    bottom: 0;
    right: 10px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.snip1477 .title div:before, .snip1477 .title div:after {
    width: 2px;
    height: 800px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}
.snip1477 .title div:before {
    top: 10px;
    right: -10px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.snip1477 .title div:after {
    bottom: 1px;
    left: -8px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.snip1477 h2,
.snip1477 h4 {
    margin: 0;
    text-transform: uppercase;
    
}
.snip1477 h2 {
    font-weight: 400;
    color: #fff;
    padding: 15px 25px;
    width: 100%;
    /* background: linear-gradient(90deg,rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.05)); */
    /* background: rgba(255,255,255,0.5); */
    min-width: 400px;
}
.snip1477:hover h2 {
    font-weight: 400;
    color: #fff;
    background: #DCAC3A;
}
.snip1477 h4 {
    display: block;
    font-weight: 700;
    background-color: #DCAC3A;
    padding: 5px 10px;
    color: #fff;
}
.snip1477 figcaption {
    position: absolute;
    bottom: 20%;
    left: 52%;
    -webkit-transform: translateX(-52%);
    -moz-transform: translateX(-52%);
    -ms-transform: translateX(-52%);
    -o-transform: translateX(-52%);
    transform: translateX(-52%);
    padding: 5px 10px 10px;
    opacity: 0;
    padding: 5px 60px 5px 10px;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.snip1477 figcaption p {
    margin: 0;
}
.snip1477 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.snip1477:hover img,
.snip1477.hover img {
    /* zoom: 3; */
    filter: alpha(opacity=7);
    -webkit-opacity: 0.7;
    opacity: 0.7;
}
.snip1477:hover .title:before,
.snip1477.hover .title:before,
.snip1477:hover .title:after,
.snip1477.hover .title:after,
.snip1477:hover .title div:before,
.snip1477.hover .title div:before,
.snip1477:hover .title div:after,
.snip1477.hover .title div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.snip1477:hover .title:before,
.snip1477.hover .title:before,
.snip1477:hover .title:after,
.snip1477.hover .title:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.snip1477:hover figcaption,
.snip1477.hover figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/* SERVICES */

.home_cont_services .container-fluid {
    padding-right: 100px;
    padding-left: 100px;
}
.home_cont_services {
    background-color: rgb(246 241 235 / 90%);
    padding: 80px 0;
}

.snip1556 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #545454;
    display: inline-block;
    font-family: 'Oswald', Arial, sans-serif;
    margin: 10px;
    max-width: 75%;
    min-width: 250px;
    position: relative;
    text-align: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    box-shadow: none !important;
    padding: 30px 55px 0 0;
  }

@media (max-width: 1280px) {
    .snip1556 {
        max-width: 90%;
    }    
}
  .snip1556 *,
  .snip1556 *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  
  .snip1556 img {
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    max-width: 100%;
    position: relative;
    vertical-align: baseline;
    top: 40px;
  }
  
  .snip1556 figcaption {
    background:url(/assets/images/bg-or.jpg) no-repeat center center;
    background-size: cover;
    bottom: 30px;
    left: 40px;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .snip1556 h3 {
    font-size: 22px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    color: #111;
    left: 8%;
    letter-spacing: 3px;
    margin: 12px 0;
    opacity: 1;
    padding: 10px 40px 0 0;
    right: 0;
    text-transform: uppercase;
    top: 0;
    white-space: nowrap;
    
  }
  
  .snip1556 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .snip1556:hover figcaption,
  .snip1556.hover figcaption {
    background-color: #545454;
  }
  .snip1556:hover h3 {
      color: #545454;
  }

  /* PRESENTATION */
.home_cont_presentation {
    position: relative;
    background: transparent;
    margin: 0 auto;
    padding: 50px 0 30px 0;
    color: #545454;
    background-color: rgb(246 241 235 / 90%);
}

.home_cont_presentation .title {
    text-align: center;
    font-size: 42px;
    
}
.home_cont_presentation .titre-small {
    text-align: center;
    font-size: 20px;
}
.home_cont_presentation p {
    text-align: justify;
    /* font-family: 'Courier Prime', monospace;  */
    color: rgb(68, 68, 68);
    font-size: 16px;
}
.home_cont_presentation .border2 {
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 6px;
    border: 3px solid #DCAC3A!important;
    opacity: 0.5;
    right: -31px;
    top: -10px;
}
.home_cont_presentation .col2 {
    padding-left: 65px;
}

/* ============================================================== */
/*                            ALERTE EMAIL                        */
/* ============================================================== */
.alerte-email .bgAccueil-page {
    height: 70vh;
    margin-top: 120px;
    position: relative;
    background: linear-gradient( rgba(0,0,0, 0.20), rgba(0,0,0, 0.20) ),url(/assets/images/bgimg-alerte.jpg) no-repeat center center;
    background-size: cover;
}
.alerte-email .form-group {
    margin: 0;
    border-left: 0px solid #000;
    background: transparent;
}
.alerte-email .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    background: #fff;
}
.alerte-email label {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    text-transform: inherit;
    color: #000;
}


/* ============================================================== */
/*                               LISTING                          */
/* ============================================================== */




/* PAGE DETAILS */
.detail .attribut_label0, .detail .bloc-champ {
    background-color: #f6f1eb;
}
.detail .home_heading::after,.detail .home_heading::before {
    content: "";
    display: inline-block;
    width: 35%;
    height: 1px;
    background: rgba(0,0,0,0.2);
    vertical-align: middle;
    margin: 0;
}

/* ============================================================== */
/*                     COORDONNEES  / FOOTER                      */
/* ============================================================== */
.coordonnees-footer {
 padding: 20px 0;
 background-color: rgb(246 241 235 / 90%);
 color: #545454;
}

.rs {
 display: flex;
 justify-content: center;
 margin: 5px 0;
}
.rs li {
 padding: 0 10px;
}
.rs li i {
 font-size: 35px;
 color: #545454;
 top: -4px;
}
.logo-footer {
 width: 180px;
}
.border-footer {
 border-right: 1px solid rgba(0,0,0,0.2);
 border-left: 1px solid rgba(0,0,0,0.2);
}
.coordonnees-footer .text-align-right {
 padding-right: 30px;
}
.coordonnees-footer .text-align-left {
 padding-left: 30px;
}
.coordonnees-footer .btn-primary {
 width: 200px;
 padding: .2rem 0.75rem;
 margin: 3px 0;
}
.btn-info:hover, .btn-primary:hover, .btn-secondary:hover {
    color: #fff;
    background-color: #545454;
    border-color: #545454;
}
.coordonnees-footer .btn-primary2 {
    color: #545454;
    background: transparent;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 400px;
    padding: .2rem 0.75rem;
    margin: 10px 0 30px 0;
    text-transform: uppercase;
    font-weight: 100;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    
}
.coordonnees-footer .container {
    padding-bottom: 30px;
}
.home-heading-1 {
    /* background-color: rgb(246 241 235 / 100%); */
    z-index: 1;
    padding: 0 17px;
    font-size: 21px;
}
.home_heading::after, .home_heading::before {
    content: "";
    display: inline-block;
    width: 39%;
    height: 1px;
    background: rgba(0,0,0,0.2);
    vertical-align: middle;
    margin: 0;
}
.index .bloc {
    display: none;
}

footer {
    background-color: rgb(246 241 235 / 90%);
    padding: 10px;
}
footer, footer a {
    color: #545454;
    margin-top: 0;
}
footer .bloc-reseaux a:hover, footer .liens_left a:hover {
    color: #545454;
}
/* BOITE A OUTILS */
#bloc_fixed {
    bottom: 37%;
}
#bloc_fixed .bloc:hover {
    right: 12px;
}
#bloc_fixed .surcharge_favoris {
    left: 16px;
    top: 19px;
    padding-right: 0.4em;
    padding-left: .4em;
}
#bloc_fixed .bloc.bloc1 {
    background: #DCAC3A;
        border: 1px solid #545454;
}
#bloc_fixed .bloc.bloc2 {
    background: #DCAC3A;
        border: 1px solid #545454;
}
#bloc_fixed .bloc.bloc3 {
    background: #DCAC3A;
        border: 1px solid #545454;
}
#bloc_fixed .bloc {
    width: 50px;
    min-height: 50px;
    margin: 15px 0;
    position: relative;
    right: 7px;
    cursor: pointer;
    padding-left: 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #aa8848;
}
#bloc_fixed ul li > i {
    font-size: 2rem;
    top: 2px;
    left: 2px;
}

/* ASIDE */
aside.aside_contact {
    background-color: #5d5d5d;
    text-align: center;
}
aside .contact_img img {
    width: 63%;
}
aside .btn-primary, aside .btn-secondary {
    color: #000;
    background: #DCAC3A;
    border: 1px solid #DCAC3A;
}
aside .btn-info {
    color: #fff;
    background: #DCAC3A;
    border: 1px solid #DCAC3A;
}
aside .btn-primary:hover,aside .btn-secondary:hover {
    color: #fff;
    background-color: #545454;
    border-color: #545454;
}
aside .social_network i {
    font-size: 2em;
    padding: 0 5px;
    color: #DCAC3A;
}

/* ============================================================== */
/*                             ESTIMATION                         */
/* ============================================================== */
.estimation .bgAccueil-page {
    height: 70vh;
    margin-top: 120px;
    position: relative;
    background: linear-gradient( rgba(0,0,0, 0.20), rgba(0,0,0, 0.20) ),url(/assets/images/bgimg-estimation.jpg) no-repeat center center;
    background-size: cover;
}
.estimation .progress {
    background-color: #DCAC3A;
}
.estimation .progress-bar {
    height: 15px;
    background-color: #aa700b;
}
/* ============================================================== */
/*                             CONTACT                            */
/* ============================================================== */
body.contact .map, #map_contact {
    height: 350px !important;
}
.contact .bgAccueil-page {
    height: 70vh;
    margin-top: 120px;
    position: relative;
    background: linear-gradient( rgba(0,0,0, 0.20), rgba(0,0,0, 0.20) ),url(/assets/images/bgimg-contact.jpg) no-repeat center center;
    background-size: cover;
}
/* ============================================================== */
/*                             GOLDEN                             */
/* ============================================================== */
.golden .bgAccueil-page {
    height: 70vh;
    margin-top: 120px;
    position: relative;
    background: linear-gradient( rgba(0,0,0, 0.20), rgba(0,0,0, 0.20) ),url(/assets/images/bgimg-golden.jpg) no-repeat center center;
    background-size: cover;
}
.golden .text-justify {
    text-align: justify;
    padding: 10px 0;
}
.golden p {
    text-align: justify;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.8;
    color: #545454;
}
.golden .home_heading::after,.detail .home_heading::before {
    content: "";
    display: inline-block;
    width: 35%;
    height: 1px;
    background: rgba(0,0,0,0.2);
    vertical-align: middle;
    margin: 0;
}
.golden .content_page {
    width: 100%;
    margin: 0 0 50px 0;
}
.golden .content_page {
    width: 100%;
    margin: 0 0 50px 0;
}
.golden .img-pays {
    max-width: 350px;
}


/* ============================================================== */
/*                             AGENCE                             */
/* ============================================================== */
.listing-header {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    transform: translateY(-55%);
    left: 51%;
    -webkit-transform: translateX(-51%);
    -moz-transform: translateX(-51%);
    -ms-transform: translateX(-51%);
    -o-transform: translateX(-51%);
    transform: translateX(-51%);
    padding: 150px 0;
}
.agence .bgAccueil-page {
    height: 70vh;
    margin-top: 120px;
    position: relative;
    background: linear-gradient( rgba(0,0,0, 0.20), rgba(0,0,0, 0.20) ),url(/assets/images/bgimg-agence.jpg) no-repeat center center;
    background-size: cover;
}
.agence .text-justify {
    text-align: justify;
    padding: 0;
}
.agence p {
    text-align: justify;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.8;
    color: #545454;
}
.agence .home_heading::after,.detail .home_heading::before {
    content: "";
    display: inline-block;
    width: 35%;
    height: 1px;
    background: rgba(0,0,0,0.2);
    vertical-align: middle;
    margin: 0;
}
.border-agence {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* ============================================================== */
/*                          RESPONSIVE                            */
/* ============================================================== */

@media (min-width: 992px) {
    .not-sticking .site-pusher {
        background: rgb(246 241 235);
    }
  .header__logo {
   padding: 0;
  }
  .index .not-sticking .header__logo img, .not-sticking .header__logo img {
   width: 120px;
   padding: 10px 0;
 }
 .index .not-sticking .site-pusher {
     display: none;
 }
  .sticking .header__logo img, [class*="listing"] .header__logo img, [class*="listing-"] .header__logo img {
   width: 120px;
   padding: 10px 0;
 }
  .menu ul > li > a {
  font-size: 15px;
  color: #545454;
 }
 .dropdown-menu {
    min-width: 20px;
    font-size: 1rem;
    color: #292b2c;
    background-color: #f6f1eb;
    border: 1px solid rgba(0,0,0,0.1);
}
    nav.menu {
        width: auto;
        margin: auto;
    }
    .not-sticking .menu ul > li > a {
        color: #545454;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 3px;
    }

}



@media (max-width: 991px) {
 .not-sticking .burger-item, .not-sticking .burger-item::before, .not-sticking .burger-item::after, .sticking .burger-item, .sticking .burger-item::before, .sticking .burger-item::after {
  color: #DCAC3A;
  background: #DCAC3A;
}
.header__logo img {
 width: 100px;
}
.baseline img {
    width: 200px;
}
.baseline {
    width: 37%;
    top: 31%;
}
.snip1556 h3 {
    font-size: 13px;
}
.home_cont_services .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}
.displayRWD {
    display: none;
}

}
@media (min-width: 768px) {
 .title-photo-index {
     /* position: absolute;
     top: 500px;
     left: 0; */
     width: 100%;
     text-align: center;
     font-family: 'Great Vibes', cursive;
     font-size: 45px;
     line-height: 35px;
     /* text-shadow: 0 2px 0 #eec0c0; */
     letter-spacing: 1px;
     color: #555454;
     top:60px;
 }

 .title-photo-index .cotesbefore {
     font-family: 'Great Vibes', cursive;
     font-size: 2.8rem;
     color: #555454;
 }

 .title-photo-index .cotesafter {
     font-family: 'Great Vibes', cursive;
     font-size: 90px;
     color: #555454;
     top: 50px;
 }

 .title-photo-index .author-citation-home {
     display: block;
     clear: both;
     margin-top: 10px;
     font-family: 'Open Sans', 'Work Sans', sans-serif;
     font-size: 17px;
     color: #555454;
 }

 .title-photo-index .author-citation-home::before {
     content: "";
     position: relative;
     display: inline-block;
     height: 1px;
     width: 100px;
     top: -5px;
     background: #DCAC3A;
     margin-right: 10px;
 }
}

@media (max-width: 768px) {
    .title-photo-index {
        display: none;
    }
    .snip1556 img {
            top: 20px;
        }
    .home_heading::after, .home_heading::before {
        width: 12%;
    }
}


@media (max-width: 460px) {
    .header__logo img {
        width: 100px;
    }
    .border-footer {
        border-right: 0;
        border-left: 0;
        order: 1;
    }
    .home_cont_presentation .border2 {
        width: 90%;
        height: 90%;
        right: 0;
        top: 10px;
    }
    .baseline {
        width: 55%;
        top: 31%;
    }
    .baseline img {
        width: 150px;
    }
    .baseline .border {
        right: -17px;
        top: -17px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .home_heading::after, .home_heading::before {
        width: 12%;
    }
}

