/* ========================================================================= */
/*                                  GENERAL                                  */
/* ========================================================================= */



/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans: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&display=swap');
/* font-family: 'Work Sans', sans-serif; */


body {
 font-family: 'Montserrat', sans-serif;
  padding-top: 0!important;
}

.sidebar {
 display: none;
}
.recherche-detaillee .sidebar {
  display: block;
  margin-top: 5%;
}
.sidebar address{
  text-align: center;
}
.sidebar_blocinfos .btn-success {
  color: #000;
    background-color: #fff;
    border-color: #000;
}
.sidebar_blocinfos .btn-success:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
p {
 font-size: 16px;
 line-height: 1.5;
}
.header {
 height: 70px;
}


.bleu-fonce {
  color: #09002a;
}
.bleu {
  color:#1e2e53;
}
.or {
  color: #c68525;
}
.categorie-ligne1-index {
    margin: 0% 5% 3% 5%;
}
/* ========================================================================= */
/*                                  INDEX                                    */
/* ========================================================================= */


/* HEADER & MENU*/
/*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: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/slider_home/1.jpg) center center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
  background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/slider_home/2.jpg) center center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
  background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/slider_home/3.jpg) center center;
} */
/* SLIDERL **/

.index .swiper {
  width: 100%;
  height: 100%;
}

.index .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.index .swiper-button-next, .swiper-button-prev {
color: #ffffff!important;
}

.ancre-bottom {
  position: absolute;
  z-index: 1;
  margin: auto;
  right: auto;
  left: 50.5%;
  -webkit-transform: translateX(-50.5%);
  -moz-transform: translateX(-50.5%);
  -ms-transform: translateX(-50.5%);
  -o-transform: translateX(-50.5%);
  transform: translateX(-50.5%);
  bottom: 80px;
 }
 .ancre-bottom a  {
  padding-top: 70px;
  position: absolute;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 16px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
 }
 .ancre-bottom a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 2px solid #c68525;
  border-radius: 100%;
  box-sizing: border-box;
  /* background: linear-gradient( #1e2e53, #09002a); */
  background: radial-gradient(#1e2e53, #09002a);
 }
 .ancre-bottom a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
 }
 .ancre-bottom a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.3);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 2s infinite;
  animation: sdb03 2s infinite;
  box-sizing: border-box;
 }
 @-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.3);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
 }
 @keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.3);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
 }

.baseline {
  z-index: 20;
  position: absolute;
  top: 34%;
  -webkit-transform: translateY(-34%);
  -moz-transform: translateY(-34%);
  -ms-transform: translateY(-34%);
  -o-transform: translateY(-34%);
  transform: translateY(-34%);
  left: 50.5%;
  -webkit-transform: translateX(-50.5%);
  -moz-transform: translateX(-50.5%);
  -ms-transform: translateX(-50.5%);
  -o-transform: translateX(-50.5%);
  transform: translateX(-50.5%);
  text-align: center;
}
.baseline img {
 width:40%;
}
.baseline p {
  font-size: 45px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-shadow: #000 2px 2px 3px;
    font-weight: 500;
}
.baseline p span{
  color: #fff;
}

.not-sticking .menu ul > li > a, a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
}
.index .not-sticking .menu ul > li > a,
.index a:not([href]):not([tabindex]),
.index a:not([href]):not([tabindex]):focus,
.index a:not([href]):not([tabindex]):hover {
  text-shadow: 1px 1px 2px #000!important;
}
.menu ul > li > a {
  padding: 12px 20px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 15px;
}
.not-sticking .menu a:hover,
.sticking .menu a:hover,
.menu a:hover,
.not-sticking .menu li:hover a,
.sticking .menu li:hover a,
.menu li:hover a {
  color: #c68525;
  text-decoration: none;
}
.not-sticking .menu li:hover a.dropdown-item,
.sticking .menu li:hover a.dropdown-item,
.menu li:hover a.dropdown-item {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.dropdown-menu {
  min-width: 20px;
  font-size: 1rem;
  color: #fff;
  background-color: #c68525;
  border: 0;
  border-radius: 0;
  margin: 0;
}
.header .sticking {
background: #09002a;
}
.index .not-sticking .site-pusher, [class*="listing"] .not-sticking .site-pusher, [class*="listing-"] .not-sticking .site-pusher {
padding: 0;
background: #09002a;
}
[class*="listing"] .not-sticking .container_search,
[class*="listing-"] .not-sticking .container_search {
display: none;
}
.not-sticking .site-pusher {
padding: 0;
background: #09002a;
}
.index .not-sticking .site-pusher {
background:transparent;
}
.menu a.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 0.5rem;
  clear: both;
  color: #fff!important;
  text-align: inherit;
  background: 0 0;
  border: 0;
  font-size: 15px;
  font-weight: 500;
}
.menu a.dropdown-item:hover {
  background: #09002a!important;
}
[class*="listing"] .main-content {
  margin: 5%;
}
.plusdecritere a {
  color: #fff;
}



