@charset "UTF-8";
/*
Theme Name: Conceptualys 
Theme URI: www.agenceverywell.fr
Description: Un theme créé par l'Agence Verywell.
Version: 1.0
Author: Agence Verywell
Author URI: www.agenceverywell.fr
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background: #fff;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: 600;
}

em {
  font-weight: 300;
  font-size: 11px;
}

a {
  text-decoration: none;
  -webkit-transition: 1s;
  transition: 1s;
  color: #4bc2bb;
}

a:hover, :hover {
  text-decoration: none;
  -webkit-transition: 1s;
  transition: 1s;
}

#content a:hover {
  color: #212121;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

.alignleft {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.alignright {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

::-moz-selection {
  background: #0ebcb2;
  color: #fff;
}

img.zoom-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

img.zoom-in:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.clear {
  clear: both;
}

#content h4 {
  color: #212121;
}

#content ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}

/* ----------------- style ----------------- */
#scrollme {
  overflow: hidden;
}

body {
  font-family: 'PT Sans', sans-serif;
}

h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}

h2 {
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h3 {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 10px;
}

h4 {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 1.3px;
  margin-bottom: 15px;
}

h5 {
  font-size: 25px;
  margin-bottom: 15px;
}

h6 {
  font-size: 20px;
  margin-bottom: 15px;
}

p {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

blockquote {
  margin-bottom: 15px;
}

blockquote p {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

.btn-cta {
  background: #0b8080;
  padding: 15px 35px;
  color: #fff;
  font-size: 20px;
  display: inline-block;
}

.btn-cta:hover {
  background: #0eb9af;
  color: #fff;
}

#content h1 {
  font-size: 30px;
  text-transform: none;
}

#content h2 {
  font-size: 28px;
  text-transform: none;
}

#content h3 {
  font-size: 26px;
  text-transform: none;
}

#content h4 {
  font-size: 24px;
  text-transform: none;
}

#content h5 {
  font-size: 22px;
  text-transform: none;
}

#content h6 {
  font-size: 20px;
  text-transform: none;
}

/* ----------------- Menus ----------------- */
.navbar-default .navbar-brand {
  color: none;
}

.navbar-default {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}

.navbar-right {
  margin-top: 15px;
}

.navbar-default .navbar-nav {
  margin-top: 30px;
  padding-top: 20px;
}

.navbar-default .navbar-nav::before {
  content: '';
  width: 90%;
  height: 1px;
  background: #6d6d6d;
  position: absolute;
  bottom: 44px;
  left: 15px;
}

.navbar-default .navbar-nav::after {
  content: '';
  width: 60px;
  height: 7px;
  border-radius: 15px;
  background: #0ebcb2;
  position: absolute;
  bottom: 41px;
  left: 15px;
}

.navbar-default .navbar-nav > li {
  border-right: 1px solid #6d6d6d;
}

.navbar-default .navbar-nav > li:last-child {
  border-right: 0px solid #6d6d6d;
}

.navbar-default .navbar-nav > li > a {
  background: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  color: #6d6d6d;
  padding: 0px 20px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: none;
  color: #6d6d6d;
  font-weight: 600;
}

.navbar-collapse {
  padding-left: 0px !important;
  padding-top: 20px;
  background: url(img/carre-header.png) no-repeat right center;
}

.navbar-brand {
  font-size: 1.5em;
  height: auto;
  padding: 0px;
}

.navbar-default img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  margin-left: 0px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0px !important;
}

.navbar-toggle {
  background: #0ebcb2;
  color: #fff;
  border: none;
  margin-top: 9px;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}

/* ----------------- header ----------------- */
#top-header {
  background: #0b8080;
  color: #fff;
  padding: 10px 0px;
}

#top-header a {
  color: #fff;
  margin-right: 5px;
}

#top-header a:hover {
  color: #bababa;
}

.navbar {
  padding: 40px 0px 30px;
  margin-bottom: 0px;
}

#desc-site {
  text-transform: uppercase;
  color: #0ebcb2;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 3.2px;
  display: inline-block;
  padding-top: 41px;
  margin-left: 20px;
}

.slide-home li {
  height: 700px;
  position: relative;
  background-position: 0% 50%, center bottom !important;
}

