/* =================================================================================== */
/*                                       GENERAL                                       */
/* =================================================================================== */
/* .livraisonsite { display: none;} */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: 'Barlow Semi Condensed', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Source Code Pro', monospace; */

body {
    font-family: 'Roboto', sans-serif;
    /* background: linear-gradient( rgba(255,255,255, 0.92), rgba(255,255,255, 0.92) ),url(/assets/images/bgimg.jpg) no-repeat center center; */
    background: url(/assets/images/bgimg.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}
.row {
    margin-top: 0;
    margin-bottom: 0;
}
/* BOUTONS */
.btn {
    border-radius: 0;
    padding: 0.55rem 0.75rem;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary {
    color: #fff;
    background-color: #d91515;
    border-color: #d91515;
}
.btn-4 {
    border: none;
    cursor: pointer;
    padding: 20px 80px;
    display: inline-block;
    margin: 15px 0;
    text-transform: inherit;
    letter-spacing: 1px;
    font-weight: 400;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    color: #fff;
    overflow: hidden;
    background: #000;
  }
  .btn-4a:before {
    left: 130%;
    top: 21px;
  }
  
  .btn-4:before {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 3.5;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .icon-arrow-right:before {
    content: "\f30f";
  }
  .btn-4:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .btn-4a:hover:before {
    left: 80%;
  }
  .btn-4:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-4:hover {
    background: #d91515;
    color: #fff;
  }
  
  .btn-5:before,
  .btn-6:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .btn-5:before  {
    content: "\f453";
  }
  .btn-6:before {
    content: url(/assets/images/os.svg);
    width: 65%!important;
    left: 18%!important;
  }
  
  .btn-5:hover:before,
  .btn-6:hover:before {
    top: 7px;
  }
  
  .btn-5,
  .btn-6 {
    color: #fff;
    padding: 1rem 0;
    font-size: 18px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: auto;
    width: 100%;
    text-transform: uppercase;
    text-shadow: #000000 0.05em 0.05em 0.1em;
    font-weight: 600;
  }
  .btn-5:before,
  .btn-6:before {
    left: 0;
    top: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 2.5;
    font-size: 4rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-5 span{
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.5s;
    -moz-backface-visibility: hidden;
    transition: all 0.5s;
    backface-visibility: hidden;
    padding: 4rem 1rem 0 1rem;
  }
  .btn-6 span {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.5s;
    -moz-backface-visibility: hidden;
    transition: all 0.5s;
    backface-visibility: hidden;
    padding: 2.2rem 1rem 0 1rem;
  }
  .btn-6 span strong{
    font-weight: 600;
    font-size: 2rem;
  }
  .btn-5:after,
  .btn-6:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-5:hover span,
  .btn-6:hover span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .btn-7 {
    border: none;
    cursor: pointer;
    padding: 20px 80px;
    display: inline-block;
    margin: 15px 0;
    text-transform: inherit;
    letter-spacing: 1px;
    font-weight: 400;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    color: #fff;
    overflow: hidden;
    background: transparent;
    border: 1px solid #fff;
  }
  .contact .btn-primary{
    border: none;
    cursor: pointer;
    padding: 20px 80px;
    display: inline-block;
    margin: 15px 0;
    text-transform: inherit;
    letter-spacing: 1px;
    font-weight: 400;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    color: #000;
    overflow: hidden;
    background: transparent;
    border: 1px solid #000;
  }
  .contact .btn:before,
  .btn-7a:before {
    left: 130%;
    top: 21px;
  }
  
  .contact .btn-primary:before,
  .btn-7:before {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 3.5;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .icon-arrow-right:before {
    content: "\f30f";
  }
  .contact .btn:before,
  .btn-7:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .contact .btn-primary:hover:before,
  .btn-7a:hover:before {
    left: 80%;
  }
  .contact .btn:after,
  .btn-7:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contact .btn:hover,
  .btn-7:hover {
    background: #d91515;
    color: #fff;
    border: 1px solid #d91515;
  }
  .btn-8 {
    border: none;
    cursor: pointer;
    padding: 20px 80px;
    display: inline-block;
    margin: 15px 0;
    text-transform: inherit;
    letter-spacing: 1px;
    font-weight: 400;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    color: #272727;
    overflow: hidden;
    background: transparent;
    border: 1px solid #272727;
    width: 100%;
  }
  .btn-8a:before {
    left: 130%;
    top: 21px;
  }
  
  .btn-8:before {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 3.5;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .icon-arrow-right:before {
    content: "\f30f";
  }
  .btn-8:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .btn-8a:hover:before {
    left: 80%;
  }
  .btn-8:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-8:hover {
    background: #d91515;
    color: #fff;
    border: 1px solid #d91515;
  }
  
  .site-bouton:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -23px;
    width: 46px;
    height: 1px !important;
    transform: scaleY(1.1);
    background: #b3b3b3;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/* COULEURS */
.rouge  {
    color: #d91515;
}

/* TITRES */
.home_heading::after {
    display: none;
}
.home_heading {
    text-align: left;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.7;
    text-transform: uppercase;
    letter-spacing: -2.25px;
    display: block;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.home_heading span{
    display: block;
    font-family: 'Source Code Pro', monospace;
    font-size: 62px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -2.5px;
    color: #d91515;
    position: relative;
}
.home_heading2 span{
    text-align: left;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.7;
    text-transform: uppercase;
    letter-spacing: -2.25px;
    display: block;
    font-family: 'Source Code Pro', monospace;
    color: #d91515;
}
.home_heading2 {
    display: block;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 62px;
    font-weight: 500;
    line-height: 0.8;
    position: relative;
    text-transform: uppercase;
    margin-top: 25px;
    text-align: left;
}
.site-section-number {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 17.65px;
    font-weight: 700;
    line-height: 17.65px;
    color: #1b1b1b;
    letter-spacing: 0.1765px;
}
.site-section-number:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 5px;
    background: #d91515;
    margin-left: 11px;
    margin-top: -1px;
}



.alert-danger {
    color: #d91515;
    background-color: #fff;
    border-color: #d91515;
}


p {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin: 30px 0;
    line-height: 30px;
}

/* =================================================================================== */
/*                                         INDEX                                       */
/* =================================================================================== */
/*SLIDER ACCUEIL*/
.bgAccueil {
    background: none !important;
    overflow: hidden;
    height: 90vh;

}
.carousel-indicators {
    display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
    height: 90vh;
    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');
}

/* BASELINE */
.baseline {
    z-index: 20;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.baseline img {
    width: 220px;
}

/* MOTEUR */
.moteur {
    padding: 0;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 20;
    background-color: transparent;
}
.moteur .radio_trans {
    display: none;
}
.index .input-group-addon {
    top: 2px;
}


/* SELECTION */
.home_cont_selection {
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgba(255,255,255,0.92);
}
.home_cont_selection .home_heading {
    margin-bottom: 50px;
}
.home_cont_selection .swiper-button-next {
    right: -40px;
}
.home_cont_selection .swiper-button-prev {
    left: -40px;
}
.home_cont_selection .swiper-button-next:after,
.home_cont_selection .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 30px;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #d91515;
    font-weight: 900;
}
/* .home_cont_selection article .block_info {
    display: none;
} */
.home_cont_selection .swiper-button-next,
.home_cont_selection .swiper-button-prev {
    top: 43%;
}
.home_cont_selection .info_prix {
    margin: 0;
    line-height: 1.5;
    padding: 0;
}
.home_cont_selection .info_ville {
    font-size: 15px;
    padding-top: 0;
    text-align: right;
}
.home_cont_selection .block_info ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    height: 40px;
}
.home_cont_selection .block_info ul li {
    margin-top: auto;
    margin-bottom: auto;
}

.home_cont_selection article .block_img img {
    filter: grayscale(100%);
}
.home_cont_selection article:hover .block_img img {
    filter: grayscale(0%);
}
.home_cont_selection .block_info {
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    font-weight: 600;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    padding: 0;
}
/* .home_cont_selection article:hover .block_info {
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    font-weight: 600;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
} */
.home_cont_selection article .block_info__hover {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    background: #fff;
    color: #000;
    width: 100%;
    height: 40px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -40px;
    visibility: hidden;
}
.home_cont_selection article:hover .block_info__hover {
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    font-weight: 600;
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    background: #fff;
    color: #000;
    width: 100%;
    height: 40px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    visibility:visible;
}
.home_cont_selection .card_list {
    font-size: 13px;
    font-weight: 400;
    text-transform: inherit;
}
.home_cont_selection .card_list i {
    font-size: 15px;
}
.home_cont_selection .card_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    height: 40px;
    align-items: center;
    padding-left: 5px;
    text-align: center;
}
.home_cont_selection .card_list .li-view {
    background-color: #d91515;
    color: #fff;
    align-content: center;
    padding: 9px 15px;
    float: right;
    text-align: right;
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
}

.index .prod_accueil article {
    width: calc(100% / 2 - 10px);
    overflow: hidden;
    border: 0px solid #ddd;
    margin: 5px;
    height: 282px;
}
.index .section-titre {
    height: 292px;
    margin-left: -15px;
}
.index .section-ccoeur .prod_accueil article {
    width: calc(100% / 1 - 20px);
    overflow: hidden;
    border: 0px solid #ddd;
    margin: 5px;
    height: 282px;
}
.home_cont_selection .carousel-control-next,
.home_cont_selection .carousel-control-prev {
    display: none;
}

/* PRESENTATION */
.home_cont_presentation {
    position: relative;
    background: rgba(0,0,0,0.8);
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home_cont_presentation .site-section-number {
    color: #fff;
}
.home_cont_presentation .home_heading {
    margin-bottom: 50px;
}
.text-list .largetext {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 62px;
    line-height: 62px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #fff;
    display: block;
    margin: 20px 0;
    text-align: center;
}
.text-list .smalltext{
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #b2b2b2;
    text-align: center;
}
/* .text-list .chiffres-ventes:after, */
.text-list .chiffres-clients:after,
.text-list .chiffres-collaborateurs:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}
.text-list li {
    width: calc(100% / 3 - 0px);
}
/* CATEGORIES */
.home_cont_categories {
    padding-top: 70px;
    padding-bottom: 70px;
    background: rgba(255,255,255,0.92);
}
.home_cont_categories .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.75);
    color: #fff;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
}
.cat:hover .cat-infos-overlay {
    background: rgba(0,0,0,.75);
    width: 100%;
    height: 100%;
    opacity: 1;
}
.home_cont_categories .cat-text {
    margin: 0;
}
.home_cont_categories .cat-text-small {
    margin-top: 20px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.05em;
}
.card-img, .cat{
    border-radius: 0;
}

/* SERVICES */
.home_cont_services {
    background-color: #fff;
    padding: 70px 0;
}
.home_cont_services .cat-col {
    margin: 0;
    padding: 10px;

}
.home_cont_services .cat-col a:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1c1c1c;
    opacity: 0.81;
}
.home_cont_services .cat-col:nth-child(even) a:before {
    background: #d91515;
}

.home_cont_services .cat-text {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.72px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.home_cont_services .cat-col .cat-text:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 150px;
    height: 84px;
    border: 1px solid #ffffff7a;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.home_cont_services .cat-col:hover .cat-text:after {
    width: 95%;
    height: 200px;
}

/* =================================================================================== */
/*                                       LISTING                                       */
/* =================================================================================== */
body[class*="listing-"] ,
body.listing-vente ,
body.listing-location,
body.listing-vendu,
body.listing,
body.recherche-detaillee,
body.detail {
    background: linear-gradient( rgba(255,255,255, 0.92), rgba(255,255,255, 0.92) ),url(/assets/images/bgimg.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

/* ---------------GENERAL--------------- */

[class*="listing"] .sticking .logo-header, [class*="listing-"] .sticking .logo-header {
    display: flex;
}
[class*="listing"] .container-fluid,
[class*="listing-"] .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}
[class*="listing"] .carousel-control-next,
[class*="listing-"] .carousel-control-next,
[class*="listing"] .carousel-control-prev,
[class*="listing-"] .carousel-control-prev {
    top: 46%;
}

/* ----------------MOTEUR---------------- */

[class*="listing"] .sticking .container_search,
[class*="listing-"] .sticking .container_search {
    display: none;
}
[class*="listing"] .container_search,
[class*="listing-"] .container_search {
    margin: 0;
    background-color: transparent;
    padding: 20px 0 0 0;
}
.recherche-detaillee .bootstrap-select>.dropdown-toggle,
[class*="listing"] .bootstrap-select>.dropdown-toggle,
[class*="listing-"] .bootstrap-select>.dropdown-toggle {
    background: transparent;
}
.recherche-detaillee .bootstrap-select,
[class*="listing"] .bootstrap-select,
[class*="listing-"] .bootstrap-select {
    border: 0px solid #ccc !important;
    border-bottom: 2px solid #707070 !important;
    background: transparent;
}
[class*="listing"] .form-style,
[class*="listing-"] .form-style {
    border: 0px solid #ccc !important;
    border-bottom: 2px solid #707070 !important;
    background: transparent;
}
[class*="listing"] .search__form-item:nth-child(2),
[class*="listing"] .search__form-item:nth-child(3),
[class*="listing-"] .search__form-item:nth-child(2),
[class*="listing-"] .search__form-item:nth-child(3) {
    background: transparent;
    padding: 0 10px;
}
.listing .sticking .site-pusher form, .listing-location .sticking form, .listing-location-saisonniere .sticking form, .listing-neuf .sticking form, .listing-portfolio .sticking form, .listing-portfolio .sticking form, .listing-vente .sticking form {
    padding-top: 0;
}
.plusdecritere .btn-default {
    font-size: 14px;
}
.plusdecritere .btn-default:hover {
    color: #d91515;
    background-color: transparent;
}
.creer-alerte {
    color: #d91515;
}
.ul-nb-bien {
    display: flex;
}
.ul-nb-bien li{
    padding: 0 25px 0 0;
    font-size: 14px;
}
#formrecherchevente-bar, [class*="listing"] .fiche_produit, [class*="listing-"] .fiche_produit {
    display: block;
}
.action_bar > div:nth-child(1) {
    width: 100%;
}
.action_bar .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    justify-content: space-between;
}
.block_tri_list.d-flex > label {
    margin: 0;
    width: 120px;
    line-height: 40px;
}