/* CATEGORIES */
.index .photobox_type16 .photobox__label {
 font-size: 35px;
 color: #fff;
 font-family: 'Maax';
 top: 50%;
 opacity: 1;
 text-shadow: #000 2px 2px 3px;
}
.index .photobox_type16 .photobox__previewbox:before {
 background-color: var(--photoboxOverlay, rgba(0,0,0,0.5));
}
.logo-categorie {
  width: 110px;
  margin-bottom: 50px;
}



/* ========================================================================= */
/*                                  PAGES                                    */
/* ========================================================================= */

.listing-vente .listing-header h1,
.actualites .listing-header h1,
 .listing-header h1 {
 display: block;
 color: #fff;
 font-size: 35px;
 letter-spacing: 2px;
 text-shadow: #000 2px 2px 3px;
}

.listing-vente .ancre-bottom,
.ancre-bottom,
.alerte-email .ancre-bottom,
.agence .ancre-bottom,
.contact .ancre-bottom,
.actualites .ancre-bottom,
.estimation .ancre-bottom {
 display: none;
}
.index .ancre-bottom {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}


/* ALERTE EMAIL */
.alerte-email .form-group {
 margin: 0.5rem 1rem;
 padding: 10px;
 border-left: 0;
 background: transparent;
}
.alerte-email label {
 font-weight: 400;
 font-size: 18px;
 line-height: 1.8;
 text-transform: initial;
 margin-top: 0;
 margin-bottom: 0;
 color: #000;
}

/* ESTIMATION */
.centre {
  text-align: center;
}
.or {
  color: #c68525;
}
.estimation h4 {
  font-size: 20px;
}
.estimation h3 {
  font-size: 28px;
  font-weight: 400;
}

/* AGENCE */
.agence p  {
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}
.agence .agence-contenu p,
.valdeloire .agence-contenu p, .agence p  {
    text-align: justify;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}
.agence .cont_coordonnees .reseaux-sociaux p {
  text-align: right;
}
.agence strong {
  color: #333;
  font-weight: 600;
}
.marginauto {
  margin: auto;
}
.bg-gris {
  background: #efefef;
  padding: 14px 0;
  margin: -31px 0 40px 0;
  z-index: -1;
}
.agence h2,
.index h2,
.recrutement h2,
.recherche h2,
.offmarket h2,
.ile-maurice h2 {
  font-size: 3rem;
}
.agence h4 {
  font-size: 1.2rem;
  color: #c68525;
}
.auteur::before,
.auteur::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #c68525;
  vertical-align: middle;
  margin: 0 10px;
}
.auteur {
  color: #333!important;
  font-style: italic;
}
p.f16 {
  font-size: 16px;
  font-weight: 500;
}
p span.f22 {
  font-size: 22px!important;
}
.ombre {
  box-shadow: 6px 5px 6px #656565;
}
.centre p { text-align: center!important;}
.logo-entete {
  width: 150px;
}
.photo-signature {
  width: 150px;
}
.agence iframe {
  width: 100%;
  max-width: 700px;
  height: 400px;
  margin-bottom: 50px;
}



/* CONTACT */
.contact h3 {
  font-size: 2rem;
}
.contact h4 {
  font-size: 19px;
}
.logo-contact {
  width: 250px;
}


/* MENTIONS LEGALES */
.mentions-legales p, .list_mentions, .content_page {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-top: 5%;
}
.mentions-legales h2 {
  margin-top: 40px;
  line-height: 1;
  font-weight: 300;
  padding-left: 20px;
  border-left: 2px solid #c68525;
}

/* FOOTER */
footer, footer a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin: auto;
}

.logo-footer { 
  width:220px;
  margin-right: 0;
}
.liens_center {
  text-align: center;
  margin: auto;
}
.liens_center p {
  color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}
.reseaux-sociaux img {
  width:35px;
}
.reseaux-sociaux a i {
  font-size:32px;
}
.reseaux-sociaux a:hover i {
  color: #c68525;
}
.liens_center ul {
  margin-bottom: 0;
}
.liens_center ul li{
  padding: 0 10px;
}
/* Boite à outils */
#bloc_fixed {
  bottom: 40%;
}
#bloc_fixed ul li > i {
  font-size: 2rem;
  top: 2px;
  left: 0px;
}