.slide-home .voile-noir {
  /*background: url(img/voile-noir.png),  no-repeat center bottom ;*/
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.slide-home .titre-slide {
  background: url(img/bg-titre-slide.png) no-repeat left top;
  min-height: 110px;
  padding-top: 45px;
  padding-bottom: 30px;
  bottom: 40px;
  right: 120px;
  margin-left: 70px;
  position: absolute;
}

.slide-home .titre-slide h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 1.5px;
  margin-left: 80px;
}

.slide-home .titre-slide p {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 25px;
  letter-spacing: 1.5px;
  margin-top: 21px;
  margin-left: 130px;
}

#header-page {
  position: relative;
}

#header-page .voile-noir {
  background: url(img/voile-noir-2.png) repeat;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 75px 0px;
  opacity: 0,5;
}

#titre-page {
  background: url(img/bg-titre.png) no-repeat left top;
  min-height: 110px;
  padding-top: 35px;
  padding-bottom: 30px;
}

#titre-page h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 1.5px;
  margin-left: 60px;
}

#titre-page h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 25px;
  letter-spacing: 1.5px;
  margin-top: 12px;
  margin-left: 110px;
}

/* ----------------- Sections ----------------- */
section {
  padding: 65px 0px;
}

.sec {
  background-color: #fff;
}

.sec h3 {
  color: #212121;
}

.sec h4 {
  color: #4bc2bb;
}

.sec p {
  color: #212121;
}

.sec-vert {
  background-color: #0b8080;
  background-image: url(img/bl-bg-vert.png), url(img/tr-bg-vert.png);
  background-repeat: no-repeat;
  background-position: left bottom, right top;
  margin-top: -1px;
}

.sec-vert h3 {
  color: #fff;
}

.sec-vert h4 {
  color: #4bc5be;
}

.sec-vert p {
  color: #fff;
}

.sec-crep {
  background: url(img/bg-crepis.jpg) no-repeat center fixed;
  background-size: cover;
}

.sec-crep h3 {
  color: #212121;
}

.sec-crep h4 {
  color: #4bc2bb;
}

.sec-crep p {
  color: #212121;
}

.sec-noir {
  background-color: #212121;
  background-image: url(img/bl-bg-noir.png), url(img/tr-bg-noir.png);
  background-repeat: no-repeat;
  background-position: left bottom, right top;
}

.sec-noir h3 {
  color: #fff;
}

.sec-noir h4 {
  color: #0eb9af;
}

.sec-noir p {
  color: #fff;
}

.sec-fast-contact {
  background: url(img/bg-fast-contact.jpg), no-repeat center center;
  background-size: cover;
  padding: 218px 0px;
}

.sec-fast-contact h3 {
  color: #fff;
  text-shadow: 0px 0px 13px black;
}

#listing-actus {
  padding: 100px 0px 140px;
}

/* ----------------- Page d'accueil ----------------- */
#pourquoi-choisir-conceptualys .bx-viewport {
  min-height: 400px !important;
}

.home-pourquoi, .chiffre-cles, .testimonial {
  margin-top: 35px;
}

.home-pourquoi li {
  padding: 15px !important;
  background: #fff;
}

.home-pourquoi img {
  margin-bottom: 15px;
}

.home-pourquoi h4 {
  color: #0a8080;
  font-size: 24px;
  text-transform: uppercase;
}

#les-chiffers-cles .bx-viewport {
  min-height: 160px !important;
}

.chiffre-cles h4 {
  font-size: 65px;
}

.chiffre-cles p {
  font-size: 17px;
  text-transform: uppercase;
}

#sec-testimonial {
  padding-bottom: 200px;
}

.testimonial p {
  background: #fff;
  padding: 25px 25px 40px;
  border: #0a8080 2px solid;
  border-radius: 10px;
  text-align: left;
  min-height: 217px;
}

.testimonial h4 {
  float: left;
  width: 60%;
  text-align: left;
  margin-left: 20px;
  color: #212121;
  text-transform: uppercase;
  font-size: 22px;
}