.block_etiquette {
    background-color: #000;
    width: 150px;
    font-weight: 400;
}
.btn-article {
    font-size: 14px!important;
    font-weight: 300;
    margin-top: 20px;
}
.btn-article::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: auto;
    margin: 0 auto;
}
.btn-article:hover::after {
    content: "";
    display: block;
    position: relative;
    background: #d91515;
    height: 1px;
    width: auto;
    margin: 0 auto;
}

/* ---------------FAVORIS--------------- */

.far.fa-bookmark:hover:before,.far.fa-bookmark .ion-ios-heart:hover:before {
    color: #d91515;
}
.far.fa-bookmark.active:before {
    color: #d91515;
}
.card-fav-absolute {
    right: 11px;
    z-index: 1500;
    text-align: left;
    margin-left: 0;
    font-size: 26px;
    position: absolute;
    color: #d91515;
}


/* ---------------VUE DAMIER--------------- */

.prod_listing.damier > .listing_article article {
    width: calc(100% / 2 - 10px);
    margin-left: 0;
    margin-right: 10px;
    border: 0;
    box-shadow: 6px 3px 5px #f7f7f7;
}
article a:hover {
    text-decoration: none;
}
.prod_listing.damier .block_info {
    min-height: 60px;
    background: #fff;
}
.damier .block_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.titre-listing {
    position: absolute;
    z-index: 21;
    bottom: 0;
    width: 100%;
    display: flex;
    text-shadow: #000 0.1em 0.1em 0.15em;
    padding: 60px 0 20px 0;
    background: linear-gradient(0deg , #000, rgb(0 0 0 / 36%), rgb(0 0 0 / 0%));
}
.damier .header-item {
    padding: 10px 0 0 10px;
    display: flex;
    justify-content: space-between;
}
.damier .info_numero,.damier .info_prix-hai, .damier .prixplus, .damier .over_desc.hidden-sm-down {
    display: none;
}
.damier .info_type{
    font-size: 14px;
    text-align: left;
    color: #d91515;
    font-weight: 400;
}
.damier .info_ville {
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    padding-top: 0;
}
.damier .info_prix {
    padding: 0 10px 0 0;
    text-align: left;
    margin: 10px 0 0px 0;
    line-height: 11px;
    font-weight: 500;
    font-size: 16px;
}
.damier .card_list .li-view {
    background-color: #d91515;
    color: #fff;
    align-content: center;
    padding: 9px 15px;
    float: right;
    text-align: right;
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
}
.prod_listing.damier .info_titre {
    display: block;
    width: 95%;
    text-align: left;
    font-size: 18px;
    color: #fff;
    padding: 0 10px;
    font-weight: 300;
}

.prod_listing.damier .block_info2 {
    min-height: 60px;
}
.prod_listing.damier .block_info2 {
    position: absolute;
    z-index: 2;
    top: 60px;
    right: 0;
    background: #fff;
    color: #000;
    width: 100%;
    height: 60px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    padding: 10px 10px;
}
.prod_listing.damier article:hover .block_info2 {
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
}
.damier .card_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: auto 0;
}
.damier .card_list li {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: auto 0;
}
.damier .card_list li i{
    font-size: 20px;
}
.damier .titre-vue-listing{
    display: none;
}
.damier .btn-listing {
    display: none;
}

