.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body header#site-header {
  position: relative;
  height: 12rem;
  padding: 5rem 15px 0 15px;
  background: #000 url(../img/header_bg.jpg) no-repeat center -6rem;
  background-attachment: fixed;
  background-size: cover;
}
body header#site-header #header-container-logo {
  margin-top: -2.5rem;
}
body header#site-header #header-container-logo img {
  width: 10rem;
}
body header#site-header #header-container-navbar {
  flex-direction: row;
}
body header#site-header #header-container-navbar #menu-main .navbar-nav li:not(.btn-menu) {
  margin: 0 3rem 0 0;
}
body header#site-header #header-container-navbar .navbar-toggler {
  display: block;
  width: 4rem;
  border-radius: 0;
  border: none;
  padding: 0.75rem 1rem 0.6rem 1rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 1rem;
  background-color: #a6844f;
  transition: all 0.3s ease-in-out;
}
body header#site-header #header-container-navbar .navbar-toggler:hover,
body header#site-header #header-container-navbar .navbar-toggler:focus {
  background-color: #bc9557;
  border: none;
  outline: none;
}
body header#site-header #header-container-navbar .navbar-toggler i {
  color: #fff;
}
body .navbar-nav {
  width: 100%;
}
body .navbar-nav li:not(.btn-menu) {
  flex: auto;
}
body .navbar-nav li:not(.btn-menu) a {
  color: #fff;
  font-size: 1.063rem;
  padding: 0.75rem 0.25rem;
}
body .navbar-nav li:not(.btn-menu) a:hover,
body .navbar-nav li:not(.btn-menu) a:focus {
  text-decoration: none;
}
body .navbar-nav li:not(.btn-menu):after {
  content: "";
  height: 0.0625rem;
  width: 0;
  background-color: #fff;
  display: block;
  transition: all 0.3s ease-in-out;
}
body .navbar-nav li:not(.btn-menu):hover:after,
body .navbar-nav li:not(.btn-menu):not(:first-child).current-menu-item:after {
  width: 100%;
}
body #menu-main-modal {
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
}
body #menu-main-modal .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  max-width: none;
  height: 100vh;
  padding: 0;
}
body #menu-main-modal .modal-dialog .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  left: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
body #menu-main-modal .modal-dialog .modal-content .modal-header {
  justify-content: center;
  border-bottom: none;
}
body #menu-main-modal .modal-dialog .modal-content .modal-header .btn-secondary {
  display: block;
  width: 4rem;
  border-radius: 0;
  border: none;
  padding: 0.75rem 1rem 0.6rem 1rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 1rem;
  background-color: #a6844f;
}
body #menu-main-modal .modal-dialog .modal-content .modal-header .btn-secondary:hover,
body #menu-main-modal .modal-dialog .modal-content .modal-header .btn-secondary:focus {
  background-color: #bc9557;
  color: #fff;
  border: none;
  outline: none;
}
body #menu-main-modal .modal-dialog .modal-content .modal-header .btn-secondary i {
  color: #fff;
}
body #menu-main-modal .modal-dialog .modal-content .navbar-nav li {
  margin-top: 2rem;
}
body.admin-bar #menu-main-modal {
  top: 46px;
}
body #page-header,
body #front-header {
  position: relative;
  background: #000 url(../img/header_bg.jpg) no-repeat center -6rem;
  background-attachment: fixed;
  background-size: cover;
  padding: 2rem 15px;
  z-index: 7;
}
body #front-header {
  padding-bottom: 0;
  margin-bottom: 9rem;
}
body #front-header .row {
  position: relative;
}
body #front-header .row .col-titles {
  position: relative;
  z-index: 2;
}
body #front-header .row .col-titles .front-header-title {
  font-size: 2.5rem;
  line-height: 1.1;
}
body #front-header .row .col-titles .front-header-title:first-child {
  margin-top: 2.5rem;
}
body #front-header .row .col-titles .front-header-title:last-child {
  font-family: 'Oranienbaum', Georgia, "Times New Roman", Times, serif;
  margin-bottom: 1.5rem;
}
body #front-header .row .col-form {
  position: relative;
  z-index: 2;
}
body #front-header .row .col-form .form-container {
  background-color: #fff;
  padding: 1.5rem 2rem 0 2rem;
}
body #front-header .row .col-form .form-container ul {
  padding-left: 0;
}
body #front-header .row #front-header-slider {
  position: relative;
  z-index: 1;
  margin-bottom: -6rem;
}
body #front-header .row #front-header-slider .carousel-caption {
  text-align: left;
  width: 100%;
  position: relative;
  right: auto;
  bottom: 0;
  left: 0;
}
body #front-header .row #front-header-slider .carousel-control-next,
body #front-header .row #front-header-slider .carousel-control-prev,
body #front-header .row #front-header-slider .carousel-control-sep {
  top: auto;
  bottom: 6.25rem;
  left: 0;
}
body #front-header .row #front-header-slider .carousel-control-prev {
  left: 0.5rem;
}
body #front-header .row #front-header-slider .carousel-control-next {
  left: 3.875rem;
}
body main {
  position: relative;
  z-index: 6;
}
body main .entry-meta {
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  margin-bottom: 1rem;
  letter-spacing: 0.15rem;
  color: #a8a8a8;
}
body main .card-body .entry-meta {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
body main .col-img {
  position: relative;
  margin-bottom: 2rem;
}
body main .col-img .img-pattern {
  background: url(../img/img-pattern.png) no-repeat left bottom;
  height: 100%;
  width: calc(100% - 30px);
  position: absolute;
  left: calc(-2.75rem + 15px);
  bottom: -2rem;
  z-index: 1;
}
body main .post-thumbnail {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: block;
}
body main .post-thumbnail.slide {
  padding-bottom: 0;
}
body main .page-button {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}
body main .page-button .btn {
  margin-bottom: 1rem;
  margin-right: 1rem;
}
body main .content-list {
  margin-top: -1rem;
  margin-bottom: -3.75rem;
}
body main .content-list .hentry {
  margin-bottom: 3.75rem;
}
body main .content-list .no-results.not-found {
  margin-bottom: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
body main #main-section #site-primary {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
}
body main #main-section #site-primary .row-prices {
  margin-bottom: 4rem;
}
body main #main-section #site-primary .row-specs .entry-icone {
  margin-bottom: 2.5rem;
  margin-top: 5rem;
}
body main #main-section #site-primary .row-specs .entry-spec {
  font-size: 1.5rem;
  line-height: 1.2;
}
body main #main-section #site-primary .row-specs .entry-spec b {
  font-weight: 600;
}
body main #main-section #site-primary .row-specs .entry-spec span {
  font-size: 1.875rem;
}
body main #main-section #site-secondary {
  font-size: 1rem;
}
body main #main-section #site-secondary .widget {
  margin-bottom: 3rem;
}
body main #section-front-categories {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
body main #section-front-categories .col-12 {
  position: relative;
}
body main #section-front-categories .col-12 .categorie-bloc {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body main #section-front-categories .col-12 .categorie-bloc .post-hover {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.75);
  display: flex;
  flex-direction: column;
  padding: 0 13%;
  transition: all 0.4s ease-in-out;
}
body main #section-front-categories .col-12 .categorie-bloc .post-hover:before,
body main #section-front-categories .col-12 .categorie-bloc .post-hover:after {
  display: block;
  content: "";
  position: absolute;
  width: 12%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(../img/img-pattern-gris.png) no-repeat left center;
  background-size: cover;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