.testimonial .face-testimonial {
  float: right;
  width: 27%;
  margin-right: 20px;
  margin-top: -50px;
  border: #0eb9af 5px solid;
  border-radius: 50%;
  overflow: hidden;
}

#les-actus {
  margin-top: -100px;
  padding-top: 0px;
}

figure.effect-actus figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
  content: '';
  opacity: 1;
  -webkit-transform: translate3d(0, 10%, 0);
  transform: translate3d(0, 10%, 0);
}

figure.effect-actus:hover figcaption::before, figure.effect-actus:hover .plus-actu {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-actus .info-actu {
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .35s,color .35s;
  -webkit-transition: color .35s,-webkit-transform .35s;
  transition: color .35s,-webkit-transform .35s;
  transition: transform .35s,color .35s;
  transition: transform .35s,color .35s,-webkit-transform .35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

figure.effect-actus:hover .info-actu {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

figure.effect-actus figcaption::before, figure.effect-actus .plus-actu {
  -webkit-transition: opacity .35s,-webkit-transform .35s;
  transition: opacity .35s,-webkit-transform .35s;
  transition: opacity .35s,transform .35s;
  transition: opacity .35s,transform .35s,-webkit-transform .35s;
}

figure.effect-actus .plus-actu {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

.info-actu h3 {
  font-size: 21px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.info-actu p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

a.plus-actu {
  color: #4bc2bb;
  text-decoration: underline;
  font-size: 19px;
}

/* ----------------- Qui sommes nous ----------------- */
.bloc-reseau {
  height: 110px;
  line-height: 110px;
  padding-left: 130px;
  margin-top: 50px;
}

.texte-reseau {
  line-height: 1.2;
  vertical-align: middle;
  display: inline-block;
}

.info-reseau {
  font-size: 40px;
  font-weight: 600;
  color: #0eb9af;
}

.detail-reseau {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: #212121;
}

.bloc-concept {
  padding-left: 100px;
  min-height: 78px;
  margin-top: 60px;
}

.titre-concept {
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}

.bloc-concept p {
  max-width: 320px;
}

.le-reseau-conceptualys p {
  margin-top: 40px;
}

/* ----------------- La construction ----------------- */
ul#phases-administrative {
  list-style: none;
  margin-top: 50px;
}

ul#phases-administrative li {
  width: 350px;
  height: auto;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 45px;
  padding-top: 95px;
}

ul#phases-administrative li .temps {
  color: #4bc2bb;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 27px;
}

ul#phases-administrative li .phase {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 1.2px;
  margin-bottom: 15px;
  font-size: 14px;
}

ul#phases-administrative li .demarche {
  color: #4bc2bb;
  line-height: 1.4;
  letter-spacing: 1.2px;
  font-size: 14px;
}

.phase-construction {
  background: url(img/bg-phase-construction.png) no-repeat left top;
  min-height: 130px;
  width: 323px;
  padding: 47px 0px 0px 30px;
  margin-top: 40px;
  text-align: left;
  display: inline-block;
}

.pourcentage-phase {
  float: left;
  color: #fff;
  font-size: 35px;
  margin-right: 40px;
  width: 66px;
  text-align: right;
}

.desc-phase-construction {
  float: left;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 1.4;
  color: #0b8080;
  font-size: 24px;
  margin-top: -2px;
}

.bold-desc {
  color: #212121;
  text-transform: uppercase;
}

.pourcentage-achevement {
  display: inline-block;
  background: url(img/bg-achvement.png) no-repeat left 20px top;
  height: 136px;
  padding: 66px 0px 0px 0px;
  font-weight: bold;
  letter-spacing: 1.4px;
  color: #fff;
  font-size: 35px;
  width: 200px;
  margin-bottom: 25px;
  margin-top: 40px;
}

.achevement {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #212121;
  font-size: 27px;
  margin-bottom: 10px;
}

.sub-achevement {
  font-weight: bold;
  letter-spacing: 1.4px;
  color: #0b8080;
  font-size: 22px;
}

.garanties-maison {
  margin-top: 40px;
  text-transform: uppercase;
}

.garanties-maison ul {
  text-transform: none;
}

.garanties-maison ul li {
  list-style: disc;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  margin-left: 15px;
}

