/* CHARTE1 */
html {
  font-size: 62.5%;
}
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #666666;
  background-color: #ffffff;
}
/* GLOBAL */
/* images (bootstrap) */
.img-responsive {
  display: inline-block;
}
/* liens */
a {
  color: #50a3dd;
}
a:visited {
  color: #50a3dd;
}
a:hover {
  color: #99c9eb;
}
a:active {
  color: #99c9eb;
}
/* dropdown large*/
.dropdown-menu {
  padding: 0;
  max-height: 210px;
  overflow-x: hidden;
}
.dropdown-menu > li:not(:first-child) {
  border-top: 1px solid #f5f5f5;
}
.dropdown-menu > li > a {
  color: #666666;
  padding: 15px 12px;
}
.dropdown-menu > li > a span {
  margin: 0 5px 0 0;
}
@media screen and (min-width: 768px) {
  header .dropdown-menu {
    padding: 0;
    max-height: 50vh;
  }
}
div.list-group-item:hover {
  background-color: #f5f5f5;
}
.list-group-item {
  border: 1px solid #d9d9da;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* Hx */
h1 {
  color: #666666;
  line-height: 1.33;
  font-weight: 300;
  font-size: 2.24rem;
  text-transform: uppercase;
}
h2 {
  color: #666666;
  line-height: 1.33;
  font-weight: 300;
  font-size: 1.82rem;
  text-transform: uppercase;
}
h3 {
  color: #666666;
  line-height: 1.33;
  font-weight: 300;
  font-size: 1.54rem;
}
/* marges */
.margin-10b {
  margin-bottom: 10px;
}
/* input */
.form-control {
  border-radius: 0;
  border: 1px solid #d9d9da;
  color: #666666;
}
.form-control:focus {
  border-color: #99c9eb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 217, 218, 0.6);
}
/* modals */
.modal-content {
  border-radius: 0;
  border: 1px solid #f5f5f5;
}
.modal-content .modal-header {
  background-color: #50a3dd;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-content .modal-header .close {
  color: #ffffff;
  opacity: 1;
}
.modal-content .modal-header .modal-title {
  font-size: 1.6rem;
  color: #ffffff;
}
.modal-content .modal-footer {
  border-top: none;
}
/* correction glyphicons */
.glyphicons {
  position: relative;
  top: 3px;
}
/* boutons */
.btn {
  border-radius: 0;
}
.btn.btn-primary1,
.btn.btn-primary2,
.btn.btn-neutral {
  text-transform: uppercase;
  font-weight: 700;
  transition: 300ms;
  padding: 10px 15px;
  border: 1px solid transparent;
}
.btn.btn-primary1.small,
.btn.btn-primary2.small,
.btn.btn-neutral.small {
  font-weight: 400;
  padding: 5px 15px;
}
.btn.btn-primary1 .glyphicon,
.btn.btn-primary2 .glyphicon,
.btn.btn-neutral .glyphicon {
  margin: 0 0 0 10px;
}
.btn.btn-primary1 {
  background-color: #50a3dd;
  color: #ffffff;
}
.btn.btn-primary1:hover {
  background-color: #2378b3;
  color: #ffffff;
}
.btn.btn-primary2 {
  background-color: #bfbfbf;
  color: #000000;
}
.btn.btn-primary2:hover {
  background-color: #949494;
  color: #ffffff;
}
.btn.btn-neutral {
  background-color: transparent;
  color: #666666;
  border-color: #666666;
}
.btn.btn-neutral:hover {
  background-color: #666666;
  color: #ffffff;
}
.apollo-example > .btn,
.bs-example > .btn-group {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* dropdown (bootstrap) */
.dropdown-menu {
  border-radius: 0;
  /*overflow: hidden;*/
}
/* pagination (bootstrap) */
.pagination {
  border-radius: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  color: #50a3dd;
  background-color: #f5f5f5;
  border-color: #d9d9da;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #50a3dd;
  border-color: #50a3dd;
}
/* table (bootstrap) */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #d9d9da;
}
/* HEADER */
/* partenaire */
header .partner span {
  font-size: 1.12rem;
  font-style: italic;
  color: #000;
}
header .partner {
  text-align: right;
  background-color: #fff;
}
header .partner div.logo,
header .partner span {
  display: inline-block;
}
/* cover */
header div.cover {
  padding: 25px;
  background-color: #50a3dd;
  border-top: 6px solid #bfbfbf;
  height: 300px;
  background-image: url('/bundles/armstrong/img/apollo-header-tp.jpg');
  /*background-size: cover;*/
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
/* logo/titre/slogan */
header div.cover .logo {
  width: 135px;
  height: 135px;
  position: relative;
}
header div.cover .logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header div.cover .info p {
  color: #fff;
  font-weight: bold;
  font-size: 2.24rem;
  text-shadow: 0px 0px 5px #000;
  margin: 0;
}
header div.cover .info p span {
  font-style: italic;
  font-size: 1.82rem;
  margin-top: 8px;
}
/* affichage logo/titre/slogan centré */
header div.cover.center .cover-info div {
  text-align: center;
  margin: 15px auto;
}
/* affichage logo/titre/slogan droite/gauche sur grand écran */
@media screen and (min-width: 769px) {
  header div.cover.left .info,
  header div.cover.right .info {
    display: flex;
    align-items: center;
    max-width: 335px;
    height: 135px;
    padding: 0 30px;
  }
  header div.cover.right .cover-info div {
    float: right;
  }
  header div.cover.left .cover-info div {
    float: left;
  }
}
@media screen and (min-width: 767px) {
  .nav.navbar-nav.navbar-brand {
    height: auto;
    padding: 0 15px 0 0;
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    right: 0;
  }
}
/* affichage logo/titre/slogan droite/gauche sur petit écran */
@media screen and (max-width: 768px) {
  header div.cover.left .cover-info div,
  header div.cover.right .cover-info div {
    text-align: center;
    margin: 15px auto;
    float: none;
  }
}
/* NAVIGATION PRINCIAPLE */
/* icone hamburger pour le menu sur mobile */
.navbar-toggle .icon-bar {
  background-color: #666666;
}
/* calage langue + devise sur petit écran */
.nav.navbar-nav.navbar-brand {
  margin: 0;
  padding: 0 15px;
  height: auto;
}
.nav.navbar-nav.navbar-brand li {
  float: left;
}
/* dropdown global */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #000000;
  text-decoration: none;
  background-color: #bfbfbf;
  outline: 0;
}
/* dropdown langue + devise */
li.dropdown.lang a,
li.nav-btn.devise a {
  border-bottom: none;
}
li.dropdown.lang ul.dropdown-menu,
li.nav-btn.devise ul.dropdown-menu {
  text-align: center;
}
li.dropdown.lang ul.dropdown-menu li,
li.nav-btn.devise ul.dropdown-menu li {
  float: none;
}
li.dropdown.lang ul.dropdown-menu {
  min-width: 80px;
}
li.dropdown.lang a.dropdown-toggle {
  padding: 14px 15px;
}
li.dropdown.lang img {
  border: 1px solid #d9d9da;
}
li.nav-btn.devise ul.dropdown-menu {
  min-width: 128px;
}
/* couleurs navigation du header */
header .navbar {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #d9d9da;
}
header .navbar a {
  color: #666666;
}
header .navbar a:hover {
  background-color: transparent;
  color: #50a3dd;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: inherit;
}
li.nav-btn {
  border: none;
}
li.nav-btn:hover {
  border: none;
}
/* boutons dans navbar */
.btn-group {
  margin: 8px;
}
.btn-group .btn.btn-devise,
.btn-group .btn.btn-nav {
  background-color: #666666;
  color: #ffffff;
  display: none;
}
.btn-group .btn.btn-devise.dropdown-toggle,
.btn-group .btn.btn-nav.dropdown-toggle {
  background-color: #d9d9da;
  color: #666666;
  display: block;
}
/* masque le > */
@media screen and (min-width: 768px) {
  .nav .dropdown > a span.glyphicon {
    display: none;
  }
  header .navbar-nav li a {
    border-bottom: 3px solid transparent;
  }
  header .navbar-nav li a:hover {
    border-color: #50a3dd;
  }
  header .navbar-nav li.active a {
    color: #50a3dd;
    border-color: #50a3dd;
  }
  header .navbar-nav li.active:hover a {
    color: #50a3dd;
  }
  .nav .dropdown-menu {
    min-width: 210px;
  }
  header .dropdown-menu.sub-menu2,
  header .dropdown-menu {
    padding: 0;
  }
  header .dropdown-menu.sub-menu2 li:hover,
  header .dropdown-menu li:hover {
    border-color: #2378b3;
    background-color: #50a3dd;
  }
  header .dropdown-menu.sub-menu2 li:hover a,
  header .dropdown-menu li:hover a {
    color: #ffffff;
  }
  header .dropdown-menu.sub-menu2 li a,
  header .dropdown-menu li a {
    padding: 12px 10px;
  }
  header .dropdown-menu.sub-menu2 li.nav.sub-menu3:hover,
  header .dropdown-menu li.nav.sub-menu3:hover {
    border-color: #fff;
    background-color: #fff;
  }
  header .dropdown-menu.sub-menu2 li.nav.sub-menu3:hover ul li a,
  header .dropdown-menu li.nav.sub-menu3:hover ul li a {
    color: inherit;
  }
  header .dropdown-menu.sub-menu2 li.nav.sub-menu3 > a,
  header .dropdown-menu li.nav.sub-menu3 > a {
    color: #50a3dd;
    position: relative;
    border-bottom: 1px solid #d9d9da;
  }
  header .dropdown-menu.sub-menu2 li.nav.sub-menu3 > a span.glyphicon,
  header .dropdown-menu li.nav.sub-menu3 > a span.glyphicon {
    padding: 15px;
    position: absolute;
    right: 0;
  }
  header .dropdown-menu.sub-menu2 li.nav.sub-menu3 ul li,
  header .dropdown-menu li.nav.sub-menu3 ul li {
    background-color: #f5f5f5;
  }
  header .dropdown-menu.sub-menu2 li.nav.sub-menu3 ul li:hover,
  header .dropdown-menu li.nav.sub-menu3 ul li:hover {
    background-color: #50a3dd;
    border-color: #2378b3;
  }
  header .dropdown-menu.sub-menu2 li.nav.sub-menu3 ul li:hover a,
  header .dropdown-menu li.nav.sub-menu3 ul li:hover a {
    color: #ffffff;
  }
  header .dropdown-menu.sub-menu2 li.nav.sub-menu3 ul li a,
  header .dropdown-menu li.nav.sub-menu3 ul li a {
    padding: 12px 26px;
  }
  /* voir plus */
  header .more .dropdown-menu.sub-menu2 {
    position: relative;
    float: none;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    background-color: #f5f5f5;
    display: block;
  }
  header .more .dropdown-menu.sub-menu2 li a {
    padding: 12px 10px 12px 26px;
    color: #666666;
  }
  header .more .dropdown-menu.sub-menu2 li:hover a {
    color: #ffffff;
  }
  header .more .dropdown-menu li.nav.sub-menu3 {
    border: none;
  }
  header .more .dropdown-menu li.nav.sub-menu3:hover {
    border-color: inherit;
    background-color: inherit;
  }
  header .more .dropdown-menu li.nav.sub-menu3:hover > a {
    color: #50a3dd;
  }
  header .more .dropdown-menu li.nav.sub-menu3 ul li {
    background-color: rgba(217, 217, 218, 0.7);
  }
  header .more .dropdown-menu li.nav.sub-menu3 ul li a {
    padding: 12px 10px 12px 42px;
  }
  header .more .dropdown-menu li.dropdown {
    border: none;
  }
  header .more .dropdown-menu li.dropdown:hover > a {
    background-color: #ffffff;
  }
  header .more .dropdown-menu li.dropdown a.dropdown-toggle {
    color: #50a3dd;
    box-shadow: none;
  }
  header .more .dropdown-menu li.dropdown a.dropdown-toggle b.caret {
    display: none;
  }
  header .more .dropdown-menu li.dropdown a.dropdown-toggle span.glyphicon {
    padding: 15px;
    position: absolute;
    right: 0;
    display: block;
  }
  header .more .dropdown-menu li.dropdown a.dropdown-toggle:first-child {
    border-bottom: 1px solid #d9d9da;
  }
  header .navbar-nav li .btn-group .btn.btn-devise,
  header .navbar-nav li .btn-group .btn.btn-nav {
    display: block;
  }
  navbar- {
    background-color: #f5f5f5;
  }
  li.divider {
    border-bottom: none;
    height: 53px;
    padding: 0;
    margin: 0 10px;
    border-left: 1px solid #d9d9da;
    display: block;
  }
  li.divider:hover {
    border-bottom: none;
    border-color: #d9d9da !important;
  }
}
/* menu sur mobile */
@media screen and (max-width: 767px) {
  .navbar-collapse {
    padding: 0;
    box-shadow: 0 8px 8px #d9d9da;
    border-radius: 0 0 5px 5px;
  }
  .navbar-collapse ul {
    margin: 0;
    padding: 0;
  }
  .navbar-collapse li {
    padding: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #d9d9da;
  }
  .navbar-collapse li a {
    padding: 12px 10px;
  }
  .navbar-collapse li.active {
    background-color: #bfbfbf;
  }
  .navbar-collapse li.active a {
    color: #000000;
  }
  .navbar-collapse li.open > a {
    border-bottom: 1px solid #d9d9da;
  }
  .navbar-collapse li .dropdown-toggle {
    background-color: #ffffff;
    color: #50a3dd;
  }
  .navbar-collapse li .dropdown-toggle .caret {
    display: none;
  }
  .navbar-collapse li .dropdown-toggle span.glyphicon {
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #d9d9da;
    color: #d9d9da;
  }
  .navbar-collapse li .dropdown-menu.sub-menu2 li {
    background-color: #f5f5f5;
  }
  .navbar-collapse li .dropdown-menu.sub-menu2 li a {
    padding: 12px 26px;
  }
  .navbar-collapse li .dropdown-menu.sub-menu2 li:last-child {
    border-bottom: none;
  }
  .navbar-collapse li.nav.sub-menu3 > a {
    color: #50a3dd;
    padding: 12px 26px;
    position: relative;
    border-bottom: 1px solid #d9d9da;
  }
  .navbar-collapse li.nav.sub-menu3 > a span.glyphicon {
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #d9d9da;
    color: #d9d9da;
  }
  .navbar-collapse li.nav.sub-menu3 li {
    background-color: rgba(217, 217, 218, 0.7);
  }
  .navbar-collapse li.nav.sub-menu3 li a {
    padding: 12px 42px;
  }
  .navbar-collapse li.nav-btn.more {
    display: none;
  }
  li.dropdown.lang ul.dropdown-menu,
  li.nav-btn.devise ul.dropdown-menu {
    position: absolute;
    background-color: #fff;
    border: 1px solid #d9d9da;
    min-width: 74px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  li.dropdown.lang ul.dropdown-menu a,
  li.nav-btn.devise ul.dropdown-menu a {
    padding: 15px 10px;
  }
}
/* CONTENT */
section.content {
  margin-bottom: 30px;
  /* iframe responsive */
  /* padding pour migration des v1*/
}
section.content iframe {
  max-width: 100%;
}
section.content table td {
  padding: 8px;
}
section.content h1,
section .content h1 {
  margin-top: 8px;
}
ul.list {
  list-style: none;
  padding-left: 20px;
}
ul.list li {
  margin: 8px 0;
}
ul.list li:before {
  content: "\e131";
  position: relative;
  top: 2px;
  right: 10px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #50a3dd;
}
/* suppression des padding du corps du site sur les très petits écrans */
@media screen and (max-width: 480px) {
  section.content,
  aside.modules {
    padding: 0;
  }
}
/* RUBRIQUES */
.rubric-block {
  background-color: #f5f5f5;
  /*padding:10px 20px;*/
  border: 1px solid #d9d9da;
  border-radius: 0;
  margin-bottom: 20px;
  min-height: 200px;
  /*1er niveau*/
}
.rubric-block > a:first-child {
  font-weight: 800;
  display: block;
  padding: 10px 20px;
  border-bottom: 3px solid #d9d9da;
  transition: 300ms;
}
.rubric-block > a:first-child:hover {
  border-color: #2378b3;
  background-color: #50a3dd;
  color: #ffffff;
  text-decoration: none;
}
.rubric-block a.more {
  text-decoration: underline;
  padding: 6px;
}
.rubric-block > ul {
  padding: 0;
  margin: 0;
}
.rubric-block > ul li {
  list-style: none;
  /*2eme niveau*/
}
.rubric-block > ul li:not(:last-child) {
  border-bottom: 1px solid #d9d9da;
}
.rubric-block > ul li:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rubric-block > ul li:last-child a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rubric-block > ul li > a {
  font-weight: 800;
}
.rubric-block > ul li a {
  color: #666666;
  display: block;
  padding: 10px 20px;
  background-color: #ffffff;
  transition: 300ms;
  font-weight: 800;
  border-left: 10px solid #d9d9da;
}
.rubric-block > ul li a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  border-left: 15px solid #666666;
}
.rubric-block > ul li > ul {
  padding: 0;
  margin: 0;
}
.rubric-block > ul li > ul li:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}
.rubric-block > ul li > ul li:first-child {
  border-top: 1px dotted #d9d9da;
}
.rubric-block > ul li > ul a {
  font-weight: 400;
  border-left: 10px solid #f5f5f5;
  padding: 8px 20px 8px 35px;
}
.rubric-block > ul li > ul a:hover {
  background-color: #f5f5f5;
  border-left: 15px solid #d9d9da;
}
/* LISTING ANNONCES */
/* filtres */
.filters-bar {
  margin-top: 10px;
}
.tbl {
  display: table;
}
.tbl .tbl-cell {
  display: table-cell;
}
.tbl .tbl-cell.v-align {
  vertical-align: middle;
}
.h50 {
  height: 50px;
}
.display-changer .btn {
  border: none;
  background-color: transparent;
  color: #666666;
  font-size: 3rem;
}
.display-changer .btn:focus {
  outline: 0;
}
.display-changer .btn:hover {
  color: #50a3dd;
}
.sort {
  margin-bottom: 20px;
}
.sort .pagination,
.sort .btn-group {
  margin: 0;
}
.col-fixed {
  width: 50px;
  position: absolute;
  right: 3px;
}
.filters-toggle {
  position: absolute;
  right: 50px;
}
.filters {
  text-align: right;
}
.js-filters > a {
  margin: 0 8px;
}
@media screen and (max-width: 992px) {
  .js-filters .dropdown-menu {
    /* left: 50%;
            right: auto;
            text-align: center;
            transform: translate(-50%, 0);*/
  }
  .js-filters .dropdown-menu li {
    max-width: 160px;
  }
  .js-filters .dropdown-menu li a {
    white-space: normal;
  }
}
/* liste des annonces */
.annonces {
  /* hover */
  /* commun */
  /* mise en avant */
  /* commun annonce flash */
  /* commun annonce location */
}
.annonces > .row .regular,
.annonces .col-sm-4 .regular,
.annonces .col-xs-6 .regular {
  transition: 300ms;
}
.annonces > .row .regular:hover,
.annonces .col-sm-4 .regular:hover,
.annonces .col-xs-6 .regular:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 12px #d9d9da;
}
.annonces > .row .regular:hover .col-content .row-title,
.annonces .col-sm-4 .regular:hover .col-content .row-title,
.annonces .col-xs-6 .regular:hover .col-content .row-title {
  color: #99c9eb;
}
.annonces > .row .regular:hover .col-price .row-price,
.annonces .col-sm-4 .regular:hover .col-price .row-price,
.annonces .col-xs-6 .regular:hover .col-price .row-price {
  color: #99c9eb;
  border-color: #99c9eb;
}
.annonces > .row .regular:hover .col-price .row-price span,
.annonces .col-sm-4 .regular:hover .col-price .row-price span,
.annonces .col-xs-6 .regular:hover .col-price .row-price span {
  color: #99c9eb;
}
.annonces > .row .regular.showcase:hover,
.annonces .col-sm-4 .regular.showcase:hover,
.annonces .col-xs-6 .regular.showcase:hover {
  border-color: #99c9eb;
  box-shadow: 0 0 0 1px #99c9eb, 0 5px 12px #d9d9da;
}
.annonces > .row .regular.showcase:hover .col-content .row-title,
.annonces .col-sm-4 .regular.showcase:hover .col-content .row-title,
.annonces .col-xs-6 .regular.showcase:hover .col-content .row-title {
  background-color: #99c9eb;
  color: #000000;
}
.annonces > .row .regular.flash:hover .col-price .row-discount,
.annonces .col-sm-4 .regular.flash:hover .col-price .row-discount,
.annonces .col-xs-6 .regular.flash:hover .col-price .row-discount {
  border-color: #eaeaea;
}
.annonces > .row .regular.flash:hover .col-price .row-discount div,
.annonces .col-sm-4 .regular.flash:hover .col-price .row-discount div,
.annonces .col-xs-6 .regular.flash:hover .col-price .row-discount div {
  background-color: #eaeaea;
  color: #000000;
}
.annonces > .row {
  margin: 0 0 20px 0;
}
.annonces .galerie {
  margin-bottom: 20px;
}
.annonces .regular {
  border: 1px solid #d9d9da;
  border-radius: 0;
  background-color: #ffffff;
  overflow: hidden;
}
.annonces .col-img {
  background-color: #f5f5f5;
  min-height: 137px;
  position: relative;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.annonces .col-img .glyphicons.glyphicons-picture,
.annonces .col-img .glyphicons.glyphicons-search {
  font-size: 3rem;
  color: #666666;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.annonces .col-img,
.annonces .col-content {
  padding: 0;
}
.annonces .col-content {
  color: #666666;
}
.annonces .col-content .row-title {
  font-weight: 800;
  padding: 8px 10px;
  color: #50a3dd;
  font-size: 1.6rem;
  background-color: #ffffff;
  border-bottom: 1px dotted #d9d9da;
}
.annonces .col-content .row-info {
  font-weight: 800;
  background-color: #f5f5f5;
}
.annonces .col-content .row-info div {
  padding: 5px 10px;
}
.annonces .col-content .row-detail {
  padding: 5px 10px 10px 10px;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: -0.3px;
  font-weight: 400;
  display: block;
}
.annonces .col-content .col-price {
  text-align: center;
  padding: 5px 8px;
}
.annonces .col-content .col-price .row-price,
.annonces .col-content .col-price .row-discount,
.annonces .col-content .col-price .row-timeleft,
.annonces .col-content .col-price .row-rent,
.annonces .col-content .col-price .row-auction {
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
  padding: 2px 5px;
  margin: 3px 0;
  background-color: #ffffff;
  border-radius: 0;
  overflow: hidden;
}
.annonces .col-content .col-price .row-price span.glyphicons,
.annonces .col-content .col-price .row-discount span.glyphicons,
.annonces .col-content .col-price .row-timeleft span.glyphicons,
.annonces .col-content .col-price .row-rent span.glyphicons,
.annonces .col-content .col-price .row-auction span.glyphicons {
  padding: 0 6px 0 3px;
  color: #2a2a2a;
}
.annonces .col-content .col-price .row-price {
  font-weight: 800;
  font-size: 1.6rem;
  color: #2a2a2a;
  border-color: #2a2a2a;
  line-height: 1.4;
}
.annonces .col-content .col-price .row-price span {
  font-size: 1.12rem;
}
.annonces .col-content .col-price .row-price span.glyphicons {
  font-size: 1.4rem;
  padding: 0 6px 0 3px;
  color: #2a2a2a;
}
.annonces .showcase.regular {
  border-color: #50a3dd;
  box-shadow: 0 0 0 1px #50a3dd;
}
.annonces .showcase .col-content .row-title {
  background-color: #50a3dd;
  color: #ffffff;
  transition: 300ms;
}
.annonces .flash .col-price .row-price {
  line-height: 1.1;
}
.annonces .flash .col-price .row-price s {
  display: block;
  font-size: 1.12rem;
}
.annonces .flash .col-price .row-discount {
  border: 2px solid #bfbfbf;
  padding: 0;
  transition: 300ms;
}
.annonces .flash .col-price .row-discount div {
  background-color: #bfbfbf;
  color: #000000;
  padding: 5px 8px;
}
.annonces .galerie .flash .col-price .row-price {
  line-height: 1.4;
}
.annonces .rent .col-price .row-rent {
  font-weight: 800;
}
.annonces .rent .col-price .row-rent p {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 1.12rem;
}
/* commun galerie */
.galerie .row-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
}
.galerie .picto {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #ffffff;
  border: 1px solid #2a2a2a;
  text-align: center;
  font-size: 0;
  color: #2a2a2a;
}
.galerie .picto .glyphicons {
  padding: 10px;
  top: 0;
  font-size: 2rem;
}
.galerie .picto .glyphicons:nth-child(n+1) {
  border-left: 1px solid #d9d9da;
}
.galerie .col-price {
  height: 44px;
}
/* padding des annonces en mode galerie en fonction des tailles d'écran */
@media screen and (min-width: 768px) {
  .annonces .galerie:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 5px;
  }
  .annonces .galerie:nth-child(3n+3) {
    padding-right: 0;
    padding-left: 5px;
  }
  .annonces .galerie:nth-child(3n+2) {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
}
@media screen and (max-width: 767px) {
  .annonces .col-content .row-title {
    padding: 5px 8px;
    font-size: 1.4rem;
  }
  .annonces .col-content .row-info {
    font-size: 1.12rem;
  }
  .annonces .col-content .row-info div {
    padding: 5px 8px;
  }
  .annonces .col-content .row-detail {
    font-size: 1.12rem;
    padding: 0 8px 8px 8px;
  }
  .annonces .col-content .row-detail span {
    display: none;
  }
  .annonces .col-price {
    text-align: left;
  }
  .annonces .col-price .row {
    padding: 0 8px;
  }
  .annonces .flash .col-price .row-discount {
    padding: 0 0 0 8px;
    border: 0;
  }
  .annonces .flash .col-price .row-discount div {
    height: 37px;
    line-height: 29px;
  }
  .annonces .galerie:nth-child(odd) {
    padding-left: 0;
    padding-right: 7.5px;
  }
  .annonces .galerie:nth-child(even) {
    padding-right: 0;
    padding-left: 7.5px;
  }
  .annonces .galerie:nth-child(1),
  .annonces .galerie:nth-child(2) {
    margin-bottom: 10px;
  }
  .annonces .galerie:nth-child(1n+3) {
    margin: 10px 0;
  }
}
/* TAILLES IMAGES LISTING */
.annonces .row .col-img img {
  margin: 0 auto;
  max-height: 137px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.annonces .galerie .col-img img {
  object-fit: contain;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .annonces .row .col-img img {
    object-fit: contain;
    object-position: 50% 0;
    max-height: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .annonces .galerie .col-img img,
  .annonces .galerie .col-img {
    height: 170px;
  }
}
@media screen and (max-width: 1200px) {
  .annonces .galerie .col-img img,
  .annonces .galerie .col-img {
    height: 136px;
  }
}
@media screen and (max-width: 922px) {
  .annonces .galerie .col-img img,
  .annonces .galerie .col-img {
    height: 160px;
  }
}
@media screen and (max-width: 480px) {
  .annonces .galerie .col-img img,
  .annonces .galerie .col-img {
    height: 140px;
  }
}
/* DETAIL ANNONCE */
.fix-contact {
  position: fixed;
  display: none;
  left: 0;
  z-index: 90;
  bottom: 0;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.fix-contact .btn-group:first-child {
  padding: 0 10px 0 20px;
}
.fix-contact .btn-group:last-child {
  padding: 0 20px 0 10px;
}
.fix-contact .dropdown-menu {
  max-height: 70vh;
  overflow-x: hidden;
}
.fix-contact .dropdown-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .fix-contact {
    padding: 10px 0;
  }
  .fix-contact .btn-group .btn.btn-primary1 {
    padding: 10px 5px;
  }
  .fix-contact .btn-group:first-child {
    padding: 0 5px 0 10px;
  }
  .fix-contact .btn-group:last-child {
    padding: 0 10px 0 5px;
  }
}
.annonce {
  /* général */
  /* prix */
  /* partage */
  /* bloc contact */
  /* contact bas */
  /* contact haut */
  /* detail */
}
.annonce h1 {
  color: #50a3dd;
  font-weight: 800;
}
.annonce h3 {
  font-size: 2rem;
  border-bottom: 1px solid #d9d9da;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.annonce .row-price {
  /* commun */
  /* location */
  /* flash */
  /* enchere */
}
.annonce .row-price .col-price {
  font-size: 2.4rem;
  color: #2a2a2a;
  font-weight: 800;
}
.annonce .row-price .col-price span {
  font-size: 1.6rem;
  font-weight: 400;
}
.annonce .row-price.flash .row-timeleft > div,
.annonce .row-price.rent .row-timeleft > div,
.annonce .row-price.auction .row-timeleft > div,
.annonce .row-price.flash .row-rent > div,
.annonce .row-price.rent .row-rent > div,
.annonce .row-price.auction .row-rent > div,
.annonce .row-price.flash .row-auction > div,
.annonce .row-price.rent .row-auction > div,
.annonce .row-price.auction .row-auction > div {
  display: inline-block;
}
.annonce .row-price.flash .row-timeleft .glyphicons,
.annonce .row-price.rent .row-timeleft .glyphicons,
.annonce .row-price.auction .row-timeleft .glyphicons,
.annonce .row-price.flash .row-rent .glyphicons,
.annonce .row-price.rent .row-rent .glyphicons,
.annonce .row-price.auction .row-rent .glyphicons,
.annonce .row-price.flash .row-auction .glyphicons,
.annonce .row-price.rent .row-auction .glyphicons,
.annonce .row-price.auction .row-auction .glyphicons,
.annonce .row-price.flash .row-timeleft strong,
.annonce .row-price.rent .row-timeleft strong,
.annonce .row-price.auction .row-timeleft strong,
.annonce .row-price.flash .row-rent strong,
.annonce .row-price.rent .row-rent strong,
.annonce .row-price.auction .row-rent strong,
.annonce .row-price.flash .row-auction strong,
.annonce .row-price.rent .row-auction strong,
.annonce .row-price.auction .row-auction strong {
  color: #50a3dd;
}
.annonce .row-price.flash .row-timeleft .glyphicons,
.annonce .row-price.rent .row-timeleft .glyphicons,
.annonce .row-price.auction .row-timeleft .glyphicons,
.annonce .row-price.flash .row-rent .glyphicons,
.annonce .row-price.rent .row-rent .glyphicons,
.annonce .row-price.auction .row-rent .glyphicons,
.annonce .row-price.flash .row-auction .glyphicons,
.annonce .row-price.rent .row-auction .glyphicons,
.annonce .row-price.auction .row-auction .glyphicons {
  font-size: 3.5rem;
  margin-right: 8px;
}
.annonce .row-price.flash .col-price,
.annonce .row-price.rent .col-price,
.annonce .row-price.auction .col-price {
  line-height: 1;
}
.annonce .row-price.flash .col-price s,
.annonce .row-price.rent .col-price s,
.annonce .row-price.auction .col-price s {
  font-size: 1.12rem;
  display: block;
}
.annonce .row-price.rent > .col-price {
  margin-bottom: 12px;
}
.annonce .row-price.flash .row-timeleft {
  margin-bottom: 12px;
}
.annonce .row-price.auction .row-auction {
  margin-bottom: 12px;
}
.annonce .row-price.auction .col-price span:first-child {
  font-size: 1.12rem;
}
.annonce .share {
  background-color: #f5f5f5;
  padding: 10px;
  margin: 20px 0;
  border-radius: 0;
}
.annonce .share > span {
  margin: 10px 0 8px 0;
  display: block;
}
.annonce .share ul li a {
  display: block;
  padding: 8px 10px;
  margin: 0;
  font-size: 1.2rem;
  transition: 300ms;
  color: #949494;
}
.annonce .share ul li a:hover {
  color: #bfbfbf;
  text-decoration: none;
}
.annonce .share ul li a span {
  font-size: 2.5rem;
}
.annonce .contact h4 {
  margin-top: 20px;
  font-weight: 800;
  font-size: 1.4rem;
}
.annonce .col-price .fiche-contact {
  margin-top: 20px;
}
.annonce .fiche-contact .photo {
  padding-right: 0;
}
.annonce .fiche-contact .photo div {
  border: 1px solid #d9d9da;
  border-radius: 0;
  color: #2378b3;
  height: 72px;
  width: 72px;
  margin-top: 8px;
  overflow: hidden;
}
.annonce .fiche-contact .photo img {
  display: block;
  object-fit: cover;
  height: 72px;
  width: 72px;
}
.annonce .fiche-contact .photo.no-photo {
  text-align: center;
  font-size: 6rem;
}
.annonce .fiche-contact b span {
  text-transform: uppercase;
}
.annonce .fiche-contact .lang {
  font-size: 1.12rem;
}
.annonce .fiche-contact .btn-group {
  margin: 0;
  width: 100%;
}
.annonce .fiche-contact button.btn {
  text-align: left;
  margin-top: 8px;
  width: 100%;
}
.annonce .detail .table-hover > tbody > tr:hover {
  background-color: #949494 !important;
  color: #ffffff;
}
.annonce .detail .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f5f5f5;
}
.annonce .detail .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.annonce .detail .table > tbody > tr:first-child > td {
  border-top: none;
}
.annonce .detail .table > tbody > tr td {
  width: 50%;
}
.annonce .detail .table > tbody > tr td:last-child {
  font-weight: bold;
}
.annonce .detail .table > tbody > tr td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.annonce .detail .table > tbody > tr td ul li:not(:first-child) {
  margin-top: 8px;
}
/* SLIDER */
.annonce .slider-content .no-photo {
  color: #d9d9da;
  font-size: 8rem;
  text-align: center;
  border: 1px solid #d9d9da;
  margin-bottom: 15px;
}
.annonce .slider-content .no-photo .glyphicons {
  line-height: 3;
}
.annonce .bx-wrapper {
  box-shadow: none;
  border: none;
  margin-bottom: 5px;
  background: #f5f5f5;
  overflow: hidden;
  border-radius: 0;
}
.annonce .bx-wrapper img {
  background: #f5f5f5;
  display: block;
  margin: 0 auto;
}
.annonce .bx-wrapper .bx-previous {
  background: none;
}
.annonce .thumbs-slider {
  margin-bottom: 15px;
}
.annonce .thumbs-slider a {
  display: block;
  border: 3px solid #d9d9da;
  border-radius: 0;
  overflow: hidden;
  margin: 10px 0;
  transition: 300ms;
  opacity: 0.8;
}
.annonce .thumbs-slider a:hover {
  border-color: #99c9eb;
  opacity: 1;
}
.annonce .thumbs-slider a.active {
  border-color: #2378b3;
  opacity: 1;
  box-shadow: 0px 0px 10px 0px #d9d9da;
}
.annonce .thumbs-slider img {
  width: 100%;
  height: 70px;
  background: #f5f5f5;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 1200px) {
  .annonce .contact .col-xs-12.col-sm-6.col-md-12.col-lg-6:not(:first-child) .row.fiche-contact {
    margin-top: 20px;
  }
  .annonce .thumbs-slider img {
    height: 44px;
  }
}
@media screen and (max-width: 992px) {
  .annonce .contact .col-xs-12.col-sm-6.col-md-12.col-lg-6:not(:first-child) .row.fiche-contact {
    margin-top: 0;
  }
  .annonce .thumbs-slider img {
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .annonce .contact .col-xs-12.col-sm-6.col-md-12.col-lg-6:not(:first-child) .row.fiche-contact {
    margin-top: 20px;
  }
  .annonce .row .col-price,
  .annonce h3 {
    text-align: center;
  }
  .annonce .thumbs-slider {
    margin-bottom: 15px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
  .annonce .thumbs-slider div {
    display: inline-block;
    padding: 0 5px;
  }
  .annonce .thumbs-slider div a {
    width: 10px;
    height: 10px;
    background-color: #d9d9da;
    border-radius: 5px;
    display: block;
  }
  .annonce .thumbs-slider div a.active {
    background-color: #50a3dd;
  }
  .annonce .thumbs-slider img {
    display: none;
  }
}
/* PAGE CONTACT */
.contact .header-map {
  background-color: #f5f5f5;
  padding: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.contact .iframe-map {
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid #50a3dd;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.contact .col-blocAddress {
  border-radius: 0;
  border: 1px solid #d9d9da;
  margin-top: 20px;
  transition: 300ms;
}
.contact .col-blocAddress.highlight {
  transform: translateY(-5px);
  box-shadow: 0 5px 12px #d9d9da;
}
.contact .col-blocAddress.main {
  border: 1px solid #50a3dd;
  background-color: #f5f5f5;
}
.contact .col-blocAddress.main .row-businessName {
  background-color: #50a3dd;
}
.contact .col-blocAddress.main .row-businessName span.glyphicons {
  color: #ffffff;
  font-size: 2rem;
  line-height: 0.5;
}
.contact .col-blocAddress.main .row-businessName h3 {
  color: #ffffff;
}
.contact .col-blocAddress .row-businessName,
.contact .col-blocAddress .row-businessAddress {
  display: flex;
  align-items: center;
}
.contact .col-blocAddress .row-businessName {
  background-color: #f5f5f5;
  border-bottom: 1px solid #d9d9da;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-height: 50px;
  padding: 8px 0;
}
.contact .col-blocAddress .row-businessName h3 {
  font-weight: 800;
  font-size: 1.4rem;
  margin: 0;
}
.contact .col-blocAddress .row-businessAddress {
  min-height: 120px;
  flex-direction: column;
}
.contact .col-blocAddress .row-businessAddress address {
  margin: 0;
}
.contact .col-blocAddress .row-businessAddress > div {
  padding-top: 8px;
  padding-bottom: 8px;
}
.contact .col-blocAddress .row-businessAddress > div:first-child {
  flex: 1 1 auto;
}
.contact .col-blocAddress .row-ficheContact {
  border-top: 1px solid #d9d9da;
  border-bottom: 1px solid #d9d9da;
  min-height: 160px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.contact .col-blocAddress .row-ficheContact .lang {
  font-size: 1.1rem;
}
.contact .col-blocAddress .row-ficheContact .photo div {
  border: 1px solid #d9d9da;
  border-radius: 0;
  color: #2378b3;
  height: 72px;
  width: 72px;
  margin: 8px auto;
  overflow: hidden;
}
.contact .col-blocAddress .row-ficheContact .photo img {
  display: block;
  object-fit: cover;
  height: 72px;
  width: 72px;
}
.contact .col-blocAddress .row-ficheContact .photo.no-photo {
  text-align: center;
  font-size: 6rem;
}
.contact .col-blocAddress .row-buttonContact {
  padding: 8px;
}
.contact .col-blocAddress .row-buttonContact .btn-group {
  margin: 0 0 8px 0;
}
@media screen and (max-width: 992px) {
  .contact .col-blocAddress .row-ficheContact {
    min-height: auto;
  }
  .contact .col-blocAddress .row-ficheContact .photo.no-photo {
    font-size: 4rem;
  }
  .contact .col-blocAddress .row-ficheContact .photo div {
    height: 50px;
    width: 50px;
    margin: 0 auto;
  }
  .contact .col-blocAddress .row-ficheContact .photo img {
    display: block;
    object-fit: cover;
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .contact .col-blocAddress .row-buttonContact {
    padding-left: 5px;
    padding-right: 5px;
  }
  .contact .col-blocAddress .row-buttonContact .col-xs-6 {
    padding: 0;
  }
  .contact .col-blocAddress .row-buttonContact .btn-group:first-child {
    padding-right: 4px;
  }
  .contact .col-blocAddress .row-buttonContact .btn-group:last-child {
    padding-left: 4px;
  }
}
/* TEMPLATES */
.col-xs-12 .str-listing,
.col-xs-6 .str-listing {
  border: 1px solid #d9d9da;
  padding-top: 15px;
  padding-bottom: 15px;
}
.col-xs-12 .str-listing .btn,
.col-xs-6 .str-listing .btn {
  white-space: normal;
}
.col-xs-12 .str-listing img,
.col-xs-6 .str-listing img {
  margin: 0 auto;
}
/* affichage sur 2 et 3 col du str-listing */
@media (min-width: 768px) {
  .col-sm-6 .str-listing .col-xs-12.col-sm-3:first-child {
    width: 40%;
  }
  .col-sm-6 .str-listing .col-xs-12.col-sm-6 {
    width: 60%;
  }
  .col-sm-6 .str-listing .col-xs-12.col-sm-6 h4 {
    margin-top: 0;
  }
  .col-sm-4 .str-listing .col-xs-12.col-sm-3:first-child {
    width: 100%;
  }
  .col-sm-4 .str-listing .col-xs-12.col-sm-6 {
    width: 100%;
  }
  .col-sm-6 .str-listing .col-xs-12.col-sm-3,
  .col-sm-4 .str-listing .col-xs-12.col-sm-3 {
    width: 100%;
  }
  .col-sm-6 .str-listing .col-xs-12.col-sm-3 hr,
  .col-sm-4 .str-listing .col-xs-12.col-sm-3 hr {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .col-sm-6 .str-listing .col-xs-12.col-sm-3 p,
  .col-sm-4 .str-listing .col-xs-12.col-sm-3 p {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .text-sm-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }
}
/* MODULES */
aside.modules {
  margin-bottom: 20px;
}
aside.modules section {
  border-radius: 0;
  background-color: #f5f5f5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
aside.modules section hr {
  color: #d9d9da;
  background-color: #d9d9da;
  height: 1px;
  margin: 10px 0 15px 0;
}
aside.modules section header {
  /*background-color: @color1;*/
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 20px;
  margin-bottom: -20px;
  cursor: default;
}
aside.modules section header h2 {
  padding: 0;
  margin: 0;
  max-width: 90%;
}
aside.modules section header > a {
  color: #666666;
  /* icone + et - */
}
aside.modules section header > a .glyphicons:after {
  content: "\e434";
}
aside.modules section header > a.collapsed .glyphicons:after {
  content: "\e433";
}
aside.modules section > article {
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  aside.modules section header {
    /* icone + et - */
  }
  aside.modules section header .glyphicons {
    display: none;
  }
}
/* module contact */
aside.modules .contact-module .btn {
  white-space: normal;
}
aside.modules .contact-module article {
  border-bottom: 1px solid #d9d9da;
  border-radius: 0;
  padding: 15px 0;
}
aside.modules .contact-module article:first-of-type {
  padding: 5px 0 15px 0;
}
aside.modules .contact-module article h3 {
  font-weight: 800;
  margin: 0 0 5px 0;
  color: #50a3dd;
}
aside.modules .contact-module article .col-xs-12.col-sm-6.col-md-12.col-lg-6:first-child {
  padding: 5px 8px 5px 15px;
}
aside.modules .contact-module article .col-xs-12.col-sm-6.col-md-12.col-lg-6:last-child {
  padding: 5px 15px 5px 8px;
}
aside.modules .contact-module article a.address-link {
  color: #666666;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #d9d9da;
  margin: 10px 0;
  position: relative;
  display: flex;
  transition: 300ms;
  cursor: default;
}
aside.modules .contact-module article a.address-link:hover {
  text-decoration: none;
}
aside.modules .contact-module article a.address-link.link {
  cursor: pointer;
}
aside.modules .contact-module article a.address-link.link:hover {
  text-decoration: none;
}
aside.modules .contact-module article a.address-link.link:hover div:first-of-type {
  opacity: 0.9;
}
aside.modules .contact-module article a.address-link .map {
  background-color: #2378b3;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 30px;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  transition: 300ms;
}
aside.modules .contact-module article a.address-link .map span.glyphicons {
  align-self: center;
  font-size: 1.6rem;
}
aside.modules .contact-module article a.address-link div:first-of-type {
  position: absolute;
  border-radius: 0;
  display: flex;
  background-color: #2378b3;
  color: #ffffff;
  opacity: 0;
  height: 100%;
  width: 100%;
  transition: 300ms;
}
aside.modules .contact-module article a.address-link div:first-of-type span {
  align-self: center;
  margin: 0 auto;
}
aside.modules .contact-module article a.address-link address {
  margin: 0;
  padding: 10px;
}
aside.modules .contact-module article a.address-link address span {
  text-transform: uppercase;
}
aside.modules .contact-module article .btn-group {
  margin: 0;
  width: 100%;
}
aside.modules .contact-module article .btn {
  width: 100%;
  text-align: left;
}
aside.modules .contact-module.classified .more {
  display: block;
}
aside.modules .contact-module.classified .contact {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  aside.modules .contact-module article .col-xs-12.col-sm-6.col-md-12.col-lg-6:first-child {
    padding: 2px 15px;
  }
  aside.modules .contact-module article .col-xs-12.col-sm-6.col-md-12.col-lg-6:last-child {
    padding: 2px 15px;
  }
}
@media screen and (max-width: 768px) {
  aside.modules .contact-module article .col-xs-12.col-sm-6.col-md-12.col-lg-6:first-child {
    padding: 5px 15px;
  }
  aside.modules .contact-module article .col-xs-12.col-sm-6.col-md-12.col-lg-6:last-child {
    padding: 5px 15px;
  }
}
/* module annonces */
aside.modules .classified-module article > div {
  margin-top: 8px;
}
aside.modules .classified-module article .regular {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #d9d9da;
  transition: 300ms;
  border-radius: 0;
  overflow: hidden;
  /* picto */
  /* mise en avant */
}
aside.modules .classified-module article .regular .col-img {
  background-color: #d9d9da;
  height: 85px;
  text-align: center;
  position: relative;
  display: flex;
  box-align: center;
  align-items: center;
}
aside.modules .classified-module article .regular .col-img img {
  margin: 0 auto;
  object-fit: contain;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
aside.modules .classified-module article .regular .col-img .glyphicons.glyphicons-picture,
aside.modules .classified-module article .regular .col-img .glyphicons.glyphicons-search {
  font-size: 3rem;
  color: #666666;
  margin: 0px auto;
}
aside.modules .classified-module article .regular .col-content,
aside.modules .classified-module article .regular .col-img,
aside.modules .classified-module article .regular .col-price {
  padding: 0;
}
aside.modules .classified-module article .regular .row-title {
  font-weight: 800;
  color: #50a3dd;
  font-size: 1.3rem;
  text-transform: uppercase;
}
aside.modules .classified-module article .regular .row-info {
  font-size: 1.3rem;
  padding: 5px;
  border-top: 1px dotted #d9d9da;
  background-color: #f5f5f5;
}
aside.modules .classified-module article .regular .col-price {
  padding: 8px 6px;
}
aside.modules .classified-module article .regular .col-price .row-price {
  font-weight: 800;
  color: #2a2a2a;
  border: 1px solid #2a2a2a;
  border-radius: 0;
  transition: 300ms;
}
aside.modules .classified-module article .regular .picto .glyphicons {
  font-size: 1.5rem;
}
aside.modules .classified-module article .regular.showcase {
  border-color: #50a3dd;
  box-shadow: 0 0 0 1px #50a3dd;
  transition: 300ms;
}
aside.modules .classified-module article .regular.showcase .row-title {
  background-color: #50a3dd;
  color: #ffffff;
}
/* hover */
aside.modules .classified-module.fixed article .regular:hover,
aside.modules .classified-module article .slick-center .regular:hover {
  transform: translateY(-5px);
  box-shadow: #d9d9da 0px 5px 12px;
}
aside.modules .classified-module.fixed article .regular:hover .row-title,
aside.modules .classified-module article .slick-center .regular:hover .row-title {
  color: #99c9eb;
}
aside.modules .classified-module.fixed article .regular:hover .col-price .row-price,
aside.modules .classified-module article .slick-center .regular:hover .col-price .row-price {
  color: #99c9eb;
  border-color: #99c9eb;
}
aside.modules .classified-module.fixed article .regular.showcase:hover,
aside.modules .classified-module article .slick-center .regular.showcase:hover {
  transform: translateY(-5px);
  border-color: #99c9eb;
  box-shadow: 0 0 0 1px #99c9eb, 0 5px 12px #d9d9da;
}
aside.modules .classified-module.fixed article .regular.showcase:hover .row-title,
aside.modules .classified-module article .slick-center .regular.showcase:hover .row-title {
  color: #000000;
  background-color: #99c9eb;
}
aside.modules .classified-module.fixed article .regular.showcase:hover .col-price .row-price,
aside.modules .classified-module article .slick-center .regular.showcase:hover .col-price .row-price {
  color: #99c9eb;
  border-color: #99c9eb;
}
@media screen and (min-width: 992px) {
  aside.modules .classified-module.fixed article .galerie:nth-of-type(2n-1) {
    padding-right: 8px;
  }
  aside.modules .classified-module.fixed article .galerie:nth-of-type(2n+2) {
    padding-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  aside.modules .classified-module.fixed article .galerie:nth-of-type(2n-1) {
    padding-right: 8px;
  }
  aside.modules .classified-module.fixed article .galerie:nth-of-type(2n+2) {
    padding-left: 8px;
  }
}
/* slider */
aside.modules .classified-module.slider .classified-slider,
section.content .classified-slider {
  transition: 500ms;
  visibility: hidden;
}
aside.modules .classified-module.slider .classified-slider.slick-initialized,
section.content .classified-slider.slick-initialized {
  visibility: visible;
}
aside.modules .classified-module.slider .slick-track,
section.content .slick-track {
  padding: 10px 0;
}
aside.modules .classified-module.slider .slick-slide,
section.content .slick-slide {
  transform: scale(0.8);
  filter: grayscale(100%);
  opacity: 0.5;
  transition: 300ms;
}
aside.modules .classified-module.slider .slick-slide:focus,
section.content .slick-slide:focus {
  outline: none;
}
aside.modules .classified-module.slider .slick-slide.slick-center,
section.content .slick-slide.slick-center {
  transform: scale(1);
  filter: grayscale(0);
  opacity: 1;
  box-shadow: #d9d9da 0px 0px 20px 0px;
  border-radius: 0;
}
aside.modules .classified-module.slider .slick-prev,
section.content .slick-prev,
aside.modules .classified-module.slider .slick-next,
section.content .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -15%;
  z-index: 99;
  color: #fff;
  font-size: 3rem;
  padding: 5px;
  cursor: pointer;
  background-color: #d9d9da;
  opacity: 0.8;
  transition: 300ms;
  border-radius: 0;
}
aside.modules .classified-module.slider .slick-prev:hover,
section.content .slick-prev:hover,
aside.modules .classified-module.slider .slick-next:hover,
section.content .slick-next:hover {
  opacity: 1;
}
aside.modules .classified-module.slider .slick-next,
section.content .slick-next {
  right: -10px;
}
aside.modules .classified-module.slider .slick-prev,
section.content .slick-prev {
  left: -10px;
}
aside.modules .classified-module.slider .slick-dots,
section.content .slick-dots {
  margin-top: 15px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
aside.modules .classified-module.slider .slick-dots li,
section.content .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
aside.modules .classified-module.slider .slick-dots li button,
section.content .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #d9d9da;
  border: 1px solid transparent;
  border-radius: 0;
  transition: 300ms;
}
aside.modules .classified-module.slider .slick-dots li.slick-active button,
section.content .slick-dots li.slick-active button {
  background-color: #50a3dd;
  border-color: #2378b3;
}
aside.modules .classified-module.slider .galerie,
section.content .galerie {
  padding: 0;
}
aside.modules .classified-module.slider table td,
section.content table td {
  padding: 8px;
  display: table-cell;
  width: 32%;
}
/* responsive images */
aside.modules .classified-module.slider article .galerie .col-img,
aside.modules .classified-module.fixed.solo article .galerie .col-img {
  height: 110px;
}
@media screen and (min-width: 1200px) {
  aside.modules .classified-module.fixed article .galerie .col-img,
  aside.modules .classified-module.slider article .galerie .col-img {
    height: 110px;
  }
  aside.modules .classified-module.fixed.solo article .galerie .col-img {
    height: 150px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  aside.modules .classified-module.fixed article .galerie .col-img {
    height: 85px;
  }
  aside.modules .classified-module.fixed.solo article .galerie .col-img {
    height: 120px;
  }
  aside.modules .classified-module.slider article .galerie .col-img {
    height: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  aside.modules .classified-module.fixed article .galerie .col-img {
    height: 150px;
  }
  aside.modules .classified-module.fixed.solo article .galerie .col-img {
    height: 195px;
  }
  aside.modules .classified-module.slider article .galerie .col-img {
    height: 185px;
  }
}
@media screen and (min-width: 360px) and (max-width: 767px) {
  aside.modules .classified-module.fixed article .galerie .col-img {
    height: 110px;
  }
  aside.modules .classified-module.fixed.solo article .galerie .col-img {
    height: 120px;
  }
  aside.modules .classified-module.slider article .galerie .col-img {
    height: 155px;
  }
}
/* FOOTER */
footer {
  background-color: #bfbfbf;
  background-image: url('');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #000000;
}
footer a {
  color: #000000;
}
footer a:visited {
  color: #000000;
}
footer a:hover {
  color: #50a3dd;
}
footer a:active {
  color: #50a3dd;
}
footer > div {
  padding: 40px 0;
}
footer > div:nth-child(3) {
  padding: 40px 30px 40px 10px;
}
footer .social {
  font-size: 2.6rem;
}
footer .media {
  padding: 0 20px;
}
footer .media img {
  width: 65px;
}
footer .media .media-body {
  padding-left: 20px;
}
footer ul.list li:first-child {
  margin-top: 0;
}
footer ul.list li:before {
  color: #000000;
}
@media screen and (min-width: 992px) {
  footer .media img {
    width: 135px;
  }
}
@media screen and (max-width: 991px) {
  footer ul.list {
    padding: 0;
    margin: 0;
  }
  footer ul.list li {
    padding: 0 15px;
    display: inline-block;
  }
  footer > div {
    padding-bottom: 15px;
  }
  footer > div:nth-child(2) {
    padding-top: 0;
  }
  footer > div:nth-child(3) {
    padding: 20px 0;
    background-color: #50a3dd;
    border-top: 1px solid #2378b3;
  }
  footer > div:nth-child(3) a {
    color: #ffffff;
  }
}
/* bandeau partenaire padding pour le responsive + images */
.partner div.logo {
  background-color: #ffffff;
  padding: 8px;
  width: 120px;
}
.partner div.logo img {
  width: 100%;
}
