/* ----------------------------------------------------------------------------------------- */
/*                                          GENERAL                                          */
/* ----------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'AirbnbCerealAppRegular';
    src: url('../font/AirbnbCerealApp-Book.eot');
    src: url('../font/AirbnbCerealApp-Book.eot?#iefix') format('embedded-opentype'),
        url('../font/AirbnbCerealApp-Book.woff2') format('woff2'),
        url('../font/AirbnbCerealApp-Book.woff') format('woff'),
        url('../font/AirbnbCerealApp-Book.ttf') format('truetype'),
        url('../font/AirbnbCerealApp-Book.svg#AirbnbCerealApp-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AirbnbCerealAppBold';
    src: url('../font/AirbnbCerealApp-Bold.eot');
    src: url('../font/AirbnbCerealApp-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/AirbnbCerealApp-Bold.woff2') format('woff2'),
        url('../font/AirbnbCerealApp-Bold.woff') format('woff'),
        url('../font/AirbnbCerealApp-Bold.ttf') format('truetype'),
        url('../font/AirbnbCerealApp-Bold.svg#AirbnbCerealApp-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.text-light {
    color: #dcdcdc!important;
}
/* HEADER */
.header {
    background: transparent;
}
.header .lang{
    pointer-events: none;
}
header .navbar {
    background: rgba(236, 236, 236, .26);
    padding: 1rem 0;
}
/* margin top for social icons */
.navbar-nav {
    margin-top: 4rem;
}
body.index header .navbar{
    margin: 0;
    top: -2rem;
}
.nav-main li {
    padding: 1rem;
    border-radius: .5rem;
}
li.list-inline-item.dropdown.vente,
li.list-inline-item.dropdown.location {
    padding-right: 1.6rem;
}
.nav-main li a {
    padding-bottom: 8px;
}
/* hover effect nav-link */
.navbar-nav li a::before {
    content: '';
    position: absolute;
    transition: transform .5s ease;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #F8F8F8;
    transform: scaleX(0);
}
.navbar-nav li a:hover::before {
    transform: scaleX(1);
}
.navbar-nav li.dropdown a::before{
    content: none !important;
}
/* dropdown hover color */
.dropdown-menu a:hover {
    background-color: rgba(159, 10, 2, 0.5);
    transition: all 0.2s ease;
}

.listing .formSearch, .content-listing .formSearch, [class*='listing-'] .formSearch, .listingloctype .formSearch, .listingloctype .formSearch {
    width: 25%;
    padding: 0 1.2rem;
}


.lafficheur li:hover, .lafficheur li.active {
    background-color: red!important;
}