.titre-cscnm h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

/* ----------------- Nos réalisations ----------------- */
.slide-realisations {
  margin-top: 40px;
}

.img-slide {
  margin-bottom: 30px;
  overflow: hidden;
  height: 199px;
}

ul.galerie {
  float: left;
  width: 100%;
  padding: 0;
  z-index: 1;
  position: relative;
  text-align: center;
  margin-bottom: -20px;
}

ul.galerie li {
  list-style: none;
  margin-bottom: 20px;
}

/* ----------------- Comment sont construites nos maisons ----------------- */
.mapplic-map {
  margin-top: 40px !important;
}

.mapplic-map .mapplic-map-image {
  position: relative !important;
}

.mapplic-element {
  height: 694px !important;
}

.mapplic-map {
  top: 0px !important;
  left: 0px !important;
}

.mapplic-pin.circular {
  background-color: #4bc2bb !important;
}

.mapplic-tooltip {
  display: none !important;
  border: #0a8080 4px solid !important;
}

.mapplic-hovertip {
  display: block !important;
}

.mapplic-tooltip-triangle {
  border-color: #0a8080 transparent transparent transparent !important;
  border-width: 14px 20px 0 20px !important;
  margin-bottom: -18px !important;
}

/* ----------------- Formulaire de contact ----------------- */
#formulaire-contact {
  margin-top: 40px;
  margin-bottom: 40px;
}

#formulaire-contact label {
  text-transform: uppercase;
  color: #0b8080;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
}

input {
  background: #ececef;
  border: none;
  padding: 15px;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
}

textarea {
  background: #ececef;
  border: none;
  padding: 15px;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  height: 270px;
}

input[type="submit"] {
  background: #0eb7ad;
  color: #fff;
  border: none;
  padding: 20px;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 600;
  display: inline-block;
  width: 230px;
}

.wpcf7-form .wpcf7-validation-errors {
  border: none !important;
  font-weight: 600 !important;
  text-align: center !important;
  font-size: 18px !important;
  float: none !important;
  clear: both !important;
}

.wpcf7-mail-sent-ok {
  border: none !important;
  font-weight: 600 !important;
  text-align: center !important;
  font-size: 18px !important;
  float: none !important;
  clear: both !important;
}

.wpcf7-not-valid-tip {
  margin-bottom: 20px !important;
}

.screen-reader-response {
  display: none !important;
}

#email-contact {
  background: url(img/icone-mail.png) no-repeat left center;
  display: inline-block;
  width: auto;
  padding-left: 40px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 21px;
  color: #474747;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#adresse-contact {
  background: url(img/icone-adresse.png) no-repeat left center;
  display: inline-block;
  width: auto;
  padding-left: 40px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 21px;
  color: #474747;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#tel-contact {
  background: url(img/icone-tel.png) no-repeat left center;
  display: inline-block;
  width: auto;
  padding-left: 40px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 21px;
  color: #474747;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

p.info-contact, p.info-contact a {
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 0px;
  color: #0b8080;
}

p.info-contact a:hover {
  color: #474747;
}

.google-maps {
  position: relative;
  padding-bottom: 350px;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.type-sitemap {
  margin-bottom: 25px;
}

/* ----------------- Annonces ----------------- */
.annonce-maison {
  margin-top: 45px;
}

.visuel-maison {
  position: relative;
  overflow: hidden;
  height: 300px;
  margin-bottom: 15px;
}

.visuel-maison img {
  position: relative;
  width: 100%;
}

.visuel-maison .tarif {
  position: absolute;
  top: 0;
  right: 0;
  background: #0eb9af;
  color: #fff;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1.4px;
}

.lieu-maison {
  text-transform: uppercase;
  font-size: 17px;
  color: #0b8080;
  padding-left: 25px;
  font-weight: 600;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
}

.mention-comp {
  text-transform: uppercase;
  font-size: 15px;
  color: #0b8080;
  padding-left: 25px;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
  height: 50px;
}

.visuel-maison .voir-maison {
  position: absolute;
  top: 110%;
  opacity: 1;
  text-align: center;
  width: 100%;
  height: 300px;
  line-height: 300px;
  -webkit-transition: -webkit-transform 0.25s,color 0.25s;
  -webkit-transition: color 0.25s,-webkit-transform 0.25s;
  transition: color 0.25s,-webkit-transform 0.25s;
  transition: transform 0.25s,color 0.25s;
  transition: transform 0.25s,color 0.25s,-webkit-transform 0.25s;
  -webkit-transform: translate3d(0, 999%, 0);
  transform: translate3d(0, 999%, 0);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
}

.visuel-maison:hover .voir-maison {
  top: 0%;
  width: 100%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0.01)), color-stop(99%, rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.59) 99%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
  /* IE6-9 */
}