/* ---------------VUE LISTING--------------- */
.prod_listing.listing article:nth-child(1) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(3) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(5) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(7) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(9) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(11) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(13) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(15) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(17) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(19) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(21) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(23) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(25) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(27) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(29) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(31) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(33) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(35) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(39) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(41) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(43) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(45) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(47) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(49) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(51) .listing-ordre-1 ,
.prod_listing.listing article:nth-child(53) .listing-ordre-1 {
    order: 1;
}
.prod_listing.listing article:nth-child(2) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(4) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(6) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(8) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(10) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(12) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(14) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(16) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(18) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(20) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(22) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(24) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(26) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(28) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(30) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(32) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(34) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(36) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(38) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(40) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(42) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(44) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(46) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(48) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(50) .listing-ordre-2 ,
.prod_listing.listing article:nth-child(52) .listing-ordre-2 {
    order: 2;
}

.detail-listing {
    display: flex;
    padding: 10px 20px 10px 20px;
    max-width: 85%;
    margin: auto;
}
.container-fluid.prod_listing.listing {
    padding: 0;
}
.prod_listing.listing article {
    background-color: #fff;
    margin: 20px 0 50px 0;
    box-shadow: 6px 3px 5px #f7f7f7;
}
.prod_listing.listing .block_img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.prod_listing.listing .block_img {
    width: 60%;
}
.prod_listing.listing  .block_info {
    width: 40%;
}
.prod_listing .description {
    display: none;
}
.prod_listing.listing .description {
    font-size: 14px;
    margin-top: 20px;
    font-weight: 400;
    display: flex;
    padding: 10px 20px 10px 20px;
    max-width: 85%;
    margin: auto;
    text-align: justify;
}
.prod_listing.listing .card_list,
.prod_listing.listing .header-item,
.prod_listing.listing .titre-listing  {
    display: none;
}
.prod_listing.listing .info_type {
    font-size: 14px;
    color: #d91515;
}
.prod_listing.listing .info_ville {
    font-size: 16px;
    padding-top: 0;
    font-weight: 500;
}
.prod_listing.listing .info_prix {
    padding: 0;
    margin: 15px 0 0px 0;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500;
}
.prod_listing.listing .btn-7 {
    padding: 10px 80px;
    color: #000;
    border: 1px solid #000;
}
.prod_listing.carte .btn-7 {
    padding: 5px 50px;
    color: #000;
    border: 1px solid #000;
    font-size: 14px;
}
.prod_listing.listing .btn-7a:before{
    top: 14px;
}
.prod_listing.carte .btn-7a:before {
    top: 8px;
}
.prod_listing.listing .btn-7:hover {
    padding: 10px 80px;
    color: #fff;
    border: 1px solid #d91515;
}
.prod_listing.carte .btn-7:hover {
    padding: 5px 50px;
    color: #fff;
    border: 1px solid #d91515;
}
.prod_listing.listing .card-listing {
    margin-top: 20px;
}
.prod_listing.listing .titre-vue-listing .info_titre {
    display: none;
}
.prod_listing.listing .titre-vue-listing {
    text-align: center;
}
.prod_listing.listing .over_desc .col1 {
    width: 100%;
    position: relative;
}
.prod_listing.listing .info_prix-hai {
    display: none;
}
.over_desc .col1 ul {
    font-size: 15px;
    text-transform: none;
    display: block;
    margin-bottom: 5px;
    padding-right: 15px;
}
.over_desc .col1 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.over_desc .col1 ul li div{
    background: #fff;
    z-index: 4;
    padding: 0 5px;
}
.over_desc .col1 ul li::after {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted rgba(0,0,0, 0.2);
    content: "";
}
.prod_listing.carte .info_prix {
    font-size: 16px;
    margin: 10px 0;
    padding: 0;
}
.prod_listing.carte .bulle i{
    font-size: 16px!important;
}
.prod_listing.carte .li-view {
    display: none;
}
.prod_listing.carte .card_list {
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 15px;
    justify-content: space-around;
}
.prod_listing.carte .spin1.info_type {
    padding-left: 0;
    padding-top: 0;
    color: #d91515;
}
.prod_listing.carte .info_ville,
.prod_listing.carte .info_prix {
    padding-left: 0;
    font-weight: 500;
}
.prod_listing.carte article {
    background: #fff;
}