#bloc_fixed .bloc {
  width: 50px;
  min-height: 50px;
  margin: 15px 0;
  position: relative;
  right: 15px;
  cursor: pointer;
  padding-left: 10px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: radial-gradient(#1e2e53, #09002a);
  border: 2px solid #c68525;
  border-radius: 50%;
}
#bloc_fixed .bloc:hover {
  right: 12px;
  border:2px solid #c68525;
}
#bloc_fixed .surcharge_favoris {
  left: 16px;
  top: 19px;
}
.badge-pill {
  padding-right: 0.4em;
  padding-left: .4em;
  border-radius: 10rem;
}
.badge {
  font-size: 66%;
}
.bg_collapse {
  background-color: transparent;
}


/* ACTUALITES */
.actualites .content_page {
  width: 100%;
}
.actualites-group ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5em;
}
/* .actualites-group ul li {
  position: relative;
  width: calc(33.33% - 1em);
  margin: calc(0.5em * 2) 0.5em;
  overflow: hidden;
} */
.actualites-group ul li {
  position: relative;
  width: calc(100% / 3 - 16px);
  margin: calc(0.5em * 2) 0.5rem;
  overflow: hidden;
}
.actualites-group ul li:hover a{
  color: #444;
}
.actualites-group ul li .btn{
  margin-right: 10px;
}
.actualites-group ul li .title-post {
  font-size: 20px;
  font-weight: 500;
  margin: 15px 5px 10px 5px;
}
.actualites-group ul li .date-post {
  font-size: 15px;
  font-style: italic;
  margin: 0 5px;
  color: #c68525;
}
.actualites-group ul li .btn-actus {
  font-size: 16px;
  margin: 10px 5px;
  color: #c68525;
}
.actualites-group ul li .btn-actus .ion-ios-arrow-thin-right {
  font-size: 20px;
  top: 2px;
  margin-left: 4px;
}
.actualites-group .description-post {
  font-size: 15px;
  margin: 5px;
}
.adminperso .title-post {
  text-align: center;
  margin: 20px 0;
  font-size: 25px;
}
.adminperso .date-post{
  margin-top: 15px;

}
.adminpersos .actualites-group img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.adminpersos.partenaires .actualites-group img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 300px;
  margin: auto;
}
.adminpersos.partenaires .actualites-group ul li .title-post {
  color: #c68525;
}
.adminpersos.partenaires .btn-actus .ion-ios-arrow-thin-right {
  font-size: 20px;
  top: 2px;
  margin-left: 4px;
}
.adminpersos.partenaires .actualites-group ul li {
  position: relative;
  width: calc(100% / 3 - 16px);
  margin: calc(0.5em * 2) 0.5rem;
  overflow: hidden;
}
.adminpersos.partenaires .description-post p{
  font-size: 15px;
  margin: 5px;
}
.adminpersos.partenaires .bloc-photo{
  min-height: 100px;
    display: flex;
}




aside .social_network i {
  font-size: 2em;
  padding: 0 5px;
  color: #c68525;
}
aside.aside_contact {
  background: #121127;
}



.bloc-agence-bleu.min-height {
  min-height: 465px;
}