.annonce h3 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
  color: #212121;
}

.annonce .mentions-annonces {
  font-size: 27px;
  color: #4bc2bb;
  margin-bottom: 30px;
  letter-spacing: 1.4px;
  font-family: 600;
}

.descriptif-annonce p {
  line-height: 2;
}

.navigation-custom-post {
  position: absolute;
  z-index: 9999;
  width: 100%;
  margin-top: -300px;
}

.next-post-link a {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 56px;
  height: 56px;
  background: url(img/next-custom-post.png) no-repeat center center;
  color: #fff;
}

.previous-post-link a {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 56px;
  height: 56px;
  background: url(img/prev-custom-post.png) no-repeat center center;
  color: #fff;
}

/* ----------------- resolution bug slider ----------------- */
#sec-testimonial .bx-viewport {
  min-height: 322px !important;
}

/* ----------------- footer ----------------- */
footer {
  background: #212121;
  padding: 60px 0px;
}

footer h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
}

footer h4::after {
  content: "";
  color: #fff;
  height: 3px;
  width: 75px;
  background: #0b8080;
  display: block;
  left: 14px;
  margin-top: 17px;
  margin-bottom: 17px;
}

footer p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1.2px;
  line-height: 1.4;
}

footer a.sn {
  margin-right: 5px;
}

#copyright {
  background: #0b8080;
  text-align: center;
  padding: 10px 0px;
  color: #fff;
  text-transform: uppercase;
}

#copyright a {
  color: #fff;
}

#copyright a:hover {
  color: #bababa;
}

/* ----------------- Carousel - Slider ----------------- */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("img/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border: 6px solid #0eb9af;
  text-indent: -9999px;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 5px;
  outline: 0;
  border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #212121;
  border: 6px solid #0eb9af;
}

.bx-wrapper .bx-prev {
  left: -65px;
  width: 35px;
  height: 35px;
  background: url(img/controls.png) no-repeat left top;
}

.bx-wrapper .bx-next {
  right: -65px;
  width: 35px;
  height: 35px;
  background: url(img/controls.png) no-repeat right -5px top;
}

.sec-noir .bx-wrapper .bx-prev {
  left: -65px;
  width: 35px;
  height: 35px;
  background: url(img/controls.png) no-repeat left top -34px;
}

.sec-noir .bx-wrapper .bx-next {
  right: -65px;
  width: 35px;
  height: 35px;
  background: url(img/controls.png) no-repeat right -5px top -34px;
}

#slider-homepage .bx-wrapper .bx-prev {
  left: 25px;
  width: 35px;
  height: 35px;
  background: url(img/controls.png) no-repeat left top -34px;
}

#slider-homepage .bx-wrapper .bx-next {
  right: 25px;
  width: 35px;
  height: 35px;
  background: url(img/controls.png) no-repeat right -5px top -34px;
}

#les-actus .bx-wrapper .bx-controls-direction a, #listing-actus .bx-wrapper .bx-controls-direction a {
  top: 120%;
  outline: 0;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  z-index: 800;
}

#les-actus .bx-wrapper .bx-prev, #listing-actus .bx-wrapper .bx-prev {
  left: 46%;
  width: 35px;
  height: 35px;
  background: url(img/controls.png) no-repeat left 0px bottom;
}

#les-actus .bx-wrapper .bx-next, #listing-actus .bx-wrapper .bx-next {
  right: 46%;
  width: 35px;
  height: 35px;
  background: url(img/controls.png) no-repeat right 0px bottom;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  z-index: 800;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* ----------------- Fancybox ----------------- */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  color: #444;
}