body main #section-front-categories .col-12 .categorie-bloc .post-hover:after {
  left: auto;
  right: 0;
  background-position: right center;
}
body main #section-front-categories .col-12 .categorie-bloc .post-hover:hover {
  background-color: rgba(0,0,0,0.85);
}
body main #section-front-categories .col-12 .categorie-bloc .post-hover:hover:before,
body main #section-front-categories .col-12 .categorie-bloc .post-hover:hover:after {
  opacity: 1;
}
body main #section-front-categories .col-12 .categorie-bloc .post-hover .categorie-title {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #a6844f;
  transition: all 0.4s ease-in-out;
}
body main #section-front-categories .col-12:nth-child(even) .categorie-bloc .post-hover {
  background-color: rgba(188,149,87,0.85);
}
body main #section-front-categories .col-12:nth-child(even) .categorie-bloc .post-hover:hover {
  background-color: rgba(188,149,87,0.95);
}
body main #section-front-categories .col-12:nth-child(even) .categorie-bloc .post-hover .categorie-title {
  border-bottom: 1px solid #fff;
}
body main #section-front-best,
body main #section-front-news {
  padding: 0 15px;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
body main #section-front-best .row-titles,
body main #section-front-news .row-titles {
  margin-bottom: 3rem;
}
body main #annonces-section {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
}
body main #annonces-section .page-filters {
  margin-bottom: 0;
}
body main #main-section + #annonces-section {
  padding-top: 0;
}
body main #flexible-section {
  z-index: 2;
}
body main #flexible-section #site-sections {
  position: relative;
}
body main #flexible-section #site-sections .section-defaut {
  position: relative;
  padding-top: 5.625rem;
  margin-bottom: 20rem;
  background: url(../img/header_bg.jpg) no-repeat center -6rem;
  background-size: cover;
  background-attachment: fixed;
  background-color: #212121;
}
body main #flexible-section #site-sections .section-defaut .container {
  position: relative;
  z-index: 2;
  max-width: 76.75rem;
}
body main #flexible-section #site-sections .section-defaut .container .row-titles .col-titles {
  margin-bottom: 3rem;
}
body main #flexible-section #site-sections .section-defaut .container .row-main .col-contenu {
  position: static;
}
body main #flexible-section #site-sections .section-defaut .container .row-main .col-contenu .page-button {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
body main #flexible-section #site-sections .section-defaut .container .row-main .col-contenu .section-stamp {
  position: absolute;
  background: url(../img/stamp.png) no-repeat;
  width: 20rem;
  height: 20rem;
  bottom: -19rem;
  right: calc(50% - 10rem);
  z-index: 4;
}
body main #flexible-section #site-sections .section-defaut .container .col-image .section-pattern {
  position: absolute;
  background: url(../img/img-pattern-gris.png) no-repeat right top;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: -3.25rem;
  right: -10%;
  z-index: 2;
}
body main #flexible-section #site-sections .section-defaut .container .col-image .post-thumbnail {
  margin-bottom: -10rem;
}
body main #flexible-section #site-sections .section-texte {
  position: relative;
  padding-top: 5.625rem;
  padding-bottom: 4.625rem;
}
body main #flexible-section #site-sections .section-texte .container {
  position: relative;
  z-index: 2;
  max-width: 76.75rem;
}
body main #flexible-section #site-sections .section-texte .container .row-titles .col-titles {
  margin-bottom: 2rem;
}
body main #flexible-section #site-sections .section-texte .container .row-main .page-button {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
body main #flexible-section #site-sections .section-full {
  position: relative;
}
body main #flexible-section #site-sections .section-full .col-contenu {
  position: static;
  padding-top: 6.625rem;
  padding-bottom: 4.625rem;
}
body main #flexible-section #site-sections .section-full .col-contenu .row-titles .col-titles {
  margin-bottom: 3rem;
}
body main #flexible-section #site-sections .section-full .col-contenu .page-button {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
body main #flexible-section #site-sections .section-full .col-image {
  background-size: cover;
  background-position: center;
}
body main #flexible-section #site-sections .section-marron {
  position: relative;
  overflow: hidden;
}
body main #flexible-section #site-sections .section-marron .col-contenu {
  position: static;
  padding-top: 6.625rem;
  padding-bottom: 4.625rem;
}
body main #flexible-section #site-sections .section-marron .col-contenu .row-titles .col-titles {
  margin-bottom: 3rem;
}
body main #flexible-section #site-sections .section-marron .col-contenu .entry-content ul li::before {
  color: #fff;
}
body main #flexible-section #site-sections .section-marron .col-contenu .page-button {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
body main #flexible-section #site-sections .section-marron .col-image {
  background-size: cover;
  background-position: center;
}
body main #flexible-section #site-sections .section-contact {
  position: relative;
  padding-top: 5.625rem;
  padding-bottom: 20rem;
  background: url(../img/header_bg.jpg) no-repeat center -6rem;
  background-size: cover;
  background-attachment: fixed;
  background-color: #212121;
}
body main #flexible-section #site-sections .section-contact .container {
  position: relative;
  z-index: 2;
  max-width: 76.75rem;
}
body main #flexible-section #site-sections .section-contact .container .row-titles .col-titles {
  margin-bottom: 3rem;
}
body main #flexible-section #site-sections .section-contact .container .row-main .col-contenu {
  position: static;
}
body main #flexible-section #site-sections .section-contact .container .row-main .col-contenu p.mail {
  margin-bottom: 0;
}
body main #flexible-section #site-sections .section-contact .container .row-main .col-contenu p.mail a {
  font-size: 0.75rem;
  vertical-align: middle;
}
body main #flexible-section #site-sections .section-contact .container .row-main .col-contenu p.mail i {
  margin-right: 0.25rem;
  vertical-align: middle;
}
body main #flexible-section #site-sections .section-contact .container .row-main .col-contenu p.fb {
  margin-bottom: 0;
}
body main #flexible-section #site-sections .section-contact .container .row-main .col-contenu p.fb a {
  font-size: 0.75rem;
  vertical-align: middle;
}
body main #flexible-section #site-sections .section-contact .container .row-main .col-contenu p.fb i {
  line-height: 1.25rem;
  vertical-align: middle;
  font-size: 1rem;
  margin-top: 0.8rem;
  color: #a8a8a8;
  transition: all 0.3s ease-in-out;
}
body main #flexible-section #site-sections .section-contact .container .row-main .col-contenu p.fb:hover i {
  border-color: #fff;
  color: #fff;
}
body main #flexible-section #site-sections .section-contact .container .row-main .col-contenu .page-button {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
body main #flexible-section #site-sections .section-contact .container .row-main .col-contenu .section-stamp {
  position: absolute;
  background: url(../img/stamp.png) no-repeat;
  width: 20rem;
  height: 20rem;
  bottom: -19rem;
  right: calc(50% - 10rem);
  z-index: 5;
}
body main #flexible-section #site-sections .section-contact .container .col-form .section-pattern {
  position: absolute;
  background: url(../img/img-pattern-gris.png) no-repeat right top;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 2rem;
  right: -10%;
  z-index: 2;
}
body main #flexible-section #site-sections .section-contact .container .col-form .section-form {
  margin-top: 5rem;
  position: relative;
  z-index: 4;
  padding: 3.75rem 2rem;
}
body main #flexible-section #site-sections .section-contact .container .col-form .section-form form {
  max-width: 25rem;
  margin: 0 auto;
}
body main #flexible-section #site-sections .section-contact .post-thumbnail {
  position: absolute;
  z-index: 0;
  bottom: 0;
  height: 24rem;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
}
body main #flexible-section #site-sections .section-contact .post-thumbnail .overlay {
  position: absolute;
  z-index: 1;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
}
body main #section-annonces-form {
  padding: 4rem 0 3rem 0;
}
body main #section-annonces-form .row-titles {
  margin-bottom: 4rem;
}
body main #section-annonces-form .row-form {
  margin-bottom: 3rem;
}
body main #section-annonces-form .row-form .entry-content {
  font-size: 1rem;
  margin-bottom: 2rem;
}
body footer#site-footer .row-cols {
  padding-top: 5.625rem;
  padding-bottom: 3rem;
}
body footer#site-footer .row-cols a {
  color: #fff;
}
body footer#site-footer .row-cols a:hover,
body footer#site-footer .row-cols a:focus {
  color: #bc9557;
}
body footer#site-footer .row-cols .footer-logo {
  margin-bottom: 4rem;
}
body footer#site-footer .row-cols .footer-logo img {
  width: 18rem;
}
body footer#site-footer .row-cols .footer-widget {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}
body footer#site-footer .row-cols .footer-menu {
  margin-bottom: 2rem;
}
body footer#site-footer .row-cols .footer-menu ul {
  flex-direction: column;
}
body footer#site-footer .row-cols .footer-menu ul li {
  margin-bottom: .7rem;
}
body footer#site-footer .row-cols .footer-menu ul li a {
  font-size: 1.063rem;
}
body footer#site-footer .row-cols .footer-coords {
  font-size: 1rem;
  margin-bottom: 2rem;
}
body footer#site-footer .row-cols .footer-coords p {
  margin-bottom: 0;
}
body footer#site-footer .row-cols .footer-coords p.mail a {
  font-size: 0.75rem;
  vertical-align: middle;
}
body footer#site-footer .row-cols .footer-coords p.mail i {
  margin-right: 0.25rem;
  vertical-align: middle;
}
body footer#site-footer .row-cols .footer-coords p.fb i {
  border: 1px solid #a8a8a8;
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  line-height: 1.25rem;
  vertical-align: middle;
  font-size: .8rem;
  margin-top: 0.8rem;
  color: #a8a8a8;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
