/*/////////////////////////////////////////////////////////////////////////*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url('https://fonts.googleapis.com/css?family=Vollkorn:400,600,700,900&display=swap');
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
.block-page .thumbnail.property {
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 0 1px #ddd;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .thumbnail.property .caption.header {
  position: relative;
  z-index: 1;
  background-color: #aaaaaa;
  margin: 0px;
  padding: 5px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .thumbnail.property .caption.header > h3 {
  margin: 0;
  padding: 0;
  font-size: small;
  text-align: center;
  color: #ffffff;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .thumbnail.property .caption.middle {
  margin: 0px;
  padding: 10px 5px;
  background-color: #aaaaaa;
}
.block-page .thumbnail.property .caption.middle > h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #ffffff;
}
.block-page .thumbnail.property .caption.middle > h3 > small {
  font-size: 50%;
  color: #ccc;
}
.block-page .thumbnail.property .caption.footer {
  margin: 0px;
  padding: 10px 5px;
  background-color: #fff;
  height: 66px;
  line-height: 22px;
  overflow: hidden;
}
.block-page .thumbnail.property .caption.footer > h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #333;
  font-size: small;
}
.block-page .thumbnail.property .picture {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 200px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .thumbnail.property .picture > div {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  color: #aaaaaa;
  padding: 3px 8px 0px 8px;
  margin: 3px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .thumbnail.property:hover .picture {
  margin-top: -24px;
  height: 224px;
}
.block-page .thumbnail.property:hover .picture > div {
  background-color: #aaaaaa;
  color: #ffffff;
}
.block-page .block-adverts .thumbnail.advert {
  padding: 0;
}
.block-page .block-adverts .thumbnail.advert > .caption {
  margin: 0;
  padding: 0;
}
.block-page .block-adverts .thumbnail.advert > .caption.header > h3 {
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: small;
  background: #E7E7E7;
  color: #333;
  border-radius: 4px 4px 0px 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.block-page .block-adverts .thumbnail.advert > .caption.middle > h3 {
  margin: 0;
  padding: 5px;
  text-align: right;
  font-size: small;
  background: #E7E7E7;
  color: #333;
}
.block-page .block-adverts .thumbnail.advert > .caption.footer > h3 {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: medium;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}
.block-page .block-adverts .thumbnail.advert > .picture {
  margin: 10px;
  padding: 0;
  height: 150px;
}
.block-page .block-adverts .thumbnail.advert:hover,
.block-page .block-adverts .thumbnail.advert:focus {
  border-color: #F04F00;
  text-decoration: none;
}
.block-page .block-articles .thumbnail.article {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0px 10px 2px -5px #c8c8c8, 0px 0px 0px 1px #c8c8c8;
  border: none;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .block-articles .thumbnail.article > .caption {
  margin: 0;
  padding: 0;
}
.block-page .block-articles .thumbnail.article > .caption.header > h3 {
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background: #259f2a;
  border-radius: 4px 4px 0px 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
}
.block-page .block-articles .thumbnail.article > .caption.header > h3.promotion {
  background: #FF0000;
  color: #FFF;
}
.block-page .block-articles .thumbnail.article > .caption.middle > h3 {
  margin: 0;
  padding: 5px;
  text-align: right;
  font-size: small;
  background: rgba(90, 180, 90, 0.2);
  color: #005c00;
  line-height: 0px;
}
.block-page .block-articles .thumbnail.article > .caption.footer {
  height: 120px;
  min-height: 120px;
  position: relative;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3 {
  padding: 10px;
  text-align: left;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.name {
  margin: 0;
  font-size: small;
  color: #333;
  line-height: 20px;
  min-height: 50px;
  height: 50px;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 10px;
  font-size: large;
  color: #aaaaaa;
  margin: 0;
  text-align: right;
  padding: 0px;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .icon-promo {
  float: left;
  background: red;
  color: white;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  border-radius: 0px 25px 25px 0px;
  border: 1px solid #ccc;
  border-left: none;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .more-details {
  border: 1px solid #ccc;
  background: #f0f0f0;
  float: right;
  padding: 2px 10px;
  color: #333;
  text-transform: uppercase;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .best-price {
  font-size: 50%;
  color: #333;
  font-style: italic;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .best-price > .true-price {
  text-decoration: line-through;
  font-weight: bold;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .price-intval {
  font-size: 28px;
  font-weight: bold;
  color: red;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .price-floatval {
  font-size: 14px;
  color: red;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > sup {
  top: -0.6em;
  font-size: 50%;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > sub {
  bottom: -0.4em;
  font-size: 50%;
}
.block-page .block-articles .thumbnail.article > .caption.footer > h3.price > small {
  color: #000;
}
.block-page .block-articles .thumbnail.article > .caption.footer > .description {
  margin: -10px 90px 10px 10px;
  font-size: 12px;
  color: #555;
  height: 70px;
  overflow: auto;
}
.block-page .block-articles .thumbnail.article > .picture {
  background-color: #ccc !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  margin: 0;
  height: 190px;
  display: table;
  width: 100%;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .block-articles .thumbnail.article > .picture > .icon-search {
  border-radius: 100px;
  opacity: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 60px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .block-articles .thumbnail.article:hover,
.block-page .block-articles .thumbnail.article:focus {
  box-shadow: 0px 10px 2px -5px #aaaaaa, 0px 0px 0px 1px #aaaaaa;
}
.block-page .block-articles .thumbnail.article:hover > .caption.footer > h3.price > .icon-promo,
.block-page .block-articles .thumbnail.article:focus > .caption.footer > h3.price > .icon-promo {
  border-color: #aaaaaa;
}
.block-page .block-articles .thumbnail.article:hover > .caption.footer > h3.price > .more-details,
.block-page .block-articles .thumbnail.article:focus > .caption.footer > h3.price > .more-details {
  border: 1px solid #aaaaaa;
  background: #fff;
  color: #aaaaaa;
}
.block-page .block-articles .thumbnail.article:hover > .picture > .icon-search,
.block-page .block-articles .thumbnail.article:focus > .picture > .icon-search {
  border-radius: 0;
  opacity: 1;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.block-page .block-articles .thumbnail.formation > .formation-picture {
  width: 100%;
  height: 145px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption {
  position: relative;
  right: 0;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-date {
  position: relative;
  top: -10px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-date > span {
  position: absolute;
  top: 0px;
  background: #f0f0f0;
  font-size: 12px;
  color: #333;
  border-radius: 10px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-date > span.date-start {
  left: 10px;
  padding: 2px 10px 2px 10px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-date > span.date-end {
  left: 110px;
  padding: 2px 10px 2px 10px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-text {
  position: relative;
  top: 10px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-text > .text-title {
  margin: 0;
  padding: 10px 0 0 10px;
  color: #000;
  font-weight: bold;
  height: 70px;
  max-height: 70px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-text > ul.list-group {
  margin: 10px 0 0 0;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-text > ul.list-group > li.list-group-item {
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0 0 5px 10px;
  color: #666;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-text > ul.list-group > li.list-group-item > i.fa {
  background: #76b727;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-info {
  margin: 15px 10px 0 10px;
  border-top: 1px solid #76b727;
  padding-top: 10px;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-info .info-price {
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.block-page .block-articles .thumbnail.formation > .formation-caption > .caption-info button.btn {
  font-weight: bold;
  color: #fff;
  background: #76b727;
  border: none;
  font-size: 10px;
  text-transform: uppercase;
}
.block-page .block-articles .thumbnail.formation:focus,
.block-page .block-articles .thumbnail.formation:hover {
  text-decoration: none !important;
  border-color: #76b727;
}
.block-page .page-header .block-circle {
  position: relative;
  background: #fff;
  box-shadow: 0px 3px 0 0 #FC0;
  width: 100px;
  height: 70px;
  border-radius: 50px;
  margin-top: -30px;
}
.block-page .page-header .block-circle > h2 {
  position: absolute;
  left: 0;
  top: 30px;
  font-size: large;
  font-weight: bolder;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding: 0;
}
.block-page .page-header .block-circle > h3 {
  position: absolute;
  left: 0;
  top: 50px;
  font-size: x-small;
  font-weight: lighter;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding: 0;
}
.block-page .block-actualities .link-actualities {
  position: absolute;
  right: 25px;
  top: 21px;
  color: #fff;
  z-index: 1;
  line-height: 25px;
}
.block-page .block-actualities .thumbnail-actuality {
  border: none;
  border-radius: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .block-actualities .thumbnail-actuality .caption h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: medium;
  font-weight: 600;
}
.block-page .block-actualities .thumbnail-actuality .caption p {
  font-size: medium;
}
.block-page .block-actualities .thumbnail-actuality > .picture {
  height: 190px;
  max-height: 190px;
}
.block-page .block-actualities .thumbnail-actuality > .caption {
  padding: 10px 0;
}
.block-page .block-actualities .thumbnail-actuality > .caption > .caption-date {
  float: left;
  border: 1px solid #ccc;
  width: 54px;
  text-align: center;
  margin-right: 10px;
  background: #fff;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-page .block-actualities .thumbnail-actuality > .caption > .caption-date > .date-day {
  font-size: x-large;
  font-weight: bold;
}
.block-page .block-actualities .thumbnail-actuality > .caption > .caption-date > .data-month {
  font-size: small;
  text-transform: uppercase;
}
.block-page .block-actualities .thumbnail-actuality > .caption > .caption-author {
  font-size: small;
  color: #002850;
}
.block-page .block-actualities .thumbnail-actuality > .caption > .caption-title {
  font-size: medium;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEE;
  overflow: hidden;
  height: 37px;
}
.block-page .block-actualities .thumbnail-actuality > .caption > .caption-text {
  font-size: small;
  text-align: justify;
  overflow: hidden;
  height: 50px;
}
.block-page .block-actualities .thumbnail-actuality:hover > .caption > .caption-date {
  background: #aaaaaa;
  color: #ffffff;
}
.block-page .search-by-price > .list-group-item {
  border-color: #259f2a;
}
.block-page .search-by-price > .list-group-item > .badge {
  margin-top: -10px;
  width: 43px;
  height: 43px;
  line-height: 43px;
  font-size: 20px;
  color: #aaaaaa;
  background-color: #259f2a;
  border-radius: 0;
}
main {
  background-color: #e6e6e6;
}
main > header {
  height: 110px;
}
main > header > section {
  height: 110px;
}
main > header > section > .footer {
  display: none;
}
main > section {
  margin-top: 0;
}
main > section > .carousel {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: block;
}
main > section > .carousel > ol.carousel-indicators {
  display: none;
}
main > section > .carousel > ol.carousel-indicators > li {
  margin: 0 5px;
  width: 25px;
  height: 25px;
  background: #1d1d1b;
  border: 2px solid #fff;
  border-radius: 25px;
  box-shadow: inset 0px -25px 50px -25px rgba(255, 255, 255, 0.8), -1px 0px 3px -1px rgba(0, 0, 0, 0.5), 1px 0px 3px -1px rgba(0, 0, 0, 0.5);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > section > .carousel > ol.carousel-indicators > li:hover,
main > section > .carousel > ol.carousel-indicators > li:focus,
main > section > .carousel > ol.carousel-indicators > li.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
main > section > .carousel > .carousel-inner {
  height: 100vh;
}
main > section > .carousel > .carousel-inner > .item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
main > section > .carousel > .carousel-inner > .item > .carousel-caption {
  left: 0%;
  right: 0%;
  padding-bottom: 30px;
  top: 35vh;
  bottom: 0px;
}
main > section > .carousel > .carousel-inner > .item > .carousel-caption > h3 {
  font-size: 50px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
main > section > .carousel > .carousel-inner > .item > .carousel-caption > p {
  margin: 0;
  font-size: 22px;
  font-weight: 300;
}
main > section > .carousel > a.carousel-control {
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > section > .carousel > a.carousel-control > i.icon-prev {
  left: 20%;
  font-size: 60px;
}
main > section > .carousel > a.carousel-control > i.icon-next {
  right: 20%;
  font-size: 60px;
}
main > section > .carousel > a.carousel-control:hover,
main > section > .carousel > a.carousel-control:focus {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
main > section > .center {
  margin-top: 100vh;
}
main > section > .center .block-breadcrumb {
  display: none;
}
main > section > .center .block-services {
  position: relative;
  margin: -110px 0 0 0;
  background-color: #eaeaea;
}
main > section > .center .block-services > .services-container {
  padding: 75px 0;
}
main > section > .center .block-services > .services-container > .container > h1 {
  color: #111;
  margin: 0 0 50px 0;
  border-left: 10px solid #aaaaaa;
  padding: 0 0 0 25px;
  font-weight: lighter;
}
main > section > .center .block-services > .services-container > .container > h1 > span {
  font-size: 48px;
}
main > section > .center .block-services .thumbnail {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > section > .center .block-services .thumbnail > .picture {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: bottom center;
  box-shadow: 0px 0px 0px 2px #ffffff, 0px 10px 8px -10px #000000;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > section > .center .block-services .thumbnail > h3 {
  font-size: 24px;
  text-align: center;
  color: #111;
  margin: 0;
  position: absolute;
  top: 15px;
  background-color: #fff;
  padding: 15px 15px 10px 15px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > section > .center .block-services .thumbnail:hover > h3 {
  color: #fff;
  background-color: #444;
  margin: 0 0 0 15px;
}
main > section > .center .block-about {
  padding-top: 250px;
}
main > section > .center .block-about > .about-container {
  background-color: #444;
  padding-bottom: 30px;
}
main > section > .center .block-about > .about-container > .container > .logo-qualibat {
  float: right;
  margin-top: 15px;
}
main > section > .center .block-about > .about-container > .container > h1 {
  text-align: left;
  text-transform: uppercase;
  margin-top: -50px;
  margin-bottom: 0;
  background-color: #444;
  display: inline-block;
  padding: 30px;
  color: #fff;
  line-height: 50px;
  font-weight: lighter;
  font-family: 'Roboto', sans-serif;
}
main > section > .center .block-about > .about-container > .container > h1 > b {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-style: italic;
}
main > section > .center .block-about > .about-container > .container > .info {
  margin: 0 30px 30px 30px;
}
main > section > .center .block-about > .about-container > .container > .info > p {
  font-size: 20px;
  color: #fff;
  text-align: justify;
  margin-bottom: 15px;
}
main > section > .center .block-about > .about-container > .container > .info .link-qualibat > a {
  display: block;
  width: 300px;
  background: #00adef;
  padding: 5px 10px 5px 10px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}
main > section > .center .block-maps {
  padding: 75px 0 0 0;
  background-color: #eaeaea;
}
main > section > .center .block-maps > .maps-container > .container > h1 {
  color: #111;
  margin: 0 0 50px 0;
  border-left: 10px solid #aaaaaa;
  padding: 0 0 0 25px;
  font-weight: lighter;
}
main > section > .center .block-maps > .maps-container > .container > h1 > span {
  font-size: 48px;
}
main > section > .center .block-maps > .maps-container > .container .thumbnail {
  padding: 0;
  text-align: center;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  margin: 0 10px 25px 10px;
  box-shadow: 0px 10px 8px -10px rgba(0, 0, 0, 0.8);
}
main > section > .center .block-maps > .maps-container > .container .thumbnail > h3 {
  text-transform: uppercase;
  margin: 0px 0px 25px 0px;
  padding: 25px 0 0px 0px;
}
main > section > .center .block-maps > .maps-container > .container .thumbnail > .photo-showroom {
  border-top: 5px solid #aaaaaa;
  border-bottom: 5px solid #aaaaaa;
}
main > section > .center .block-maps > .maps-container > .container .thumbnail > p {
  margin: 25px 0 0 0;
  padding: 0 0 25px 0;
  line-height: 28px;
}
main > section > .center .block-maps > .maps-container > .container .thumbnail.showroom-senlis {
  transform: rotate(-2deg);
}
main > section > .center .block-maps > .maps-container > .container .thumbnail.showroom-beaurain-trumilly {
  transform: rotate(2deg);
}
main > section > .center .block-maps > .maps-container > .container .block-icon {
  text-align: center;
  margin: 0 0 15px 0;
}
main > section > .center .block-maps > .maps-container > .container .block-icon > .fa {
  font-size: 96px;
  color: #aaa;
}
main > section > .center .block-maps > iframe {
  box-shadow: 0px 0px 0px 1px #c7c7c7, 0px 10px 8px -10px rgba(0, 0, 0, 0.8);
}
main > section > .center .block-testimonials {
  background: #fff;
  padding: 70px 0;
}
main > section > .center .block-testimonials > .container > h1 {
  color: #111;
  margin: 0 0 50px 0;
  border-left: 10px solid #aaaaaa;
  padding: 0 0 0 25px;
  font-weight: lighter;
}
main > section > .center .block-testimonials > .container > h1 > span {
  font-size: 48px;
}
main > section > .center .block-testimonials > .container > h1 > hr {
  border-top: 5px solid #aaaaaa;
}
main > section > .center .block-testimonials > .container .block-testimony .testimony-photo {
  float: left;
  width: 20%;
  min-width: 70px;
  margin: 0px 20px 0px 0px;
  border-radius: 50px;
}
main > section > .center .block-testimonials > .container .block-testimony .testimony-text {
  font-size: 14px;
  color: #555;
  font-style: italic;
  text-align: justify;
  margin-right: 20px;
}
main > section > .center .block-testimonials > .container .block-testimony .testimony-text > b {
  color: #444;
  display: block;
  text-align: right;
}
/*/////////////////////////////////////////////////////////////////////////*/
@media (max-width: 768px) {
  main > section > .carousel {
    margin-top: 0 !important;
    height: 75vh;
  }
  main > section > .carousel > .carousel-inner {
    height: 75vh;
  }
  main > section > .carousel > .carousel-inner > .item {
    height: 75vh;
  }
  main > section > .carousel > .carousel-inner > .item > .carousel-caption {
    padding-bottom: 0;
    top: 15vh;
  }
  main > section > .carousel > .carousel-inner > .item > .carousel-caption > h3 {
    font-size: 18px;
  }
  main > section > .carousel > .carousel-inner > .item > .carousel-caption > h4 {
    font-size: 14px;
  }
  main > section > .carousel > .carousel-inner > .item > .carousel-caption > p {
    font-size: 14px;
  }
  main > section > .center {
    margin-top: 75vh;
  }
  main > section > .center .block-services > .services-container > .container > h1 > span {
    font-size: 32px;
  }
  main > section > .center .block-about {
    background: none;
    padding-top: 0px;
  }
  main > section > .center .block-about > .about-container > .container > .logo-qualibat {
    float: none;
    margin: 20px auto 0 auto;
    display: block;
  }
  main > section > .center .block-about > .about-container > .container > h1 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    padding: 10px;
    display: block;
  }
  main > section > .center .block-about > .about-container > .container > .info > p {
    font-size: 14px;
    line-height: 18px;
  }
  main > section > .center .block-about > .about-container > .container > .info .link-qualibat > a {
    width: 100%;
    font-size: 16px;
  }
  main > section > .center .block-maps > .maps-container > .container > h1 > span {
    font-size: 32px;
  }
  main > section > .center .block-maps > .maps-container > .container .thumbnail {
    transform: rotate(0deg) !important;
  }
  main > section > .center .block-maps > .maps-container > .container .thumbnail > p {
    margin: 10px 0 0 0;
    padding: 0 0 25px 0;
    line-height: 16px;
    font-size: 10px;
  }
  main > section > .center .block-maps > .maps-container > .container .block-icon > .fa {
    font-size: 50px;
  }
  main > section > .center .block-maps > iframe {
    box-shadow: 0px 0px 0px 1px #c7c7c7, 0px 10px 8px -10px rgba(0, 0, 0, 0.8);
  }
  main > section > .center .block-testimonials > .container > h1 > span {
    font-size: 32px;
  }
  main > section > .center .block-testimonials > .container .block-testimony .testimony-photo {
    width: 10%;
    min-width: 34px;
    margin: 0px 10px 0px 0px;
  }
  main > section > .center .block-testimonials > .container .block-testimony .testimony-text {
    font-size: 12px;
  }
}

/*# sourceMappingURL=index.css.map */