body {                          overflow-x: hidden; font-family: 'AirbnbCerealAppRegular', 'Roboto', 'Helvetica', sans-serif !important;-webkit-text-size-adjust: 100%;text-rendering: optimizelegibility;}
.font-weight-bold{              font-family: 'AirbnbCerealAppBold', sans-serif !important;}
.color-primary{                 color: #c92621 !important;}
.bg-primary{                    background-color: #c92621 !important;}
.color-secondary{               color: #003073 !important;}
.bg-secondary {                 background-color: #003073!important;}
.bg-light{                      background-color: #f8fcff;}
.bg-primary--alt{               background-color: #f6f6f6 !important;}
.shadow-sm{                     box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, .05);}
.font-size-subheading{          font-size: 1.4rem !important;}
.line-height-sm{                line-height: 1.5;}


/* fix */
/* .listing_pagination .col-md-3{
    visibility: hidden;
}
.listing_pagination .col-md-3::after{
    visibility: visible;
    content: "1 page - 3 annonces";
    display: block;
} */
.article_content > .listing-alerte-email,
#art_116250762,
#art_116250763,
#art_116250764,
#art_116250765,
#art_116250767,
#art_116250769
{
    display: none;
}


/* LANG */
div.lang a img{
    width: 21px;
    height: auto;
}
body.estimation .r-social__wrapper,
body.recherche-detaillee .r-social__wrapper,
body.blog .r-social__wrapper,
body.listingloctype .r-social__wrapper,
body.detail .r-social__wrapper,
body.listingloc .r-social__wrapper,
body.contact .r-social__wrapper
{
    top: 40px;
}


/* VIDEO */
/* .index .wrapper {
    position: relative;
    height: 100vh;
    background: transparent;
}
.home-visuel-wrapper {
    width: 100%;
    background: #1b1b1b url(/assets/images/bgimg.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.home-visuel-wrapper .video-wrapper {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
}
.home-visuel-wrapper .video-wrapper {
    display: none;
}
.index .home-visuel-wrapper .video-wrapper {
    display: block;
}
.home-visuel-wrapper .video-wrapper #player {
    width: 100vw;
    height: 100vh;
}
.home-visuel-wrapper .video-wrapper #player .sliderVideo {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media (max-width: 420px) {
    .home-visuel-wrapper {
        position: initial;
    }
} */

.baseline {
    z-index: 999;
    position: absolute;
    bottom:15%;
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -ms-transform: translateY(15%);
    -o-transform: translateY(15%);
    transform: translateY(15%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}
.baseline p {
    font-weight: 500;
    font-size: 2.5rem;
    letter-spacing: 1px;
    margin: 20px 0;
    text-align: center;
    text-transform: initial;
    color: #fff;
    text-shadow: #000000c7 0.1em 0.1em 0.2em;
    line-height: 1.1;
}

.block_etiquette {
    -webkit-box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    left: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    transform: none;
    width: 200px;
    z-index: 1;
}
.list-ref {
    bottom: 0;
    top: auto;
}
.block_etiquette {
    font-size: 13px;
    height: 26px;
    top: 10px;
    width: 160px;
    position: relative;
}

.index .wrapper {
    height: 80vh;
    /* margin-top: 2.6rem; */
}
.wrapper {
    background: #fff url(../images/bgimg.jpg) no-repeat center center;
}


/* ===== BUTTON ===== */
.btn-primary,  .btn-info, .btn-success {
    color: #fff;
    background-color: #c92621;
    border-color: #c92621;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-primary:hover, .btn-secondary:hover, .btn-info:hover, .btn-success:hover {
    color: #fff !important;
    background-color: #b8020D;
    border-color: #b8020D;
}
.btn-secondary{
    color: #111 !important;
    width: auto !important;
    background-color: #cccccc;
    border-color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-hover{
    background: transparent;
    border-radius: 20rem;
    border-radius: .75rem !important;
    padding: 0.25rem 1rem !important;
    height: auto !important;
}
.btn-hover:hover{
    color: #000 !important;
    background: #eee;
    
}
.btn i {
    font-size: 25px !important;
}
.btn {
    border-radius: .75rem;
    padding: 1rem;
    height: 56px;
}


/* ROUND MOTEUR SEARCH */
.moteur {
    padding: 0;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    min-height: inherit;
    z-index: 20;
    background-color: transparent;
}
.index .moteur {
    display: block;
}
/* display none on others page */
.contact .moteur,
.investissements .moteur,
.blog .moteur,
.alerte-email .moteur,
.mentions-legales .moteur,
.estimation .moteur,
.listingloctype .moteur,
.listingloc .moteur,
.detail .moteur,
.listing .moteur,
.recherche-detaillee .moteur,
.listingloctype .moteur {
    display: none;
}
.bloc_search {
    padding: 1.2rem .4rem .4rem .4rem;
    margin: 0;
    background: rgba(236, 236, 236, .26);
}
/* select first fix */
.search__form-item:nth-child(1){
    margin-right: 0;
}
.index select#loc{
    border-radius: 8px 0 0 8px!important;
}
/* btn type de transactions */
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: none;
    background: #c92621;
    border-radius: 8px;
    padding: 1rem;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    padding: 1rem;
}
/* no margin right + rounded corners + height background */
.search__form-item:nth-child(n+2){
    margin-right: 0;
    height: 54px;
    border-radius: 8px 0 0 8px!important;
}
.search__form-item.c_type .btn-group.bootstrap-select.show-tick,
.bootstrap-select>.dropdown-toggle{
    margin-right: 0;
    height: 56px;
    border-radius: 8px 0 0 8px!important;
    background: none;
}
/* no border radius input ville */
.form-group.search__form-item.c_insee {
    border-radius: 0!important;
}
/* no border input type + ville */
.index .bootstrap-select {
    border: none!important;
}
/* height button + no bg */
.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus{
    height: 54px !important;
    background: none!important;
}
.bootstrap-select>.dropdown-toggle {
    height: 54px;
    border-radius: 100px;
    vertical-align: initial;
}
.form-style {
    height: 56px;
}
/* height input -- index only */
.index .form-style {
    height: 54px;
}
/* border radius input prix max */
input#numero {
    border-radius: 0 8px 8px 0;
}
body.alerte-email input#prixmax,
body.contact input#prixmax {
    border-radius: 10px;
}
/* margin btn valid */
.search__form-item.c_valid {
    margin: 0 0 0 1.2rem;
}
/* no bg on moteur */
.moteur {
    background-color: rgba(0,0,0,0);
}
.dropdown-menu {
    background-color: #fff;
    color: #0d0d0d;
}
.dropdown-menu .dropdown-item {
    color: #0d0d0d !important;
}


.container.prod_listing {
    background: none;
}


/* section 1 */
.produits .title-widget {
    font-size: 15px;
}
.index .main-content {
    padding: 0;
    margin-top: 0;
}
.section {
    padding: 2rem;
}
.index .produits {
    padding-right: 15px;
    padding-left: 15px;
}
.index .produits.padd0 {
    padding-right: 0;
    padding-left: 0;
}
.prod_accueil {
    margin: auto;
}
.prod_accueil article {
    margin: auto 15px;
}
.titre-section {
    font-size: 2.5em;
    line-height: 1;
    color: #c92621;
}
.titre-section span{
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    font-size: 3rem;
}
.titre-section::after {
    content: "";
    display: block;
    position: relative;
    background: #2b2b2b;
    height: 4px;
    width: 60px;
    margin: 15px 0;
}


/* ROW INTRO */
/* .index .row.justify-content-center p{
    font-size: 1.25rem;
} */
.row-bg::after{
    content: "";
    background: 
    linear-gradient(
        rgba(255, 255, 255, 0.45), 
        rgba(255, 255, 255, 0.45)),
    url(../images/index-img-pres__background.jpg);
    background-size: cover;
    background-position-y: center;
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; 
}
.icon{
    width: auto;
    height: 4rem;
}
.icon--large{
    width: auto;
    height: 14rem;
}


.img-index{
    display: block;
    margin:  0 auto;
    width: 16%;
}


/* ===== EQUAL HEIGHT COL ===== */
.content {
  height: 100%;
}


.prod_accueil .block_info {
    min-height: auto;
    background: #F1F1F1;
    color: #111;
}


.btn-row2:hover {
    background: #b8020D;
    transition: all 0.5s ease;
}
.btn-row2 {
    background: #c92621;
    margin-top: 0;
}
.listing-alerte-email {
    background: #b8020D;
}
.listing-alerte-email a:hover {
    color: #fff !important;
}
.detail .dropdown-menu{
    background-color: #fff;
}
.detail .dropdown-menu a{
    color: #0d0d0d !important;
}
.detail .dropdown-item:hover {
    color: #0d0d0d;
    text-decoration: none;
    background-color: #ddd;
}
.detail .btn i {
    color: #f9f9f9 !important;
}
body[class*="listing"] .search__form-item:nth-child(n+2) {
    margin: 2rem 0 5px !important;
    vertical-align: top;
    width: calc(100% / 1 - 0px);
}
.page-link {
    color: #000000;
}
.page-item.active .page-link {
    color: #fff;
    background: #b8020D;
}
.page-link:hover {
    color: #fff;
    background-color: #b8020D;
    border-color: #b8020D;
}
.listing-alerte-email {
    background: #003073;
}
.info_ville .tea,
.list-crit,
.detail-info .table i,
.detail-header .info_prix,
.prod_accueil .info_prix,
.breadcrumb-item > a,
a:hover,
.block_tri_list.d-flex > label
{
    color: #b8020D;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #b8020D;
}


/* font-size */
div.row .content .content__name p,
div.row .content .content__desc{
    font-size: 1rem;
}


/* TOOLTIP */
[tooltip] {
  position: relative;
}
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-size: .9em;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
}
/* show tooltip to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}
/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}
/* FLOW: LEFT */
[tooltip][flow^="top"]::before {
  top: -80%;
  border-right-width: 0;
  border-left-color: #333;
  left: 0;
  
}
[tooltip][flow^="top"]::after {
    top: -80%;
    left: 0;
    
}
/* Animation */ 
@keyframes tooltips-vert {
    to {
      opacity: .9;
    }
}
@keyframes tooltips-horz {
    to {
      opacity: .9;
    
    }
}
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after{
  animation: tooltips-vert 300ms ease-out forwards;
}
[tooltip][flow^="top"]:hover::before,
[tooltip][flow^="top"]:hover::after{
  animation: tooltips-horz 300ms ease-out forwards;
}


.r-social__wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0.4rem 0 0;
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 99;
}
/* fix footer */
.footer-line1 .r-social__wrapper{
    top: -66px !important;
}
.r-social__wrapper li {
    margin: 0 2rem;
}
.icon__social {
    width: 24px;
    height: 24px;
    font-size: 1.6rem;
    display: block;
    opacity: 1;
    margin: 0 !important;
    color: #FFF !important;
}


/* ===== FOOTER ===== */
footer .footer-line1{
    background-color: #c92621;
    color: #F1F1F1;
}
i {
    color: #660003 !important;
}
footer .footer-line2{
    background-color: #fff;
}
footer .footer-line2 .container *{
    color: #111;
}
.cont_coordonnees .container a{
    color: #fff;
}
footer{
    background: #fff;
}
footer .liens_left a{
    color: #000;
}
footer .liens_right a img{
    filter: invert(1);
}


/* ----------------------------------------------------------------------------------------- */
/*                                        PAGE DETAILS                                       */
/* ----------------------------------------------------------------------------------------- */

.detail_annexe {
    font-size: 14px;
    margin-bottom: 0;
}
.detail-header .info_type {
    text-transform: uppercase;
}
/* .detail-header .info_type,
.detail-description h3, 
.detail-info h3, 
.detail-dpe h2, 
.detail-infospratiques h2,
.detail-localisation h2  {
    background: #ececec;
    padding: 5px;
    margin: 10px 0;
} */
.detail-header .info_type::after,
.detail-description h3::after, 
.detail-info h3::after, 
.detail-dpe h2::after, 
.detail-infospratiques h2::after, 
.detail-localisation h2::after  {
    content: "";
    display: block;
    position: relative;
    background: #c92621;
    height: 1px;
    width: 58px;
    margin: 15px 0;
}
/* .bg-header {
    background: #ececec;
    padding: 10px;
} */
.detail-dpe, .detail-localisation {
    margin-top: 0;
}
.liste-detail li {
    margin: 5px 0;  
}
.liste-detail li .btn {
    width: 100%;    
    padding: 3em .75rem;
    line-height: 0;
}
.detail .card-body {
    padding: 0;
}
#fichePDF {
    margin: 10%;
}
#fichePDF .btn {
    padding: 1px 25px 0 25px;
}
#fichePDF .btn-primary {
    color: #c92621 !important;
    background: #fff;
    border-color: #c92621;
}
#fichePDF .btn-primary:hover {
    color: #ffffff !important;
    background: #92161A;
    border-color: #92161A;
}
/* frais de notaire */
.detail_calculette-notaire {
    padding: 0;
}
.detail_calculette-notaire table {
    margin-top: 10px;
}
.detail_calculette-notaire .table td,.detail_calculette-notaire  .table th {
    padding: .5rem;
}
.detail_calculette-notaire form {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    padding: 9px;
    border: 1px solid #cccccc;
}
.detail_calculette-notaire table {
    border: 1px solid #cccccc;
}
/* Partage */
.ul_partage {
    display: inline-flex;
    justify-content: space-around;
    margin: 10%;
    text-align: center;
}
.ul_partage li  {
    padding: 8px;
}
.ul_partage li a {
    font-size: 15px;
    border: 1px solid #ddd;
}
.ul_partage li a i {
    font-size: 25px;
}
.ul_partage .dropdown-item > i {
    padding-right: 0;
    color: #c92621;
}
.detail .detail_tabs {
    width: 100%;
}
.nav {
    padding-left: 15px;
    display: block;
}
.detail_taber {
    border-bottom: 0;
}
.detail_taber .nav-link {
    padding: 30px 0;
    margin: 5px 0;
}
.detail_taber .btn {
    height: auto;
}
#biens_similaires_annonce .prod_accueil article .info_numero {
    color: #646464;
    text-align: left;
}