.fancybox-opened {
  z-index: 9999;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("img/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("img/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  display: none;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: -60px;
}

.fancybox-next {
  right: -60px;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: visible;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("img/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

@media screen and (max-width: 1260px) {
  .slide-home li {
    height: 500px;
  }
  #pourquoi-choisir-conceptualys .bx-wrapper .bx-controls-direction, #les-chiffers-cles .bx-wrapper .bx-controls-direction {
    display: none !important;
  }
  .bx-wrapper .bx-prev {
    left: 0px;
  }
  .bx-wrapper .bx-next {
    right: 0px;
  }
  .navbar-collapse {
    background: url(img/carre-header.png) no-repeat right top 8px;
  }
}

@media screen and (max-width: 767px) {
  #top-header .left, #top-header .right {
    text-align: center;
  }
  .navbar-default .navbar-nav {
    margin-top: 0px;
    padding-top: 0px;
  }
  .navbar-default .navbar-nav > li {
    border-right: 0px;
  }
  .navbar-default .navbar-nav::before, .navbar-default .navbar-nav::after {
    display: none;
  }
  #header-page #voile-noir {
    padding: 15px 0px;
  }
  #titre-page h1 {
    font-size: 34px;
  }
  .slide-home li {
    height: 350px;
  }
  .visuel-maison {
    height: auto;
  }
  .visuel-maison .voir-maison {
    display: none;
  }
  .navigation-custom-post {
    margin-top: 0px;
  }
  #slide-home .bx-controls-direction,
  #les-actus .bx-controls-direction {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .navbar-default img {
    max-width: 260px;
  }
  #desc-site {
    margin-left: 0px;
    font-size: 15px;
  }
  .slide-home .titre-slide {
    margin-left: 70px;
    right: 50px;
  }
}

/* new-css */
.navbar-default .navbar-brand img {
  max-width: 154px;
  height: auto;
  display: block;
}

.navbar-default .navbar-nav {
  margin-top: 10px;
  padding-top: 20px;
}

.navbar {
  padding: 30px 0px 30px;
}

@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 0px 12px;
  }
}

@media screen and (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 15px;
    padding: 0px 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding: 12px 0px 20px;
  }
  .navbar-header.page-scroll {
    position: relative;
  }
  .navbar-collapse {
    margin-top: 15px;
  }
}

@media screen and (max-width: 599px) {
  #desc-site {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
}

.bt-on {
  border-top: 1px solid #6d6d6d;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
  margin-bottom: 0;
  margin-right: 0;
}

.announcers-item {
  margin-top: 22px;
  margin-top: 30px;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.09);
}

@media screen and (min-width: 992px) {
  .announcers-item {
    margin-top: 30px;
  }
}

.announcers-item .image-text {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .announcers-item .image-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .announcers-item .image-text .left-image {
    width: 41%;
  }
}

.announcers-item .image-text .left-image a {
  height: 100%;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0 0 56%;
  position: relative;
}

.announcers-item .image-text .left-image a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all .32s ease-in-out;
  transition: all .32s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.announcers-item .image-text .left-image a:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.announcers-item .image-text .right-text {
  padding: 22px 20px;
}