@media (min-width: 1281px) {
    .prod_listing.listing .block_img img {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }
    .prod_listing.listing .block_img {
        width: 60%;
    }
    .prod_listing.listing .block_info {
        width: 40%;
    }
    .damier .block_img img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
    .page2ref .damier .block_img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .prod_listing.damier .info_titre {
        font-size: 21px;
    }
    .damier .info_prix {
        line-height: 12px;
        font-size: 15px;
    }
    .damier .info_ville,
    .damier .info_type {
        font-size: 15px;
    }
}

.info_numero, .info_prix-hai {
    color: #000;
    font-weight: 300;
}

/* ---------------VUE CARTE --------------- */

.tool_boox_map {
    background: #000 none repeat scroll 0 0;
}
.carte .article_content,
.module_recherche_carte {
    width: 50%;
}
.prod_listing.carte .titre-vue-listing {
    display: none;
}
.prod_listing.carte .card_list li {
    text-align: center;
}
.prod_listing.carte .carousel-control-next,
.prod_listing.carte  .carousel-control-prev {
    height: 40px;
    width: 40px;
}
.prod_listing.carte .carousel-control-next:hover,
.prod_listing.carte .carousel-control-prev:hover {
    background: rgba(255,255,255,.6);
    width: 40px;
}

@media (min-width: 992px) {
    .prod_listing.carte .block_img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .prod_listing.carte .block_img {
        width: 45%;
    }
    .prod_listing.carte .block_info {
        width: 55%;
    }
}