.bloc-agence-bleu {
  background: radial-gradient(#36508d, #09002a);
  /* background: linear-gradient(to right, #c68625, #4f2201); */
  color: #fff;
  padding: 20px;
  margin: 15px 0;
}
.titre-bloc {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  margin-top: 0px;
}
.index .titre-bloc {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  margin-top: 0px;
  color: #fff;
}
.titre-bloc::after {
  content: "";
  display: block;
  position: relative;
  background: #fff;
  height: 1px;
  width: 90%;
  margin: 15px auto 5px auto;
}

.ile-maurice .agence-contenu p {
  text-align: justify;
}

.ul-ile-maurice li {
  background: radial-gradient(#36508d, #09002a);
  /* background: linear-gradient(to right, #c68625, #4f2201); */
  color: #fff;
  padding: 20px;
  margin: 15px 10px;
  width: calc(100% / 3 - 20px);
  text-align: center!important;
}
.ul-ile-maurice li p{

  text-align: center!important;
}

.ul-ile-maurice li .titre-bloc {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  margin-top: 0px;
  color: #fff;
}
.ul-ile-maurice li .titre-bloc::after {
  content: "";
  display: block;
  position: relative;
  background: #fff;
  height: 1px;
  width: 90%;
  margin: 15px auto 5px auto;
}



@media (min-width: 611px) {
  .ul-ile-maurice {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
/* ========================================================================= */
/*                                TOP PAGE                                   */
/* ========================================================================= */
.bgAccueil-page {
 height: 80vh;
 top: auto;
}
.detail .bgAccueil-page {
 height: 80vh;
 background-position: center;
}

.recherche-detaillee .bgAccueil-page,
.recherche .bgAccueil-page {
 background: url(/assets/images/bgimg-recherche.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}

.viager .bgAccueil-page{
 background: url(/assets/images/bgimg-viager.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}

.listing-domtom .bgAccueil-page {
 background: url(/assets/images/bgimg-domtom.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}

.listing-vente .bgAccueil-page {
 background: url(/assets/images/bgimg-vente.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}
.listing-prestige .bgAccueil-page {
 background: url(/assets/images/bgimg-prestige.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}
.encheres .bgAccueil-page {
 background: url(/assets/images/bgimg-encheres.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}
.listing .bgAccueil-page {
 background: url(/assets/images/bgimg-vente.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}

.listing-vendu .bgAccueil-page {
 background: url(/assets/images/bgimg-vente.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}

.estimation .bgAccueil-page {
 background: url(/assets/images/bgimg-estimation.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
 height: 80vh;
}

.agence .bgAccueil-page {
 background: url(/assets/images/bgimg-agence.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}

.contact .bgAccueil-page {
 background: url(/assets/images/bgimg-contact.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}

.alerte-email .bgAccueil-page {
 background: url(/assets/images/bgimg-offmarket.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}

.actualites .bgAccueil-page {
 background: url(/assets/images/bgimg-blog.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}

.mentions-legales .bgAccueil-page {
 background: url(/assets/images/bgimg-mentions-legales.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}

.offmarket .bgAccueil-page {
 background: url(/assets/images/bgimg-offmarket.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}

.recrutement .bgAccueil-page{
 background: url(/assets/images/bgimg-recrutement.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}

.conciergerie .bgAccueil-page {
 background: url(/assets/images/bgimg-conciergerie.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}

.comparateur .bgAccueil-page {
 background: url(/assets/images/bgimg-comparateur.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}


.ile-maurice .bgAccueil-page {
 background: url(/assets/images/bgimg-maurice.jpg) center center!important;
  background-size: cover!important;
 background-repeat: no-repeat!important;
 z-index: -100;
  height: 80vh;
}



/* ========================================================================= */
/*                              LISTING & DETAIL                             */
/* ========================================================================= */
.listing-header-detail {
  position: relative;
  padding: 0 0 50px 0;
  width: 100%;
  color: #000!important;
}
.detail .detail-header-titre {
  text-align: center;
  text-transform: uppercase;
	color: #0f4984;
  font-size: 28px;
  letter-spacing: 5px;
  line-height: 1.5;
}
.detail .detail-header-titre::after {
  content: "";
  display: block;
  position: relative;
  background: #c68525;
  height: 1px;
  width: 30%;
  margin: 10px auto 0 auto;
}
.prix-header-titre {
	color: #0f4984;
  font-family: 'Work Sans', sans-serif;
}
.detail .h3 {
  text-align: center;
  text-transform: uppercase;
  color: #252525;
  font-size: 28px;
  letter-spacing: 5px;
  margin: 0 0 1.2em 0;
  line-height: 1.5;
  font-family: 'Work Sans', sans-serif;
}
#vvirtuelle embed {
  max-width: 600px!important;
  max-height: 320px!important;
}
.detail .interlocuteur {
  border: 0;
  padding: 10px;
  border-radius: 0;
  background: #fff;
  color: #000;
  text-align: center;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.8;
}
.detail .interlocuteur div:nth-child(1) {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}
.detail .interlocuteur img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.detail_pieces ul li {
  display: inline-block;
  border: 1px solid #00000029;
  padding: 15px;
  margin: 10px 10px 10px 0;
  text-align: center;
  width: 23.4%;
}
.detailpiece-nompiece {
  font-weight: 600;
  text-transform: capitalize;
}

.dropdown-menu.open.show {
  transform: translate3d(0px, 36px, 0px)!important;
}
/* ========================================================================= */
/*                              RESPONSIVE                                   */
/* ========================================================================= */



@media (min-width: 1281px) {
  /* .listing-header {
    position: absolute;
    top: 63%;
    -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(-01%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 150px 0;
  } */
    .listing-header {
      position: absolute;
      top: auto;
      -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(-01%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      padding: 0;
      bottom: 15%;
  }
}
@media (max-width: 1280px) {
  .menu ul > li > a {
      padding: 12px 10px;
      color: #fff;
  }
  .sticking .menu ul > li > a,
  .not-sticking .menu ul > li > a {
    font-size: 16px;
    text-transform: uppercase;
  }
  .index .not-sticking .header__logo img, .not-sticking .header__logo img {
    width: 250px;
  }
  .index .photobox_type16 .photobox__label {
    font-size: 25px;
  }

  .listing-header {
    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.5%;
    -webkit-transform: translateX(-50.5%);
    -moz-transform: translateX(-50.5%);
    -ms-transform: translateX(-50.5%);
    -o-transform: translateX(-50.5%);
    transform: translateX(-50.5%);
    padding: 150px 0;
  }
  .listing-vente .listing-header h1, .listing-header h1 {
    font-size: 25px;
  }
}


@media (max-width: 991px) {
  .bgAccueil {
    height: 100%;
    height: auto;
  }
  .carousel-fullscreen .carousel-inner .carousel-item {
    height: 100%;
    min-height: 480px;
}
  #carouselExampleIndicatorsHome .carousel-item:nth-child(1),
  #carouselExampleIndicatorsHome .carousel-item:nth-child(2),
  #carouselExampleIndicatorsHome .carousel-item:nth-child(3),
  #carouselExampleIndicatorsHome .carousel-item:nth-child(4),
  #carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-size: cover!important;
}
 .index .header .not-sticking {
  background: transparent!important;
}
  .index .photobox_type16 .photobox__label {
   font-size: 23px;
   color: #fff;
 }
 .index .photobox_type16 .photobox__previewbox:before {
  background-color: var(--photoboxOverlay, rgba(0,0,0,0));
 }
  .index .not-sticking .header__logo img, .not-sticking .header__logo img, .header__logo img {
    width: 50px;
    padding: 10px 0;
    margin-right: 70px;
  }
  .baseline {
    z-index: 20;
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
    left: 50.5%;
    -webkit-transform: translateX(-50.5%);
    -moz-transform: translateX(-50.5%);
    -ms-transform: translateX(-50.5%);
    -o-transform: translateX(-50.5%);
    transform: translateX(-50.5%);
    text-align: center;
  }
  .ancre-bottom {
    right: 48%;
    bottom: 57px;
  }
  .ancre-bottom a {
    padding-top: 50px;
    transition: opacity .3s;
}
  .ancre-bottom a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    border: 2px solid #c68525;
    border-radius: 100%;
    box-sizing: border-box;
    /* background: linear-gradient( #1e2e53, #09002a); */
    background: radial-gradient(#1e2e53, #09002a);
}
  .logo-categorie {
    width: 57px;
    margin-bottom: 16px;
  }
  .reseaux-sociaux img {
    width: 27px;
  }
  .logo-footer {
    width: 28px;
    margin-right: 5px;
  }
  footer a {
    font-size: 10px;
    }
    .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: #fff;
      background: #fff;
  }
  .listing-vente .ancre-bottom, .alerte-email .ancre-bottom, .agence .ancre-bottom, .contact .ancre-bottom, .actualites .ancre-bottom, .estimation .ancre-bottom {
    right: 53%;
  }
  [class*="listing"] .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label {
      top: 75%;
  }
  .agence h2 {
    font-size: 2rem;
  }
  .bg-gris {
    margin: -21px 0 40px 0;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .agence .row img { margin-bottom: 20px;}
  .bgAccueil-page {
    top: -20px;
      height: 40vh !important;
  }
  .listing-header {
    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%);
    padding: 50px 0;
  }
  .alerte-email .groupe_champs > .form-group {
    width: 100%;
  }
  .listing-vente .listing-header h1, .listing-header h1 {
    font-size: 20px;
  }
  .detail footer .list-inline-item {
    padding: 0;
  }
  .alerte-email .content_page {
    margin-top: 30px;
  }
  .block_info.photobox__label {
    display: none;
  }
  .prod_listing > .listing_article article {
    border: 0;
}
  .block_info_mobile {
    width: 98%;
    text-align: center;
    min-height: 85px;
    padding: 10px;
  }
  .block_info_mobile .prod_listing .info_titre {
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 600;
  }
  .index .photobox_type16 .photobox__previewbox:before, [class*="listing"] .photobox_type16 .photobox__previewbox:before, [class*="listing-"] .photobox_type16 .photobox__previewbox:before {
    background-color: var(--photoboxOverlay, rgba(255,255,255,0));
    transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0);
  }
  .block_info_mobile .info_ville {
    padding-top: 0;
  }
  .burger-item {
    top: 30px;
  }
  .index .not-sticking .header__logo img, .not-sticking .header__logo img, .header__logo img {
    margin-left: 20px;
    float: left;
  }
  [class*="listing-"] article,
  [class*="listing"] article {
    background: #f1f1f1;
  }
  article .block_info{
    display: none;
  }
  .block_info_mobile {
    display: block;
  }
  .detail_pieces ul li {
    width: 31.4%;
}
.listing .not-sticking .bloc.bloc4, [class*="listing-"] .not-sticking .bloc.bloc4 {
  display: none;
}
.listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
  display: block;
}
.listing .header .sticking ,
 [class*="listing-"] .header .sticking {
  height: 0;
}
.listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
  top: 0;
  background: #000;
  border-radius: 0;
  color: #c68525;
  font-size: 23px;
}
  .prod_listing.damier .info_titre, .prod_listing.damier .info_ville, .prod_listing.damier .info_prix {
      white-space: initial;
  }
  .agence iframe {
    width: 100%;
    max-width: 700px;
    height: 400px;
    margin-bottom: 50px;
  }
  .titre-bloc {
    font-size: 14px;
    font-weight: 600;
  }
  .bloc-agence-bleu.min-height {
    min-height: 300px;
  }
  .bloc-agence-bleu p {
    font-size: 14px;
  }
  .adresse-siege img {
    width: 110px;
  }
  .agence h2, .index h2, .recrutement h2, .recherche h2, .offmarket h2 {
    font-size: 2rem;
  }
  .bg-gris {
    background: #efefef;
    padding: 10px 0;
    margin: -21px 0 40px 0;
    z-index: -1;
  }
  nav.menu ul li .dropdown-menu {
    display: block !important;
    background-color: transparent !important;
    text-align: center;
    margin: 0 0 10px 0;
  }
  nav.menu ul li .dropdown-menu .dropdown-item {
    padding: 0.5rem 0 !important;
    color: #fff !important;
    font-weight: 400;
  }
  .not-sticking .site-pusher {
    padding: 0;
    background: transparent;
  }
  .index .not-sticking .site-pusher, [class*="listing"] .not-sticking .site-pusher, [class*="listing-"] .not-sticking .site-pusher {
    padding: 0;
    background: transparent;
}
.listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4, .container_search {
  display: none;
}
}


@media (min-width: 992px) {
  .header__logo {
    padding: 5px 0;
    width: auto;
}
  .not-sticking .header__logo img,
  .sticking .header__logo img,
  [class*="listing"] .header__logo img,
  [class*="listing-"] .header__logo img {
      width: 180px;
      padding: 0px 10px;
  }
  .index .not-sticking .header__logo img{
      width: 180px;
      padding: 0px 10px;
  }
  .border-right {
    border-right: 1px solid rgba(0,0,0, 0.15);
  }
  .site-pusher {
    display: flex;
    justify-content: center;
}
  nav.menu {
      width: auto;
      margin: auto 3%;
  }
  .menu ul > li.drapeau > a {
    padding: 0 10px;
  }
  .block_info_mobile {
    display: none;
  }
  .prod_listing .info_titre, .prod_listing.damier .info_titre {
    white-space: initial;
  }
}

@media (max-width: 610px) {
  .ancre-bottom { 
    display: none!important;
  }
  .detail_pieces ul li {
    width: 46.4%;
}
.detailpiece-nompiece {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
}

  .index .not-sticking .header__logo img, .not-sticking .header__logo img, .header__logo img {
    width: 70px;
    padding: 0;
    margin: 10px 0 0 10px;
    float: left;
  }
  .baseline {
    width: 100%;
  }
  .carousel-fullscreen .carousel-inner .carousel-item {
    height: 100%;
    min-height: 245px;
}
  #carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
      background-position: center center;
  }
  #carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
      background-position: center center;
  }
  .liens_center {
    margin: 20px auto;
  }
  .listing-vente .ancre-bottom, .alerte-email .ancre-bottom, .agence .ancre-bottom, .contact .ancre-bottom, .actualites .ancre-bottom, .estimation .ancre-bottom {
    display: none;
  }
  .baseline img {
    width: 45%;
}
  .bgAccueil-page {
    background-size: contain!important;
    height: 100% !important;
    min-height: 25vh;
    max-height: 30vh;
    top: 0;
    margin-top:50px;
  }
  .listing-header {
    padding: 0;
  }
  .logo-entete {
    margin-top: 50px;
    width: 70px;
  }
  .agence .text-right {
    text-align: left!important;
  }
  .agence iframe {
    width: 100%;
    max-width: 300px;
    height: 225px;
    margin-bottom: 50px;
  }
  #vvirtuelle embed {
    max-width: 100%!important;
    max-height: 200px!important;
    min-height: 180px;
  }
  .text-right, .text-left {
    text-align: center!important;
  }
  .agence-contenu {
    margin: 20px 0;
  }
  .header .img-fluid {
    margin-left: 20px;
  }
  .agence h2 {
    font-size: 1.5rem;
  }
  .menu ul li {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .h1, h1 {
    font-size: 18px;
  }
  .agence h2, .index h2, .recrutement h2, .recherche h2, .offmarket h2 {
    font-size: 25px;
  }
  .header .sticking,
  .header .not-sticking {
    background: #09002a;
  }
  .adresse-siege img {
    margin-bottom: 20px;
  }
}
@media (max-width: 300px) {
  .detail_pieces ul li {
    width: 100%;
  }
}


/* @media only screen and (max-device-width: 667px) and (min-device-width: 375px) and (orientation: portrait) {
 .bgAccueil {
     background: linear-gradient( rgba(0,0,0, 0.35), rgba(0,0,0, 0.35) ),url(/assets/images/slider_home/2.jpg) no-repeat center center!important;
     background-size: cover;
     height: 100vh;
     min-height: 600px;
     background-position: center center;
 } 
} */

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape){
  .bgAccueil-page {
    top: 0;
    height: 75vh !important;
    margin-top: 37px;
  }
  .info_ville {
    font-size: 10px;
  }
  .spin4.info_prix {
    font-size: 12px !important;
    text-align: center !important;
  }
  .prod_listing .info_titre {
    font-size: 13px;
  }
  .index-logo-not-sticking, .index-logo-sticking, .logo-sticking, .logo-not-sticking, .header .img-fluid {
    width: 7%;
  }
  .index .not-sticking .header__logo img, .not-sticking .header__logo img, .header__logo img {
    margin-right: 50px;
}
  .detail .groupe-btn .list-inline-item {
    margin: 10px 0;
  }
  .logo-entete {
    margin-top: 50px;
    width: 100px;
  }
  .agence .text-right {
    text-align: center!important;
  }
  .agence .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .detail_pieces ul li {  
    width: 30%;
  }
  .search__form-item:nth-child(n+2) {
      width: calc(100% / 2 - 3px) !important;
  }
  .modal-dialog {
    margin: 40px auto;
}
  .search__form-item.c_valid {
    width: 100%!important;
  }
}

.top_link {
  bottom: 1%;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .block_info_mobile {
    display: block;
  }
  .block_info {
    display: none;
  }
  [class*="listing-"] article, [class*="listing"] article {
    background: #f1f1f1;
}
  .index .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label {
    width: 98%;
    text-align: center;
    font-size: 28px;
    opacity: 1;
    transition: opacity calc(var(--photoboxAnimationDuration, .2s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    text-transform: uppercase;
}
    .index .photobox_type16 .photobox__previewbox:before, [class*="listing"] .photobox_type16 .photobox__previewbox:before, [class*="listing-"] .photobox_type16 .photobox__previewbox:before {
        background-color: var(--photoboxOverlay, rgba(255,255,255,0));
        transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0);
    }
    .index .photobox_type16 .photobox__label {
      font-size: 23px;
      color: #fff;
  }
  .photobox_type16:hover .photobox__label {
      opacity: 1!important;
      transition-duration: var(--photoboxAnimationDuration, .2s);
      transition-delay: calc(var(--photoboxAnimationDuration, .2s) / 2);
  }

}



/* MODIFS */
/* .b_prestige {
  display: none;
} */





/* ------------------------------------------------------------------------------------------------------------------------------- */
/*                                                               REF BY LOLO                                                       */
/* ------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width: 560px) {
  .listeliens ul li {
      width: 100%!important;
  }
  }

.listeliens ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
	
.listeliens ul li{
        width: calc(100% / 3);
        /* si 3 colonnes */
    }

@media (max-width: 560px) {
  .listeliens ul li{
  width: 100%;
    }
    }

.listeliens a {
      color:#c68525;
  }
  
.listeliens a:hover {
  text-decoration: underline;
  }

.ref p, .page2ref p {
  text-align:justify !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
line-height: 1.5 !important;
 
}

.ref h2, .page2ref h2 {
  font-size:24px;
  padding:10px 0px 15px 0px;
  }

  .ref h1, .page2ref h1 {
    font-size:28px !important;
    font-weight: 400 !important;
    text-align: center !important;
    text-transform: uppercase;
    line-height: 25px;
    }

.villa-montferrier-sur-lez .top_page {
  background-image: url(../images/top_page/image_top.jpg);
}  

.ensavoirplus {
  color:black;
}

.ensavoirplus:hover{
  color:grey;
}






/* --------------BADGE FLOTTANT-------------- */
.flottant {
  margin-right: -320px;
  position: fixed;
  min-width: 355px;
  max-width: 355px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  right: 2%;
  top: 25%;
  z-index: 1111;
  bottom: 0;
}
.custom-menu {
  margin-left: -50px;
  margin-left: -130px;
}

@media (min-width: 992px) {
.custom-menu {
  top: 180px;
  top: 22%;
  bottom: auto;
  }  
}

@media (min-width: 768px) {
  .custom-menu {
      top: 100px;
      top: auto;
      bottom: 10px;
  }    
}
.custom-menu .btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #111;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 50%;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-menu button {
  border-radius: 50%;
  border: 0;
  background: #c68525;
  text-transform: uppercase;
  font-size: 14px;
  width: 130px;
  height: 130px;
  padding: 10px;
  transform: translatey(0px);
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
          color: #fff;
}
.custom-menu {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  margin-left: -105px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.custom-menu .btn-primary:hover {
  color: #fff;
  background: #09002a;
  border-color: #111;
}

@-webkit-keyframes float {
  0% {
      box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
      transform: translatey(0px);
  }
  50% {
      box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
      transform: translatey(-20px);
  }
  100% {
      box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
      transform: translatey(0px);
  }
}

@keyframes float {
  0% {
      box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
      transform: translatey(0px);
  }
  50% {
      box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
      transform: translatey(-20px);
  }
  100% {
      box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
      transform: translatey(0px);
  }
}
/* Le bouton n'est pas visible sur la page listing */
[class*="listing"] .flottant,
[class*="listing-"] .flottant {
  display: none;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .index .not-sticking .menu ul > li > a, .not-sticking .menu ul > li > a, .menu a.dropdown-item, .sticking .menu ul > li > a, .not-sticking .menu ul > li > a {
      font-size: 12px;
  }  
  .menu ul > li > a {
    padding: 12px 8px;
    color: #fff;
}

}


@media (max-width: 991px) {
  .sticking .menu ul > li > a, .not-sticking .menu ul > li > a {
    font-size: 16px;
}
  .menu ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 0;
}
  .with--sidebar .site-cache {
      left: auto;
  }  
  .menu {
    left: -250px;
    width: 100%;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    right: 0;
  }
  .with--sidebar .menu {
    left: 0px;
  }
  .header__icon {
    float: right;
  }
  .burger-item {
    right: 15px;
    left: auto;
  }
  .with--sidebar .burger-item:before,
  .with--sidebar .burger-item:after {
    right: 250px;
  }
  .actualites-group ul li {
    position: relative;
    width: calc(100% / 2 - 16px);
    margin: calc(0.5em * 2) 0.5rem;
    overflow: hidden;
  }
  .baseline img {
    width: 60%;
  }
  nav.menu ul li .dropdown-menu .dropdown-item {
    text-transform: uppercase;
  }
  .index .photobox_type16 .photobox__label {
    font-size: 19px;
    color: #fff;
  }
  .logo-footer {
    width: 90px;
    margin-right: 5px;
  }
  aside .contact_img img {
    width: 90px;
    margin-bottom: 25px;
}
.index .swiper-button-next,.index .swiper-button-prev, .swiper-button-prev, .swiper-rtl .swiper-button-next {
  display: none;
}
}
@media (max-width: 610px) {
 
  .actualites-group ul li {
    position: relative;
    width: calc(100% / 1 - 16px);
    margin: calc(0.5em * 2) 0.5rem;
    overflow: hidden;
  }
  .adminpersos.partenaires .actualites-group ul li {
    position: relative;
    width: calc(100% / 1 - 16px);
    margin: calc(0.5em * 2) 0.5rem;
    overflow: hidden;
    }
  .adminpersos.partenaires .actualites-group img {
    max-width: 210px;
  }
  .baseline img {
    width: 40%;
  }
  .baseline {
    z-index: 20;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
    left: 50.5%;
    -webkit-transform: translateX(-50.5%);
    -moz-transform: translateX(-50.5%);
    -ms-transform: translateX(-50.5%);
    -o-transform: translateX(-50.5%);
    transform: translateX(-50.5%);
    text-align: center;
  }
  .logo-footer {
    width: 90px;
    margin-right: 5px;
    margin: 20px 0;
  }
  .agence h2, .index h2, .recrutement h2, .recherche h2, .offmarket h2, .ile-maurice h2 {
    font-size: 2rem;
  }
  .ul-ile-maurice li {
    width: calc(100% / 1 - 20px);
  }
}

aside .contact_img img {
  width: 50%;
  margin-bottom: 50px;
}


.b_exclu, .b_ccoeur, .b_offre_en_cours, .b_prestige, .b_investisseur, .b_souscompromis, .b_vendu, .b_loue, .b_loc, .primo_accedant, .b_promesse_vente, .b_premiere_acquisition {
	background-color: #c68525;
	text-align: center;
}

.damier .header-item {
	padding: 0;
	font-weight: 400;
	letter-spacing: 5px;
	text-rendering: optimizelegibility;
	color: #0f4984;
}
.prod_listing.damier .info_ville, .prod_listing.damier .info_prix {
	width: 100%;
	font-size: 13px;
	padding-top: 0;
	font-weight: 400;
	color: #0f4984;
	text-transform: uppercase;
}
.prod_listing .info_titre::after, .prod_listing.damier .info_titre::after {
	content: "";
	display: block;
	position: relative;
	background: #c68525;
	height: 1px;
	width: 30%;
	margin: 6px auto 6px auto;
}
.bandeaux {
	color: #0f4984;
}

.prod_listing .info_titre, .prod_listing.damier .info_titre
{
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 400;
}