address ul:nth-child(2){
    display: none !important;
}

.contact .contact-address {
    display: flex;
    margin-bottom: 2rem;
}
.contact .logo-contact{
    display: none;
}

.honoraires embed {
    width: 100%;
    height: 60vh;
}

/* ----------------------------------------------------------------------------------------- */
/*                                        RESPONSIVE                                         */
/* ----------------------------------------------------------------------------------------- */
@media (min-width: 992px) {
    .header__logo {
        width: 16%;
        margin: 0 3.4rem;
    }
    .hr-vertical{
        width: 12%;
        position: absolute;
        top: 50%;
        left: 30%;
        transform: rotate(90deg);
    }
    .search__form-item:nth-child(n+2) {
        width: calc(14% / 1 - 4.4px);
    }
    /* detail */
    .detail .wrapper {
        height: 24vh;
    }
    .detail .carousel-inner {
        width: 60%;
        display: block;
        margin: 0 auto;
    }
    .detail .detail_carousel{
        height: 45%;
    }
}


@media (max-width: 991px) {
    .baseline p {
        font-size: 2rem;
    }
    .index .wrapper {
        height: 100vh;
        margin-top: 0;
    }
    .r-social__wrapper{
        display: none;
    }
    header .navbar {
        background: rgba(236, 236, 236, .26);
        padding: 2rem 0 0;
        backdrop-filter: blur(6px);
    }
    .header .img-fluid {
        width: 100%;
        margin: 0 0 10px;
    }
    header ul.navbar-nav li {
        border-bottom: none !important;
        padding: 1.2rem 0 !important;
    }

    header .wrapper {
        height: 18vh;
        background-position-y: -220px !important;
    }

    .section {
        padding: 0.8rem;
    }
    
    
    .img-index {
        width: 50%;
    }
    
    
    .prod_accueil article {
        margin: 0 auto;
    }
    .detail_taber  .fichepdf-icon a:before {
        content: '\f2dd'
    }
    .detail_taber  .partage-icon a:before {
        content: '\f3ac'
    }
    .ul_partage {
        display: block;
        justify-content: space-around;
        margin: 0;
    }

    /* footer */
    div.footer-line1 address > ul{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .footer-line1 .r-social__wrapper {
        top: -36px !important;
        display: block !important;
    }


    .listing .formSearch, .content-listing .formSearch, [class*='listing-'] .formSearch, .listingloctype .formSearch, .listingloctype .formSearch {
        width: 100%;
        padding: 0 1.2rem;
    }

}

@media (min-width: 768px) 
    and (max-width: 1024px) {
    .detail .sidebar {
        position: relative;
        right: 0;
        top: 0;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        z-index: 10;
    }
    .detail_slide_thumbs {
        margin: 0 -10px;
        display: contents;
    }
    .detail-dpe {
        width: 100%;
    }
        /* moteur */
        .search__form-item:nth-child(n+2) {
            width: calc(100% / 1 - 4px);
        }
        .search__form-item.c_valid {
            margin: 0 !important;
        }
        .search__form-item:nth-child(1) {
            margin: 0 0px 5px 0;
            width: 100% !important;
            border-radius: 0;
        }
        .search__form-item:nth-child(n+2) {
            margin-bottom: 5px;
            vertical-align: top;
            width: calc(100% / 2 - 0px);
        }
        .search__form-item.c_valid {
            width: 100%;
        }
        .index select#loc,
        input#prixmax {
            border-radius: 0 !important;
        }
        .bloc_search {
            padding: 0.4rem .4rem .4rem .4rem;
        }
}