@media (min-width: 1281px) {
    .prod_listing.carte .block_img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .prod_listing.carte .block_img,
    .prod_listing.carte .block_info {
        width: 50%;
    }
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #d91515;
    border-color: #d91515;
    font-weight: 700;
}

/* =================================================================================== */
/*                                       DETAILS                                       */
/* =================================================================================== */
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #d91515 !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #d91515;
}
.detail_header .titre:after {
    background: #d91515;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #d91515;
}
.retour_pret span {
    color: #d91515;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #d91515;
    padding-left: 10px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #d91515 !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #d91515 !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}
.detail_header .titre, .detail_header .crit {
    font-weight: 400;
}
.detail_header .titre strong,
.detail_header .crit span:nth-child(1){
    color: #d91515;
}
.detail .container_page {
    margin-top: 0;
    background: #fff;
    padding: 30px;
}
/* =================================================================================== */
/*                                 COORDONNEES & FOOTER                                */
/* =================================================================================== */
.cont_coordonnees {
    display: none;
}
.index .cont_coordonnees {
    display: block;
}
.cont_coordonnees .btn {
    width: auto;
}
.cont_coordonnees {
    padding-bottom: 70px;
    background-color: #fff;
    color: #000;
    text-align: left;
    padding-top: 40px;
}
.cont_coordonnees .address {
    background-color: #272727;
    color: #fff;
    margin-top: -150px;
    z-index: 9999999;
    padding: 25px 20px;
}
.cont_coordonnees ul li {
    text-align: center;
    margin: auto 10px;
}
.address i {
    color: #d91515;
}
.coordonnees_heading {
    font-size: 18px;
    line-height: 0;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 15px;
}
.address p {
    font-size: 14px;
    margin: 0;
}
.address a .btn {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 0;
    line-height: 30px;
    color: #fff;
    padding: 0.55rem 0;
}
.cont_coordonnees_col2 {
    float: right;
    width: calc(42.77% + 102px);
    margin-left: -41px;
    height: 420px;
    margin-top: 88px;
    padding: 105px 27px 0;
    background: transparent url(/assets/images/index_contact2.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.cont_coordonnees_col2:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.85);
}

footer {
    background: rgba(255,255,255,0.92);
    color: #000000;
}
[class*="listing-"] footer,
[class*="listing"] footer,
.detail footer,
.recherche-detaillee footer {
    background: transparent;
}
footer a {
    color: #000;
}

.plan-site p {
    margin: 0;
}
.plan-site ul {
    display: -ms-flexbox!important;
    display: flex!important;
    justify-content: space-between;
    flex-wrap: wrap;
}
.plan-site ul li {
    width: calc(100% / 4 - 5px);
    margin: 15px 0;
}
.plan-site ul li p,
.plan-site ul li p a{
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
}
.plan-site ul li a {
    display: block;
    font-weight: 300;
}
.plan-site ul li a:hover {
    color: #d91515;
}
footer .reseaux-sociaux a i {
    font-size: 30px;
    color: #272727;
    margin-right: 10px;
}
footer .reseaux-sociaux a:hover i {
    font-size: 30px;
    color: #d91515;
}

/* Boite à outils */
#bloc_fixed {
    bottom: 42%;
}
#bloc_fixed ul li > i {
    font-size: 2rem;
    margin:auto;
    color: #000;
}
#bloc_fixed .bloc a {
    color: #000;
}
#bloc_fixed .bloc {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid rgba(129, 129, 129, 0.5);
    background: #d5d5d5;
    color: #000000;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    min-height: 36px;
    margin: 5px 0 20px 0;
}
#bloc_fixed .bloc:hover {
    right: 0;
    background: #d91515;
    color: #fff;
}
#bloc_fixed .bloc:hover a {
    color: #fff;
}
.bloc ul {
    height: auto;
    margin-bottom: 0;
}
#bloc_fixed .bloc ul li {
    margin-right: 10px;
    margin-top: 30px;
}
#bloc_fixed .bloc ul li:after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 1px;
    height: 31px;
    background: rgba(178, 178, 178, 0.43);
}
#bloc_fixed .bloc:nth-child(0n+3) ul li:after {
    display: none;
}
#bloc_fixed .bloc:nth-child(0n+3) ul li {
    margin-top: 0;
}