@media screen and (min-width: 768px) {
  .announcers-item .image-text .right-text {
    width: 59%;
    padding-left: 30px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 992px) {
  .announcers-item .image-text .right-text {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .announcers-item .image-text .right-text {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.announcers-item .right-text .category {
  font-size: 18px;
  color: #0a8080;
}

.announcers-item .right-text .price {
  font-size: 28px;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}

.announcers-item .right-text .other-details {
  font-size: 18px;
}

.announcers-item .right-text h2 {
  font-size: 20px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  margin: 12px 0;
}

.announcers-item .right-text .city-postal {
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  padding-bottom: 6px;
  margin-top: 10px;
}

.announcers-item .button a {
  background: #0b8080;
  padding: 10px 40px;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.announcers-item .button a:hover, .announcers-item .button a:focus {
  background: #0eb9af;
  color: #fff;
}

ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 30px;
  padding: 10px 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.page-numbers li {
  margin: 0px 5px;
  border-radius: 3px;
}

ul.page-numbers li a, ul.page-numbers li span {
  -webkit-box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(204, 227, 227, 0.288);
          box-shadow: -3px -3px 7px #ffffff73, 3px 3px 5px rgba(204, 227, 227, 0.288);
  background: #cce3e3;
  font-size: 16px;
  text-decoration: none;
  color: #4d3252;
  height: 34px;
  width: 34px;
  display: block;
  line-height: 34px;
}

ul.page-numbers li a.current, ul.page-numbers li span.current {
  -webkit-box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(94, 104, 121, 0.288);
          box-shadow: inset -3px -3px 7px #ffffff73, inset 3px 3px 5px rgba(94, 104, 121, 0.288);
  color: #000000;
}

.slider-wrapper .bx-wrapper {
  margin-bottom: 0 !important;
}

.slider-wrapper .bxslider1 li a {
  padding: 0 0 56.25%;
  position: relative;
  overflow: hidden;
  display: block;
}

.slider-wrapper .bxslider1 li a img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.slider-wrapper .bx-wrapper .bx-next {
  background-image: url("img/right-arrow.svg");
  width: 26px;
  height: 40px;
  right: 15px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -20px;
}

.slider-wrapper .bx-wrapper .bx-prev {
  margin-top: -20px;
  left: 15px;
  background-image: url("img/left-arrow.svg");
  background-size: contain;
  width: 26px;
  height: 40px;
}

.slider-wrapper .bx-wrapper .bx-pager {
  bottom: 25px;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .slider-wrapper .bx-wrapper .bx-pager {
    bottom: 45px;
  }
}

.slider-wrapper .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
  border: none;
  width: 26px;
  height: 5px;
  background-color: #fff;
  opacity: .5;
  border-radius: 0;
}

.slider-wrapper .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link:hover, .slider-wrapper .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link.active {
  border: none;
  width: 26px;
  height: 5px;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .text-wrapper {
    padding-left: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .text-wrapper {
    padding-left: 50px;
  }
}

.text-wrapper .category {
  font-size: 18px;
  color: #0a8080;
}

.text-wrapper .price {
  font-size: 28px;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .text-wrapper .price {
    font-size: 35px;
    margin-bottom: 40px;
  }
}

.text-wrapper .other-details {
  font-size: 18px;
}

.text-wrapper h1 {
  font-size: 22px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  margin: 12px 0;
}

@media screen and (min-width: 992px) {
  .text-wrapper h1 {
    font-size: 25px;
  }
}

.text-wrapper .city-postal {
  font-weight: 400;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  padding-bottom: 6px;
  margin-top: 10px;
}

.return-button {
  font-size: 18px;
  padding: 2px 0;
  cursor: pointer;
  margin: 10px 0 20px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.return-button:hover {
  color: #0eb7ad;
}

section.annoucer-content.bt-on {
  padding-top: 30px;
}

.bottom-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .bottom-items {
    margin-top: -40px;
    max-width: calc(100% - 40px);
  }
}

@media screen and (min-width: 1200px) {
  .bottom-items {
    max-width: calc(100% - 60px);
  }
}

.bottom-items .bottom-item {
  padding: 10px 5px;
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}

@media screen and (min-width: 400px) {
  .bottom-items .bottom-item {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .bottom-items .bottom-item {
    width: 25%;
  }
}

.bottom-items .bottom-item label {
  font-size: 17px;
  color: #0a8080;
  display: block;
  margin-bottom: 12px;
  font-weight: normal;
}

.sec.sec-crep-white h1 {
  font-size: 36px;
}

@media screen and (min-width: 768px) {
  .sec.sec-crep-white h1 {
    font-size: 42px;
  }
}

@media screen and (min-width: 992px) {
  .sec.sec-crep-white h1 {
    font-size: 50px;
  }
}

.sec.sec-crep-white h1 span {
  color: #4bc2bb;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1.3px;
  margin-bottom: 15px;
  margin-top: 10px;
  display: block;
}

@media screen and (min-width: 768px) {
  .sec.sec-crep-white h1 span {
    font-size: 28px;
  }
}

/* new-css */
/*# sourceMappingURL=style.css.map */