@media (max-width: 768px) {
    .moteur {
        bottom: 10%;
    }
    
    .baseline {
        z-index: 999;
        position: absolute;
        bottom: 30%;
        -webkit-transform: translateY(30%);
        -moz-transform: translateY(30%);
        -ms-transform: translateY(30%);
        -o-transform: translateY(30%);
        transform: translateY(30%);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
    }
    .search__form-item.c_valid {
        margin: 0 0 0 0.6rem;
    }
    .moteur {
        transform: translate(-50%, 100%);
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 4px);
    }
    .search__form-item.c_valid {
        margin: 0 !important;
    }
    .search__form-item:nth-child(1) {
        margin: 0 0px 5px 0;
        width: 100% !important;
        border-radius: 0;
    }
    .search__form-item:nth-child(n+2) {
        margin: 0 0 5px !important;
        vertical-align: top;
        width: calc(100% / 1 - 0px);
    }
    .search__form-item.c_valid {
        width: 100%;
    }
    .index select#loc,
    input#prixmax {
        border-radius: 0 !important;
    }
    .bloc_search {
        padding: 0.4rem .4rem .4rem .4rem;
    }
    .index .container.pb20 {
        padding: 0;
    }

    .produits a {
        display: block;
    }

    .container-fluid.main-content {
        margin-top: 24rem;
    }
}