/* =================================================================================== */
/*                                     PAGES DE CONTENU                                */
/* =================================================================================== */



.bg-blanc-opacity {
    background: rgba(255,255,255,0.82);
    padding-right: 0px;
    padding-left: 0px
}
.bg-blanc {
    background: #fff;
}
.bg-rouge {
    background: #d91515;
}
.breadcrumb-cms {
    padding: 5px 0;
    font-size: 12px;
}
.breadcrumb-cms a {
    color: #fff;
}
[class*="listing"] .breadcrumb-cms a,
[class*="listing-"] .breadcrumb-cms a {
    color: #000;
}
[class*="listing"] .breadcrumb-item.active,
[class*="listing-"] .breadcrumb-item.active {
    color: #d91515;
}
.action_bar > div:nth-child(1) {
    margin: auto;
}
.top_page {
    height: 350px;
}
.achetez-avec-nous .top_page {
    background-image: url(/assets/images/top_page/top_achetez-avec-nous.jpg);
    filter: grayscale(100%);
}
.vendez-avec-nous .top_page {
    background-image: url(/assets/images/top_page/top_vendez-avec-nous.jpg);
    filter: grayscale(100%);
}
.conciergerie .top_page {
    background-image: url(/assets/images/top_page/top_conciergerie.jpg);
    filter: grayscale(100%);
}
.ventes-aux-encheres .top_page {
    background-image: url(/assets/images/top_page/top_ventes-aux-encheres.jpg);
    filter: grayscale(100%);
}
.bureaux-monaco .top_page {
    background-image: url(/assets/images/top_page/top_monaco.jpg);
    filter: grayscale(100%);
}
.bureaux-paris .top_page {
    background-image: url(/assets/images/top_page/top_paris.jpg);
    filter: grayscale(100%);
}
.agence .top_page {
    background-image: url(/assets/images/top_page/top_agence.jpg);
    filter: grayscale(100%);
}
.notre-equipe .top_page {
    background-image: url(/assets/images/top_page/top_equipe.jpg);
    filter: grayscale(100%);
}
.recherche-detaillee .top_page {
    background-image: url(/assets/images/top_page/recherche-detaillee_top.jpg);
    filter: grayscale(100%);
}
.mentions-legales .top_page {
    background-image: url(/assets/images/top_page/mentions-legales_top.jpg);
    filter: grayscale(100%);
}
.contenu_page {
    padding: 80px 25px;
}
.contenu_page .home_heading {
    font-size: 80px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.contenu_page .home_heading span {
    font-size: 50px;
}
.contenu_page p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.74;
    color: #666666;
    margin-top: 23px;
}

.bg-blanc-opacity .address {
    background-color: #272727;
    color: #fff;
    margin: -50px auto 50px auto;
    z-index: 9999999;
    padding: 25px 20px;
    text-align: center;
}
.vendez-avec-nous .bg-blanc-opacity .address,
.achetez-avec-nous .bg-blanc-opacity .address {
    margin: -50px auto 0px auto;
}
.vendez-avec-nous .mt--50,
.achetez-avec-nous .mt--50 {
    margin-top: -50px;
}
.bg-blanc-opacity .address ul li {
    text-align: center;
    margin: auto 10px;
}
.bureaux-monaco .contenu_page {
    padding: 0 0 0 25px;
    margin: 0;
}