body footer#site-footer .row-cols .footer-coords p.fb:hover i {
  border-color: #fff;
  color: #fff;
}
body footer#site-footer .row-cols .footer-coords h3 a {
  color: #bc9557;
  font-size: 2.25rem;
}
body footer#site-footer .row-cols .footer-coords h3 a:hover {
  color: #fff;
}
body footer#site-footer .row-copy {
  border-top: 1px solid #9e9e9e;
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
}
body footer#site-footer .row-copy a {
  color: #a8a8a8;
}
body footer#site-footer .row-copy a:hover,
body footer#site-footer .row-copy a:focus {
  text-decoration: underline;
}
body footer#site-footer .row-copy img {
  width: 2.25rem;
  height: auto;
  border: 1px solid #fff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.5rem;
}
body footer#site-footer .row-copy span {
  margin-left: .25rem;
  margin-right: .25rem;
}
@media (min-width: 576px) {
  body #front-header .row #front-header-slider {
    position: relative;
    z-index: 1;
  }
  body #front-header .row #front-header-slider .carousel-caption {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
  }
  body main #section-front-categories .col-12 .categorie-bloc .post-thumbnail {
    margin-top: -10%;
    margin-bottom: -10%;
  }
  body main #section-front-categories .col-12 .categorie-bloc .post-hover {
    padding: 0 18%;
  }
  body main #section-front-categories .col-12 .categorie-bloc .post-hover:before,
  body main #section-front-categories .col-12 .categorie-bloc .post-hover:after {
    width: 17%;
  }
  body main #flexible-section #site-sections .section-texte:before,
  body main #flexible-section #site-sections .section-texte:after {
    display: block;
    content: "";
    position: absolute;
    width: 10vw;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: url(../img/img-pattern-gris.png) no-repeat left center;
    background-size: cover;
  }
  body main #flexible-section #site-sections .section-texte:after {
    left: auto;
    right: 0;
    background-position: right center;
  }
}
@media (min-width: 768px) {
  body header#site-header {
    padding-left: 4rem;
    padding-right: 4rem;
    height: 14rem;
  }
  body header#site-header #header-container-logo img {
    width: 12rem;
  }
  body.admin-bar #menu-main-modal {
    top: 32px;
  }
  body #page-header,
  body #front-header {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  body main #flexible-section #site-sections .section-defaut {
    margin-bottom: 16rem;
  }
  body main #flexible-section #site-sections .section-defaut .container .row-main .col-contenu .section-stamp {
    bottom: -13rem;
    right: calc(50% - 2rem);
  }
  body main #flexible-section #site-sections .section-contact {
    padding-bottom: 16rem;
  }
  body main #flexible-section #site-sections .section-contact .container .row-main .col-contenu .section-stamp {
    bottom: -6rem;
    right: calc(50% - 2rem);
  }
  body main #flexible-section #site-sections .section-contact .container .col-form .section-pattern {
    top: -3rem;
  }
  body main #flexible-section #site-sections .section-contact .container .col-form .section-form {
    margin-top: 0;
  }
  body footer#site-footer .row-cols .footer-widget {
    margin-bottom: 0;
  }
}
#annonces-section .card-deck .card .indisponible {
  position: relative;
}
#annonces-section .card-deck .card .indisponible:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #bc9557;
  z-index: 1;
  mix-blend-mode: multiply;
}
#annonces-section .card-deck .card .indisponible > p {
  padding: 0;
  position: absolute;
  z-index: 2;
  color: white;
  font-size: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-weight: 500;
}
@media (min-width: 992px) {
  body header#site-header {
    padding-top: 7rem;
  }
  body main .entry-meta {
    font-size: 0.75rem;
    letter-spacing: 0.2rem;
  }
  body main .card-body .entry-meta {
    margin-bottom: 0;
  }
  body main #main-section #site-primary {
    padding-top: 5.25rem;
  }
  body main #main-section #site-primary .row-prices {
    margin-bottom: 0;
  }
  body main #main-section #site-primary .row-specs {
    margin-top: 2rem;
  }
  body main #main-section #site-secondary {
    margin-top: 4rem;
  }
  body main #section-front-categories {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  body main #section-front-best,
  body main #section-front-news {
    margin-top: 5.625rem;
    margin-bottom: 3.625rem;
  }
  body main #annonces-section {
    padding-top: 5.25rem;
  }
  body main #main-section + #annonces-section {
    padding-top: 0;
  }
  body footer#site-footer .row-cols .footer-widget {
    margin-bottom: -4rem;
  }
  body footer#site-footer .row-copy img {
    border: none;
    width: 81px;
  }
}
@media (min-width: 1200px) {
  body .container {
    max-width: 70rem;
  }
  body .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  body header#site-header {
    height: fit-content;
  }
  body header#site-header #header-container-logo img {
    width: auto;
  }
  body #front-header {
    margin-bottom: 16.625rem;
  }
  body #front-header .row .col-titles .front-header-title {
    font-size: 3rem;
  }
  body #front-header .row .col-form {
    position: relative;
  }
  body #front-header .row .col-form .form-container {
    padding: 2rem 2.5rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  body #front-header .row .col-form .searchandfilter>ul {
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
  }
  body #front-header .row .col-form .searchandfilter>ul>li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  body #front-header .row #front-header-slider {
    margin-bottom: -11rem;
  }
  body #front-header .row #front-header-slider .carousel-caption {
    width: 39.13rem;
  }
  body main #flexible-section #site-sections .section-defaut .container .col-image .section-pattern {
    top: -6.25rem;
  }
  body main #flexible-section #site-sections .section-contact .container .col-form .section-pattern {
    top: -8rem;
  }
  body main #flexible-section #site-sections .section-contact .container .col-form .section-form {
    margin-top: -5rem;
    padding: 3.75rem;
  }
  body footer#site-footer .row-cols {
    padding-bottom: 5rem;
  }
  body footer#site-footer .row-cols .footer-logo {
    margin-bottom: 0;
  }
  body footer#site-footer .row-cols .footer-widget {
    margin-bottom: -2rem;
  }
  body footer#site-footer .row-cols .footer-menu {
    margin-bottom: -1rem;
  }
  body footer#site-footer .row-cols .footer-coords {
    margin-top: 2rem;
    margin-bottom: 0;
  }
  body footer#site-footer .row-copy img {
    display: inline-block;
    margin-right: 1.5rem;
  }
  body footer#site-footer .row-copy span {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 1400px) {
  body header#site-header {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  body #front-header {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  body main #section-front-best,
  body main #section-front-news {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1600px) {
  body .container {
    max-width: 76.75rem;
  }
  body .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  body .col-xxl-4 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  body .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  body main #flexible-section #site-sections .section-texte:before,
  body main #flexible-section #site-sections .section-texte:after {
    width: 18vw;
  }
}
@media (min-width: 1800px) {
  body .container {
    max-width: 100rem;
  }
}
html {
  overflow-x: hidden;
  width: 100%;
}
body {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #000;
  width: 100%;
  overflow: hidden;
}
body a {
  color: #a6844f;
  transition: all 0.4s ease-in-out;
}
body a:hover,
body a:focus {
  color: #bc9557;
  text-decoration: none;
}
body .entry-content a,
body #texte-confidentialite a {
  text-decoration: underline;
  color: #212121;
}
body .entry-content a:hover,
body .entry-content a:focus,
body #texte-confidentialite a:hover,
body #texte-confidentialite a:focus {
  color: #a6844f;
}
body .entry-content.text-light a {
  color: #eaeaea;
}
body .entry-content.text-light a:hover,
body .entry-content.text-light a:focus {
  color: #a6844f;
}
body .entry-content ul,
body #texte-confidentialite ul {
  list-style: none;
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}
body .entry-content ul li,
body #texte-confidentialite ul li {
  margin-bottom: 1rem;
  line-height: 1.2;
}
body .entry-content ul li::before,
body #texte-confidentialite ul li::before {
  content: ">";
  color: #a6844f;
  display: inline-block;
  width: 1.25em;
  margin-left: -1.25em;
  font-size: 1.25rem;
  font-family: 'Oranienbaum', Georgia, "Times New Roman", Times, serif;
}
body #texte-confidentialite ul > li {
  list-style: none;
}
body b,
body strong {
  font-weight: 700;
}
body .bg-light {
  background-color: #fff !important;
}
body .bg-dark {
  background-color: #000 !important;
}
body .bg-marronfonce {
  background-color: #a6844f !important;
}
body .bg-marronclair {
  background-color: #bc9557 !important;
}
body .bg-grisclair {
  background-color: #a8a8a8 !important;
}
body .bg-grisfonce {
  background-color: #303030 !important;
}
body .bg-gristresfonce {
  background-color: #212121 !important;
}
body .text-light {
  color: #fff !important;
}
body .text-dark {
  color: #000 !important;
}
body .text-marronfonce {
  color: #a6844f !important;
}
body .text-marronclair {
  color: #bc9557 !important;
}
body .text-grisfonce {
  color: #303030 !important;
}
body .text-grismoyen {
  color: #9e9e9e !important;
}
body .text-grisclair {
  color: #a8a8a8 !important;
}
body .btn,
body .navbar-nav .btn-menu,
body .nf-form-content input[type=button],
body li.sf-field-submit input,
body li.sf-field-reset input {
  font-size: 1.063rem;
  border-radius: 0;
  padding: .5rem 2rem;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  white-space: normal;
  cursor: pointer;
}
body .btn:hover,
body .btn:focus,
body .navbar-nav .btn-menu:hover,
body .navbar-nav .btn-menu:focus,
body .nf-form-content input[type=button]:hover,
body .nf-form-content input[type=button]:focus,
body li.sf-field-submit input:hover,
body li.sf-field-submit input:focus,
body li.sf-field-reset input:hover,
body li.sf-field-reset input:focus {
  background-color: #303030;
  color: #fff;
  border-color: #303030;
}
body .btn.focus,
body .btn:focus,
body .navbar-nav .btn-menu.focus,
body .navbar-nav .btn-menu:focus,
body .nf-form-content input[type=button].focus,
body .nf-form-content input[type=button]:focus,
body li.sf-field-submit input.focus,
body li.sf-field-submit input:focus,
body li.sf-field-reset input.focus,
body li.sf-field-reset input:focus {
  box-shadow: 0 0 0 0.2rem rgba(159,164,175,0.5);
}
body .btn a,
body .navbar-nav .btn-menu a,
body .nf-form-content input[type=button] a,
body li.sf-field-submit input a,
body li.sf-field-reset input a {
  color: #fff;
}
body #menu-main .btn-menu {
  margin-left: 1.5rem;
}
body .nf-form-content input[type=button] {
  line-height: 1;
}
body .nf-form-content .rgpd label {
  text-align: left;
  font-weight: 500;
  font-size: .9rem;
}
body .nf-form-content .rgpd label:before {
  font-size: 16px;
  left: -26px;
}
body .entry-content .btn {
  margin-bottom: 1.25rem;
}
body .btn-primary {
  color: #fff;
  background-color: #a6844f;
  border-color: #a6844f;
}
body .btn-secondary,
body .navbar-nav .btn-menu {
  background-color: #bc9557;
  border-color: #bc9557;
}
body .btn-success {
  background-color: #28a745;
  border-color: #28a745;
}
body .btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}
body .btn-warning {
  background-color: #F90;
  border-color: #F90;
}
body .btn-info {
  background-color: #0369be;
  border-color: #0369be;
}
body .btn-light {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
body .btn-primary[aria-expanded="true"] {
  background-color: transparent !important;
  border-color: #a6844f !important;
}
body .navbar-nav .btn-menu {
  transition: all 0.3s ease-in-out;
  padding: .5rem 3.75rem;
}
body .navbar-nav .btn-menu:hover,
body .navbar-nav .btn-menu:focus {
  background-color: #a6844f;
  border-color: #a6844f;
}
body .btn-border {
  background-color: transparent;
}
body .btn-lg {
  padding: 1rem 2rem;
}
body .btn-sm {
  font-size: 0.9125rem;
  padding: .75rem 1rem;
}
body .btn-group-sm>.btn,
body .btn-sm {
  border-radius: .25rem;
}
body .nf-form-content input[type=button] {
  width: 100%;
}
body .back-link {
  color: #a8a8a8;
  font-size: 1rem;
}
body .back-link:hover,
body .back-link:focus {
  color: #fff;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  line-height: 1.4;
  font-weight: normal;
}
body .entry-content h1,
body .entry-content h2,
body .entry-content h3,
body .entry-content h4 {
  margin-bottom: 1.25rem;
}
body .entry-content h5,
body .entry-content h6 {
  margin-bottom: 1rem;
}
body .entry-content p + h1,
body .entry-content p + h2,
body .entry-content p + h3,
body .entry-content p + h4,
body .entry-content ul + h1,
body .entry-content ul + h2,
body .entry-content ul + h3,
body .entry-content ul + h4,
body .entry-content ol + h1,
body .entry-content ol + h2,
body .entry-content ol + h3,
body .entry-content ol + h4 {
  margin-top: 2rem;
}
body .entry-content p + h5,
body .entry-content p + h6,
body .entry-content ul + h5,
body .entry-content ul + h6,
body .entry-content ol + h5,
body .entry-content ol + h6 {
  margin-top: 1.5rem;
}
body h1 {
  font-family: 'Oranienbaum', Georgia, "Times New Roman", Times, serif;
  color: #bc9557;
  font-size: 3.75rem;
}
body h1.section-title {
  font-size: 3.125rem;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
body h1.categorie-subtitle {
  font-size: 2rem;
}
body h2 {
  font-weight: 600;
  font-size: 2.5rem;
}
body h2.entry-title {
  line-height: 1.1;
  margin-bottom: 0;
  font-size: 1.25rem;
}
body h2.entry-title a {
  color: #000;
}
body h2.entry-title a:hover,
body h2.entry-title a:focus {
  color: #a6844f;
}
body h2.categorie-title {
  font-size: 3.125rem;
  text-transform: uppercase;
}
body h2.card-title {
  font-size: 1.125rem;
}
body h2.card-title a {
  color: #000;
}
body h2.card-title a:hover,
body h2.card-title a:focus {
  color: #a6844f;
}
body h2.card-prix,
body h2.entry-prix {
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
  margin-top: 0.3rem;
}
body h2.card-prix a,
body h2.entry-prix a {
  color: #000;
}
body h2.card-prix a:hover,
body h2.card-prix a:focus,
body h2.entry-prix a:hover,
body h2.entry-prix a:focus {
  color: #a6844f;
}
body h2.entry-charges {
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
  color: #000;
  line-height: 1.1;
  margin-top: 0.3rem;
}
body h2.entry-month,
body h2.card-month {
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
}
body .carousel-caption h2.entry-title {
  margin-bottom: 0;
}
body.single-annonce h2.entry-title {
  margin-bottom: 3rem;
}
body.single-annonce .entry-prix {
  margin-left: 0;
  margin-top: 3rem;
  font-size: 2.375rem;
}
body.single-annonce .entry-month {
  margin-bottom: 0;
  font-size: 1.75rem;
}
body.single-annonce .entry-charges {
  margin-bottom: 0.5rem;
  letter-spacing: normal;
  font-weight: 400;
}
body h3 {
  font-size: 2.5rem;
  color: #bc9557;
}
body h3.entry-title {
  line-height: 1.1;
  margin-bottom: .5rem;
  font-size: 1.5rem;
}
body h3.section-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
body h3.entry-subtitle,
body h3.entry-categorie {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 0.25rem;
}
body h3.entry-categorie {
  text-transform: uppercase;
}
body h3.section-subtitle {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
body h3.card-subtitle {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-bottom: 0.25rem;
}
body #front-header h3.section-title {
  margin-bottom: 1.5rem;
}
body h4 {
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.22rem;
}
body h5 {
  font-size: 1.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.22rem;
}
body h5.widget-title {
  font-size: 1.5rem;
}
body h6 {
  font-size: 1.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.22rem;
  color: #bc9557;
}
body h6.page-subtitle {
  font-size: 1.563rem;
  color: #fff;
}
body h6.section-subtitle {
  font-size: 1.25rem;
  margin-bottom: 0;
}
body.single-annonce h6.page-subtitle {
  font-size: 1rem;
}
body p {
  margin-bottom: 1.25rem;
}
body blockquote {
  font-family: 'Oranienbaum', Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  color: #a6844f;
  padding-top: 2.5rem;
  position: relative;
  font-size: 1.7rem;
  quotes: "“" "”" "‘" "’";
}
body blockquote p:before,
body blockquote p:after {
  content: "\201c";
  color: #000;
}
body blockquote p:after {
  content: "\201d";
}
body blockquote cite {
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  margin-top: -0.5rem;
  color: #000;
  display: block;
}
body .form-control {
  padding: .75rem .75rem;
  border: 1px solid #303030;
}
body .nf-form-content {
  max-width: none;
  padding: 0;
}
body .nf-form-fields-required {
  display: none;
}
body .nf-error.field-wrap .nf-field-element:after {
  height: 54px;
  width: 54px;
}
body .nf-field-label {
  display: none;
}
body .nf-form-content .ninja-forms-field {
  font-size: 0.875rem;
}
body .nf-form-content .list-select-wrap .nf-field-element>div,
body .nf-form-content input:not([type=button]),
body .nf-form-content textarea {
  background-color: #fff;
  border-width: 0;
  border-radius: 0;
  border-style: none;
  color: #000;
  font-size: 0.875rem;
}
body .nf-form-content .list-select-wrap .nf-field-element>div:focus,
body .nf-form-content input:not([type=button]):focus,
body .nf-form-content textarea:focus,
body .nf-form-content .nf-field-element textarea:focus {
  background-color: #eaeaea;
  color: #000;
}
body .nf-field-container .field-wrap .nf-element::placeholder {
  color: #212121;
}
body .nf-error.field-wrap .nf-field-element:after {
  background-color: transparent;
  color: #a6844f;
}
body .nf-error .ninja-forms-field {
  border-color: #a6844f !important;
}
body .nf-error .nf-error-msg,
body .nf-error-msg,
body .ninja-forms-req-symbol {
  font-size: 0.8125rem;
  color: #303030;
}
body .nf-form-content p {
  font-size: 0.8125rem;
  color: #fff;
  text-align: left;
}
body .card {
  border-radius: 0.5rem;
  border-color: #a8a8a8;
}
body .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
body .no-gutters > .col,
body .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
body .card {
  border: none;
  border-radius: 0;
}
body .card .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: all 0.5s ease-in-out;
  position: relative;
  top: 0;
  left: 0;
  object-fit: cover;
  height: auto;
  width: 100%;
  aspect-ratio: 1.2;
}
body .card:hover .card-img-top {
  transform: scale(1.08);
}
body .card .card-body {
  padding: 1.25rem 0 0 0;
}
body .card .card-footer {
  background-color: transparent;
  border-top: none;
  padding: 1rem 0 0 0;
}
body .card .card-footer p {
  margin-bottom: 0;
}
body .card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
body .card-deck .card {
  margin-bottom: 2.5rem;
}
body .nav-tabs {
  border-bottom: none;
  margin-bottom: 3rem;
}
body .nav-tabs .nav-link {
  position: relative;
  border: none;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}
body .nav-tabs .nav-link:hover {
  color: #a6844f;
}
body .nav-tabs .nav-link.active {
  background-color: transparent;
  color: #000;
}
body .nav-tabs .nav-link.active:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(90% - 2rem);
  height: 1px;
  left: calc(5% + 1rem);
  bottom: 0;
  background-color: #a6844f;
}
body table {
  font-family: 'IBM Plex Sans', sans-serif;
  border-color: #a8a8a8;
  border-style: solid;
  border-right-width: 1px;
}
body table thead th {
  vertical-align: bottom;
  text-transform: uppercase;
  color: #9e9e9e;
  font-weight: 400;
  font-size: 0.9125rem;
}
body table thead th .color {
  background-color: #eaeaea;
  padding: 3rem 1rem 1rem 1rem;
  margin-right: 1rem;
  border-color: #a8a8a8;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}
body table thead td {
  padding: 4rem 1rem;
  color: #a6844f;
  font-weight: 500;
  border-color: #a8a8a8;
  border-style: solid;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 0;
  width: 10rem;
}
body table tbody th .color {
  background-color: #eaeaea;
  padding: 1rem;
  margin-right: 1rem;
  border-color: #a8a8a8;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}
body table tbody td {
  border-color: #a8a8a8;
  border-style: solid;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  padding: 1rem 1.5rem;
  vertical-align: middle;
}
body .carousel-caption {
  background-color: #fff;
  border-left: 0.5rem solid #bc9557;
  padding: 1.5rem 2rem;
}
body .carousel-control-next,
body .carousel-control-prev,
body .carousel-control-sep {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  display: block;
  width: 3.375rem;
  height: 3.375rem;
  background-color: #bc9557;
  opacity: 0.75;
}
body .carousel-control-next:hover,
body .carousel-control-prev:hover,
body .carousel-control-sep:hover {
  opacity: 1;
}
body .carousel-control-next i,
body .carousel-control-prev i,
body .carousel-control-sep i {
  font-size: 2rem;
  line-height: 3.375rem;
}
body .carousel-control-next {
  left: 3.375rem;
}
body .carousel-control-sep {
  position: absolute;
  background-color: #bc9557;
  left: 0;
  height: 3.375rem;
  width: 0.5rem;
  opacity: 1;
}
body .searchandfilter>ul {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  flex-wrap: wrap;
}
body .searchandfilter>ul>li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 2rem;
}
body .searchandfilter>ul>li[data-sf-field-input-type="select"] {
  background-color: #eaeaea;
  padding: 1rem 1.25rem .5rem 1.25rem;
}
body .searchandfilter>ul>li[data-sf-field-input-type="select"] h4 {
  text-transform: none;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: normal;
}
body .searchandfilter>ul>li[data-sf-field-input-type="select"] .chosen-container-single {
  width: 100% !important;
  font-size: 0.9375rem;
}
body .searchandfilter>ul>li[data-sf-field-input-type="select"] .chosen-container-single .chosen-single {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #bc9557;
  white-space: nowrap;
  line-height: 1.1;
}
body .searchandfilter>ul>li[data-sf-field-input-type="select"] .chosen-container-single .chosen-single div {
  margin-top: -0.15rem;
}
body .searchandfilter>ul>li[data-sf-field-input-type="select"] .chosen-container-single .chosen-single div b {
  background: url(../img/chevron.png) no-repeat right center;
  transition: all 0.4s ease-in-out;
}
body .searchandfilter>ul>li[data-sf-field-input-type="select"] .chosen-container-single.chosen-with-drop .chosen-single {
  box-shadow: none;
  -webkit-box-shadow: none;
}
body .searchandfilter>ul>li[data-sf-field-input-type="select"] .chosen-container-single.chosen-with-drop .chosen-single div b {
  transform: rotate(180deg);
}
body .searchandfilter>ul>li[data-sf-field-input-type="select"] .chosen-container-single .chosen-drop {
  top: calc(100% + 0.75rem);
  width: calc(100% + 2.5rem);
  left: -1.25rem;
  background-color: #eaeaea;
  border: none;
  padding: 0 1.25rem .5rem 1.25rem;
  transition: all 0.4s ease-in-out;
}
body .searchandfilter>ul>li[data-sf-field-input-type="select"] .chosen-container-single .chosen-drop .chosen-search {
  display: none;
}
body .searchandfilter>ul>li[data-sf-field-input-type="select"] .chosen-container-single .chosen-drop .chosen-results {
  color: #303030;
}
body .searchandfilter>ul>li[data-sf-field-input-type="select"] .chosen-container-single .chosen-drop .chosen-results li.result-selected {
  color: #a8a8a8;
}
body .searchandfilter>ul>li[data-sf-field-input-type="select"] .chosen-container-single .chosen-drop .chosen-results li.highlighted {
  background-color: #9e9e9e;
  background-image: none;
  color: #fff;
}
body .searchandfilter>ul>li.sf-field-submit {
  padding: 0;
  position: relative;
}
body .searchandfilter>ul>li.sf-field-submit input {
  width: 100%;
  font-size: 1.25rem;
  padding: 1rem 2rem;
}
body .searchandfilter>ul>li.sf-field-submit input:disabled {
  pointer-events: none;
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}
body .searchandfilter>ul>li.sf-field-submit.disabled-field:before {
  content: attr(data-tooltip);
  position: absolute;
  padding: 0.2rem 0.5rem;
  background: #212121;
  color: #fff;
  font-size: 0.75rem;
  width: 100%;
  left: 0;
  right: 0;
  top: -2.1rem;
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
body .searchandfilter>ul>li.sf-field-submit.disabled-field:hover:before {
  opacity: 1;
}
body .searchandfilter>ul>li.sf-field-submit.disabled-field:after {
  content: '';
  position: absolute;
  top: -0.4rem;
  left: calc(50% - 0.4rem);
  width: 0;
  height: 0;
  border-top: .4rem solid #212121;
  border-right: .4rem solid transparent;
  border-left: .4rem solid transparent;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
body .searchandfilter>ul>li.sf-field-submit.disabled-field:hover:after {
  opacity: 1;
}
body .delay-1 {
  animation-delay: .25s;
}
body .delay-2 {
  animation-delay: .5s;
}
body .delay-3 {
  animation-delay: .75s;
}
body .delay-4 {
  animation-delay: 1s;
}
body .delay-5 {
  animation-delay: 1.25s;
}
body .duration-1 {
  animation-duration: 1s;
}
body .duration-2 {
  animation-duration: 2s;
}
body .duration-3 {
  animation-duration: 3s;
}
body .duration-4 {
  animation-duration: 4s;
}
body .duration-5 {
  animation-duration: 5s;
}
@media only screen and (min-width: 576px) {
  body .carousel-caption h2.entry-title {
    height: 1.375rem;
    overflow: hidden;
  }
  body h2.card-prix,
  body h2.entry-prix {
    margin-left: 0.5rem;
    margin-top: 0;
  }
  body #section-front-best .card-deck,
  body #section-front-news .card-deck {
    flex-direction: row;
  }
  body #section-front-best .card-deck .card,
  body #section-front-news .card-deck .card {
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
  }
}
@media only screen and (min-width: 782px) {
  body .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  body .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
  }
  body .card-deck .card {
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
  }
  body .searchandfilter>ul {
    justify-content: space-between;
    align-items: flex-end;
  }
  body .searchandfilter>ul>li {
    -ms-flex: 0 0 calc(50% - 1rem);
    flex: 0 0 calc(50% - 1rem);
  }
}
@media only screen and (min-width: 992px) {
  body.single-annonce .back-link {
    display: block;
    line-height: 3rem;
    margin-top: -0.75rem;
  }
  body.single-annonce .back-link:before {
    display: inline-block;
    content: "/";
    font-weight: 300;
    font-size: 3rem;
    line-height: 1;
    vertical-align: sub;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  body .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  body .card-deck .card {
    -ms-flex: 0 0 calc(33.33333% - 30px);
    flex: 0 0 calc(33.33333% - 30px);
    margin-bottom: 2.5rem;
  }
  body #section-front-best .card-deck .card,
  body #section-front-news .card-deck .card {
    -ms-flex: 0 0 calc(33.33333% - 30px);
    flex: 0 0 calc(33.33333% - 30px);
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  body h1 {
    font-size: 3.25rem;
  }
  body h2,
  body h3 {
    font-size: 2rem;
  }
  body h4 {
    font-size: 1.5rem;
  }
  body h5,
  body h6 {
    font-size: 1.25rem;
  }
  body h5.page-subtitle,
  body h6.page-subtitle {
    font-size: 1.125rem;
  }
  body h1.categorie-subtitle {
    font-size: 1.825rem;
    padding: 0 20%;
  }
  body .single-annonce h2.entry-title {
    margin-bottom: 1.5rem;
  }
  body h2.categorie-title {
    font-size: 2.5rem;
  }
  body #menu-main .btn-menu {
    margin-left: 0;
    padding: .5rem 2rem;
  }
  body .entry-content {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  body .btn {
    font-size: 0.9375rem;
  }
  body table {
    border-right: none;
  }
  body table thead {
    display: none;
  }
  body table thead tr {
    display: block;
    margin-bottom: 40px;
  }
  body table thead td {
    display: block;
    text-align: right;
  }
  body table tbody th .color {
    border-bottom-width: 0;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }
  body table tbody tr {
    display: block;
    margin-bottom: 40px;
  }
  body table tbody td {
    display: block;
    text-align: right;
    height: 4rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  body {
    font-size: 1rem;
  }
  body .entry-content ul li::before {
    font-size: 0.95rem;
  }
  body h1 {
    font-size: 2.5rem;
  }
  body h2,
  body h3 {
    font-size: 1.75rem;
  }
  body h4 {
    font-size: 1.25rem;
  }
  body h5,
  body h6 {
    font-size: 1.15rem;
  }
  body h5.page-subtitle,
  body h6.page-subtitle {
    font-size: 1rem;
  }
  body h1.section-title {
    font-size: 2.5rem;
  }
  body h1.categorie-subtitle,
  body h1.section-subtitle {
    font-size: 1.75rem;
  }
  body h2.categorie-title {
    font-size: 2rem;
  }
  body h3.section-subtitle {
    font-size: 1.125rem;
  }
  body h6.section-subtitle {
    font-size: 1rem;
  }
}