/* .notre-equipe .equipe ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
}
.notre-equipe .equipe ul li {
    position: relative;
    width: calc(100% / 4 - 16px);
    margin: calc(0.5em * 2) 0.5rem;
    overflow: hidden;
    box-shadow: #00000030 2px 2px 7px;
    color: #1f284b;
} */
.equipe .title-post {
    font-weight: 400;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 22px;
    line-height: 26px;
    color: #1b1b1b;
    text-transform: uppercase;
}

.equipe .fonction-post {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    color: #626262;
    letter-spacing: -0.9px;
    text-transform: uppercase;
}
.equipe .mail-post a ,
.equipe .tel-post a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 18px;
    color: #666666;
    margin-top: 7px;
    text-align: center;
    font-family: "Barlow Semi Condensed", sans-serif;
}
.equipe .description-post {
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    color: #666666;
    padding: 0;
    margin: 26px 0 0;
}
.equipe .infos {
    padding: 30px;
}
.equipe li.item-equipe:nth-child(2n) .equipe-photo {
    order: 2;
}
.equipe li.item-equipe:nth-child(2n) .equipe-infos,
.equipe li.item-equipe:nth-child(2n) .equipe-infos .home_heading{
    text-align: right;
}
.equipe li.item-equipe:nth-child(2n) .equipe-infos ul li{
    text-align: right;
    margin-right: 0!important;
    margin-left: 3rem!important;
}
.equipe li.item-equipe:nth-child(2n) .equipe-infos ul{
    justify-content: end;
}
.equipe .equipe-photo img {
    width: 350px;
    height: 530px;
    object-fit: cover;
}


.contact .contact_infos {
    background: #000;
    color: #fff;
    text-align: center;
    left: -7%;
}
.detail .contact_infos{
    background: #000;
    color: #fff;
    text-align: center;
    left: -7%;
}
.contact .contact_infos a {
    color: #fff;
}
.contact_infos img {
    width: 220px;
}
.bg_collapse {
    background-color: rgba(255,255,255,0.92);
}
.contact .contact_formulaire {
    width: 100%;
    padding: 30px;
}
.detail .formcms4,
.contact .contact_formulaire .formcms4{
    margin-right: 20%;
    margin-top: 40px;
}

.detail .formcms4 label,
.recherche-detaillee label,
.contact .contact_formulaire .formcms4 label{
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    color: #666666;
    margin-bottom: 0;
}
.detail .formcms4 .form-style,
.recherche-detaillee .form-style,
.contact .contact_formulaire .formcms4 .form-style {
    font-size: 1rem;
    border: 0;
    border-bottom: 2px solid #ccc;
}
.contact .btn-primary.float-right {
    float: left!important;
}
.contact input.btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -23px;
    width: 46px;
    height: 1px !important;
    transform: scaleY(1.1);
    background: #b3b3b3;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.recherche-detaillee .input-group-addon {
    color: #727272;
}

/* RECHERCHE DETAILLEE */
.sidebar {
    margin-top: 0;
    background: transparent;
    padding: 0 10px 10px 10px;
}
.sidebar_blocinfos {
    padding: 20px;
    margin-bottom: 20px;
    background: #000;
    color: #fff;
}
.sidebar_blocinfos a{
    color: #fff;
    font-weight: 300;
}
.sidebar_blocinfos img{
    width: 200px;
}
.recherche-detaillee .nbr_results {
    display: block;
    margin: 20px 0;
    font-weight: 600;
    font-size: 2.8em;
    color: #d91515;
}
.recherche-detaillee .content_page {
    padding: 30px;
}
.recherche-detaillee .deco {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    color: #626262;
    letter-spacing: -0.9px;
    text-transform: uppercase;
    margin: 30px 0 0 0 ;
}
.recherche-detaillee .content_page p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    color: #666666;
    padding: 0;
    margin: 0;
}
.recherche-detaillee .form-search-d label.btn,
.recherche-detaillee  .form-search-d label.btn.small {
    border: 1px solid #ddd;
    font-size: .7em;
    width: 100%;
    background-color: #d1d1d1;
    margin: 0;
    color: #000;
    line-height: 1.2;
}
.recherche-detaillee .form-search-d label.btn.active {
    color: #fff;
    background: #d91515!important;
}
.sidebar p {
    color: #fff;
}


/* Mentions legales */
.mentions-legales .container.bg-blanc {
    padding: 30px 60px;
}
.mentions-legales .container.bg-blanc p,
.list_mentions ul li {
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    color: #666666;
    padding: 0;
    margin: 0;
}
.list_mentions ul li b{
    color: #000;
}
.mentions-legales h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #000;
    letter-spacing: -0.9px;
    text-transform: uppercase;
}
.mentions-legales .cont_coordonnees {
    display: block;
}
.mentions-legales .cont_coordonnees .site-section-number{
    display: none;
}


/* =================================================================================== */
/*                                     RESPONSIVE                                      */
/* =================================================================================== */
@media (min-width: 992px) {
    .site-pusher {
        display: flex;
        justify-content: center;
        background: #000;
    }
    .index .not-sticking .site-pusher {
        background: transparent;
    }

    nav.menu {
        margin: auto;
    }
    nav.menu ul {
       margin-bottom: 0;
    }
    nav.menu ul li {
        display: inline-block;
        vertical-align: middle;
        padding: 5px 30px;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
    }
    nav.menu ul li:nth-child(1) {
        border-left: none;
    }
    .menu ul > li > a, .index .not-sticking .menu ul > li > a, .menu a:not([href]):not([tabindex]) {
        display: block;
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 0.26px;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        text-align: center;
    }
    .menu ul > li:hover > a, .index .not-sticking .menu ul > li:hover > a, .menu ul > li:hover > a:not([href]):not([tabindex]) {
        color: #d91515;
    }
    .menu .dropdown-menu {
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 0.26px;
        text-transform: uppercase;
        border-top: 1px solid #272727;
        padding: 0;
        border-radius: 0;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        width: 100%;
        min-width: 220px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all .15s;
        transition: all .15s;
    }
    .menu .dropdown-menu a {
        color: #fff;
        display: block;
        padding: 10px;
        background: #000;
        text-align: center;
        text-decoration: none !important;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border-top: 1px solid #272727;
    }
    .menu .dropdown-menu a:hover {
        background: #d91515;
        border-top: 1px solid #d91515;
    }
    .header__logo {
        display: block;
        height: 110px;
        padding: 0;
    }
    .header__logo img{
        width: 110px;
        margin-left: 20px;
    }
}

@media (max-width: 991px) { 
    body { overflow-x: hidden;}
    .header__logo img {
        width: 100px;
        margin-right: 50px;
    }
    .header, .header .sticking {
        background: #000;
    }
    .burger-item,
    .burger-item::after,
    .burger-item::before{
        color: #fff;
        background: #fff;
    }
    a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: #fff;
        text-decoration: none;
    }
    nav.menu ul li .dropdown-menu {
        margin: 20px 0px;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 0px);
    }
    .index .search__form-item:nth-child(n+2) {
        width: calc(100% / 4 - 0px);
    }
    .search__form-item.c_valid {
        display: block !important;
        margin: auto 0 auto auto;
    }
    .bgAccueil {
        background: none !important;
        overflow: hidden;
        height: 65vh;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 65vh;
        min-height: 500px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .index .prod_accueil article {
        width: calc(100% / 1 - 10px);
        overflow: hidden;
        border: 0px solid #ddd;
        margin: 5px;
        height: 282px;
    }
    .home_heading span, .home_heading2 {
        font-size: 50px;
    }
    .cont_coordonnees_col2 {
        float: right;
        width: calc(42.77% + 102px);
        margin-left: -41px;
        height: 349px;
        margin-top: 46px;
        padding: 40px 27px 0;
        background: transparent url(/assets/images/index_contact2.jpg) no-repeat;
        background-position: center bottom;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 768px) {
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: -3px;
        top: 50px;
        font-size: 20px;
        background: #d91515;
        padding: 3px 12px;
        border-radius: 5px;
    }
    .prod_listing.listing .block_img,
    .prod_listing.listing .block_info {
        width: 100%;
    }
    .listing-ordre-2 { order: 2;}
    .main-content {
        margin-top: 20%;
    }
    .top_page {
        height: 160px;
        margin-top: 100px;
    }
    .contenu_page .home_heading {
        font-size: 60px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .contenu_page .home_heading span {
        font-size: 34px;
    }
    .equipe .equipe-photo img {
        width: 100%;
        height: 310px;
        object-fit: cover;
    }
    li.item-equipe {
        margin: 15px 0;
    }
}
@media (max-width: 610px) { 
    .moteur {
        top: 0;
    }
    .index .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 0px);
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 80vh;
        min-height: 500px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bgAccueil {
        background: none !important;
        overflow: hidden;
        height: 80vh;
    }
    .text-list.block-text-list.d-flex.justify-content-around,
    .cont_coordonnees ul {
        display: block!important;
    }
    .home_heading span, .home_heading2 {
        font-size: 40px;
        line-height: 1;
    }
    .home_heading2 span {
        font-size: 25px;
    }
    .text-list li {
        width: calc(100% / 1 - 0px);
    }
    .text-list .chiffres-clients:after, .text-list .chiffres-collaborateurs:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0px;
        height: 100%;
        background: rgba(255, 255, 255, 0.3);
    }
    .cont_coordonnees_col2 {
        float: right;
        width: 100%;
        margin-left: 0;
        height: 349px;
        margin-top: 0;
        padding: 40px 27px 0;
        background: transparent url(/assets/images/index_contact2.jpg) no-repeat;
        background-position: center bottom;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
    .plan-site ul {
        display: block!important;
        justify-content: space-between;
    }
    .plan-site ul li {
        width: calc(100% / 1 - 5px);
        margin: 15px 0;
    }
    .header__logo img {
        margin-left: 0;
        margin-top: 10px;
        max-width: 100%;
    }
}

.validation {
    display: none;
}