@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #777777;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: #2185d5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #2185d5;
  outline: none;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

#fh5co-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  margin-top: 20px;
  background: transparent;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
@media screen and (max-width: 768px) {
  #fh5co-header {
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  }
  #fh5co-header .navbar-brand {
    color: #2185d5 !important;
  }
  #fh5co-header #navbar li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #fh5co-header #navbar li a:hover {
    color: #2185d5 !important;
  }
  #fh5co-header #navbar li a span:before {
    background: transparent !important;
  }
  #fh5co-header #navbar li.active a {
    background: transparent;
    background: none;
    color: #2185d5 !important;
  }
  #fh5co-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#fh5co-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#fh5co-header #navbar li a {
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
#fh5co-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#fh5co-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #2185d5;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#fh5co-header #navbar li a:hover {
  color: #fff;
}
#fh5co-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header #navbar li.active a {
  background: transparent;
  background: none;
  color: #fff;
}
#fh5co-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header .navbar-brand {
  float: left;
  display: block;
  font-size: 30px;
  font-weight: 700;
  padding-left: 0;
  color: #fff;
}
#fh5co-header.navbar-fixed-top {
  position: fixed !important;
  background: rgba(255, 255, 255, 0.92);
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  margin-top: 0px;
  top: 0;
}
#fh5co-header.navbar-fixed-top .navbar-brand {
  color: #2185d5;
}
#fh5co-header.navbar-fixed-top #navbar li a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-header.navbar-fixed-top #navbar li a:hover {
  color: #2185d5;
}
#fh5co-header.navbar-fixed-top #navbar li.active a {
  background: transparent;
  background: none;
  color: #2185d5;
}
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#fh5co-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#fh5co-header .navbar-default .brand-slogan em {
  color: #2185d5;
  font-style: normal;
}
#fh5co-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
  clear: both;
}
.section-heading h2 {
  font-size: 50px;
  font-weight: 300;
  color: #444;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 20px;
  line-height: 1.5;
}
.section-heading h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #2185d5;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#fh5co-our-services,
#fh5co-about-us,
#fh5co-features,
#fh5co-testimonials,
#fh5co-pricing,
#fh5co-press {
  padding: 7em 0;
}
@media screen and (max-width: 480px) {
  #fh5co-our-services,
  #fh5co-about-us,
  #fh5co-features,
  #fh5co-testimonials,
  #fh5co-pricing,
  #fh5co-press {
    padding: 5em 0;
  }
}

#fh5co-testimonials {
  background: #2185d5;
}
#fh5co-testimonials .section-heading h2 {
  color: white;
}
#fh5co-testimonials .section-heading h2:after {
  background: rgba(255, 255, 255, 0.2);
}
#fh5co-testimonials .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonials .box-testimony {
  margin-bottom: 2em;
  float: left;
}
#fh5co-testimonials .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonials .box-testimony a:hover, #fh5co-testimonials .box-testimony a:focus, #fh5co-testimonials .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#fh5co-testimonials .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 40px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-testimonials .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 15px solid black;
  border-top-color: #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
#fh5co-testimonials .box-testimony blockquote .quote {
  position: absolute;
  top: 0;
  left: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 0;
  display: table;
  color: #fff;
  width: 56px;
  height: 56px;
  margin-top: -30px;
  background: #2185d5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonials .box-testimony blockquote .quote > span {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-testimonials .box-testimony blockquote p {
  font-style: italic;
}
#fh5co-testimonials .box-testimony .author {
  line-height: 20px;
  color: white;
  font-size: 20px;
  margin-left: 20px;
}
#fh5co-testimonials .box-testimony .author .subtext {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

#fh5co-testimonials.contact-style-2 {
  background: #eef2f5;
}

#fh5co-testimonials.contact-style-2 .section-heading h2 {
  color: #1b2430;
}

#fh5co-testimonials.contact-style-2 .section-heading h2:after,
#fh5co-testimonials.contact-style-2 .section-heading h2.contact-title:after {
  background: #2185d5;
}

#fh5co-testimonials.contact-style-2 .section-heading .subtext h3,
#fh5co-testimonials.contact-style-2 .section-heading .subtext h3.contact-subtitle {
  color: #4b5563;
}

#fh5co-testimonials.contact-style-2 .hours-panel,
#fh5co-testimonials.contact-style-2 .address-panel,
#fh5co-testimonials.contact-style-2 .email-panel,
#fh5co-testimonials.contact-style-2 .phone-panel,
#fh5co-testimonials.contact-style-2 .contact-form-panel {
  background: #ffffff;
  border: 1px solid rgba(33, 133, 213, 0.12);
  box-shadow: 0 18px 34px rgba(21, 39, 64, 0.08), 0 6px 18px rgba(33, 133, 213, 0.08);
  position: relative;
  overflow: hidden;
}

#fh5co-testimonials.contact-style-2 .hours-panel::before,
#fh5co-testimonials.contact-style-2 .address-panel::before,
#fh5co-testimonials.contact-style-2 .email-panel::before,
#fh5co-testimonials.contact-style-2 .phone-panel::before,
#fh5co-testimonials.contact-style-2 .contact-form-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, rgba(33, 133, 213, 0.95), rgba(123, 193, 255, 0.65));
}

#fh5co-testimonials.contact-style-2 .hours-panel:hover,
#fh5co-testimonials.contact-style-2 .address-panel:hover,
#fh5co-testimonials.contact-style-2 .email-panel:hover,
#fh5co-testimonials.contact-style-2 .phone-panel:hover,
#fh5co-testimonials.contact-style-2 .contact-form-panel:hover {
  box-shadow: 0 22px 40px rgba(21, 39, 64, 0.11), 0 10px 24px rgba(33, 133, 213, 0.12);
}

#fh5co-testimonials.contact-style-2 .hours-panel h3,
#fh5co-testimonials.contact-style-2 .address-panel h3,
#fh5co-testimonials.contact-style-2 .email-panel h3,
#fh5co-testimonials.contact-style-2 .phone-panel h3,
#fh5co-testimonials.contact-style-2 .contact-form-panel h3,
#fh5co-testimonials.contact-style-2 .hours-day {
  color: #1b2430;
}

#fh5co-testimonials.contact-style-2 .address-panel p,
#fh5co-testimonials.contact-style-2 .email-panel p,
#fh5co-testimonials.contact-style-2 .phone-panel p,
#fh5co-testimonials.contact-style-2 .hours-time,
#fh5co-testimonials.contact-style-2 .contact-form-intro,
#fh5co-testimonials.contact-style-2 .contact-hint,
#fh5co-testimonials.contact-style-2 .contact-form-status,
#fh5co-testimonials.contact-style-2 .contact-form label {
  color: #4b5563;
}

#fh5co-testimonials.contact-style-2 .address-panel a,
#fh5co-testimonials.contact-style-2 .email-panel a,
#fh5co-testimonials.contact-style-2 .phone-panel a,
#fh5co-testimonials.contact-style-2 .contact-hint a {
  color: #2185d5;
}

#fh5co-testimonials.contact-style-2 .contact-style-2 .address-panel h3 i,
#fh5co-testimonials.contact-style-2 .contact-style-2 .email-panel h3 i,
#fh5co-testimonials.contact-style-2 .contact-style-2 .phone-panel h3 i,
#fh5co-testimonials.contact-style-2 .contact-style-2 .hours-panel h3 i,
#fh5co-testimonials.contact-style-2 .address-panel h3 i,
#fh5co-testimonials.contact-style-2 .email-panel h3 i,
#fh5co-testimonials.contact-style-2 .phone-panel h3 i,
#fh5co-testimonials.contact-style-2 .hours-panel h3 i {
  background: #2185d5;
  color: #fff;
}

#fh5co-testimonials.contact-style-2 .hours-list li {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

#fh5co-testimonials.contact-style-2 .hours-list li.hours-closed .hours-time {
  background: #6b7280;
  color: #fff;
}

#fh5co-pricing .price-box {
  border: 2px solid #ECEEF0;
  text-align: center;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
#fh5co-pricing .price-box.popular {
  border: 2px solid #2185d5;
}
#fh5co-pricing .price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -54px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #2185d5;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-pricing .price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #2185d5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#fh5co-pricing .pricing-plan {
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
#fh5co-pricing .price {
  font-size: 50px;
  color: #000;
}
#fh5co-pricing .price .currency {
  font-size: 20px;
  top: -1.2em;
}
#fh5co-pricing .price small {
  font-size: 16px;
}
#fh5co-pricing .pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}
#fh5co-pricing .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#fh5co-our-services,
#fh5co-press {
  background: #f4f4f4;
}

#fh5co-our-services .box {
  padding: 30px;
  background: #fff;
  text-align: center;
  color: #7f7f7f;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 992px) {
  #fh5co-our-services .box {
    min-height: inherit;
    margin-bottom: 60px;
  }
}
#fh5co-our-services .box .icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
}
#fh5co-our-services .box .icon > span {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-our-services .box .icon > span i {
  font-size: 40px;
  color: #fff !important;
  margin: 0;
  padding: 0;
}
#fh5co-our-services .box .icon.colored-1 {
  background: #2aaf67;
}
#fh5co-our-services .box .icon.colored-2 {
  background: #00bff3;
}
#fh5co-our-services .box .icon.colored-3 {
  background: #f26522;
}
#fh5co-our-services .box .icon.colored-4 {
  background: #e52b50;
}
#fh5co-our-services .box .icon.colored-5 {
  background: #2fc5cc;
}
#fh5co-our-services .box .icon.colored-6 {
  background: #6173f4;
}
#fh5co-our-services .box .step-number {
  font-size: 16px;
  display: block;
  color: #d1d1d1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
#fh5co-our-services .box h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  color: #444;
}

#fh5co-features {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-features {
    padding: 4em 0;
  }
}
#fh5co-features .fh5co-service {
  margin-bottom: 30px;
  float: left;
}
#fh5co-features .fh5co-service .fh5co-icon {
  float: left;
  width: 20%;
}
#fh5co-features .fh5co-service .fh5co-icon i {
  font-size: 40px;
  color: #2185d5;
}
#fh5co-features .fh5co-service .fh5co-desc {
  width: 80%;
  float: right;
}
#fh5co-features .fh5co-service .fh5co-desc h3 {
  margin-top: 0;
  font-size: 18px;
}

#fh5co-press .fh5co-press-item {
  background: #fff;
  float: left;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  #fh5co-press .fh5co-press-item {
    display: block !important;
  }
}
#fh5co-press .fh5co-press-item .fh5co-press-text,
#fh5co-press .fh5co-press-item .fh5co-press-img {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #fh5co-press .fh5co-press-item .fh5co-press-text,
  #fh5co-press .fh5co-press-item .fh5co-press-img {
    height: inherit;
    float: none !important;
    width: 100%;
    display: block !important;
  }
}
#fh5co-press .fh5co-press-item .fh5co-press-text {
  float: left;
  padding: 20px;
}
#fh5co-press .fh5co-press-item .fh5co-press-text .fh5co-press-title {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-weight: 400;
  font-size: 20px;
  color: #444;
  position: relative;
}
#fh5co-press .fh5co-press-item .fh5co-press-text .fh5co-press-title .fh5co-border {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: #2185d5;
}
#fh5co-press .fh5co-press-item .fh5co-press-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  #fh5co-press .fh5co-press-item .fh5co-press-img {
    height: 200px;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
  }
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #2185d5;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #2185d5;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #2185d5;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #2185d5;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 12px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.person {
  text-align: center;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
.person img {
  display: block;
  margin: 0 auto;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.person .name {
  font-size: 24px;
}
.person .position {
  text-transform: uppercase;
  color: #c3c3c3;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

#footer {
  padding: 50px 0;
  color: #7f7f7f;
}
#footer .copyright {
  margin-bottom: 0px;
  padding-bottom: 0;
}

#footer {
  background: linear-gradient(180deg, #18222d 0%, #1f2d3a 100%);
  color: rgba(255, 255, 255, 0.84);
  padding: 90px 0 32px;
  position: relative;
  overflow: hidden;
  border-top: 4px solid #2185d5;
}

#footer::before {
  content: "";
  position: absolute;
  inset: auto -10% -180px auto;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123, 193, 255, 0.14) 0%, rgba(123, 193, 255, 0) 70%);
  pointer-events: none;
}

#footer .container {
  position: relative;
  z-index: 1;
}

#footer .footer-grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 36px;
}

#footer .footer-brand,
#footer .footer-col {
  height: 100%;
}

#footer .footer-brand {
  position: relative;
  padding-right: 18px;
}

#footer .footer-brand::before {
  content: "";
  position: absolute;
  left: -3px;
  top: -2px;
  width: 222px;
  height: 118px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(232, 239, 247, 0.94), rgba(214, 224, 235, 0.9));
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(6px);
  z-index: 0;
}

#footer .footer-logo {
  width: 220px;
  max-width: 100%;
  display: block;
  margin-bottom: 0;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.18));
  position: relative;
  z-index: 1;
}

#footer .footer-brand-text {
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.7;
  max-width: 260px;
  margin-bottom: 22px;
}

#footer .footer-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: #7bc1ff;
}

#footer .footer-list,
#footer .footer-links,
#footer .footer-hours {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .footer-list li,
#footer .footer-links li,
#footer .footer-hours li {
  margin-bottom: 14px;
}

#footer .footer-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

#footer .footer-list i {
  width: 18px;
  color: #7bc1ff;
  font-size: 16px;
  margin-top: 4px;
}

#footer .footer-list span,
#footer .footer-list a,
#footer .footer-links a,
#footer .footer-hours span,
#footer .footer-hours strong {
  color: rgba(255, 255, 255, 0.84);
}

#footer .footer-list a,
#footer .footer-links a {
  text-decoration: none;
  border-bottom: none;
}

#footer .footer-links a {
  position: relative;
}

#footer .footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: rgba(123, 193, 255, 0.35);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

#footer .footer-links a:hover,
#footer .footer-list a:hover {
  color: #7bc1ff;
}

#footer .footer-links a:hover::after {
  transform: scaleX(1);
}

#footer .footer-links li {
  margin-bottom: 12px;
}

#footer .footer-hours li {
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

#footer .footer-hours li:last-child {
  border-bottom: none;
}

#footer .footer-hours span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.64);
}

#footer .footer-hours strong {
  font-size: 15px;
  font-weight: 600;
}

#footer .footer-social {
  width: auto;
}

#footer .footer-social li a,
#footer .footer-social.social-circle a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(123, 193, 255, 0.12);
  border: 1px solid rgba(123, 193, 255, 0.22);
  color: #fff;
}

#footer .footer-social li a i {
  display: block;
  line-height: 1;
}

#footer .footer-social li a .icon-facebook {
  transform: translateX(1px);
}

#footer .footer-social li a .icon-linkedin {
  transform: translateX(0.5px);
}

#footer .footer-social li a:hover {
  background: #2185d5 !important;
}

#footer .footer-bottom {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

#footer .copyright {
  color: rgba(255, 255, 255, 0.66);
  letter-spacing: 0.04em;
}

@media screen and (max-width: 991px) {
  #footer {
    padding: 70px 0 28px;
  }

  #footer .footer-brand {
    padding-right: 0;
  }

  #footer .footer-brand::before {
    left: 50%;
    transform: translateX(-50%);
  }

  #footer .footer-logo,
  #footer .footer-brand-text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  #footer .footer-brand,
  #footer .footer-col {
    text-align: center;
  }

  #footer .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  #footer .footer-list li {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  #footer::before {
    inset: auto -18% -240px auto;
  }

  #footer .footer-brand::before {
    left: -8px;
    width: 206px;
    height: 108px;
  }

  #footer .footer-contact-col .footer-title,
  #footer .footer-contact-col .footer-list,
  #footer .footer-contact-col .footer-social,
  #footer .footer-sitemap-col .footer-title,
  #footer .footer-sitemap-col .footer-links {
    position: relative;
    left: 28px;
  }

  #footer .footer-sitemap-col .footer-title,
  #footer .footer-sitemap-col .footer-links {
    left: 52px;
  }
}

@media screen and (max-width: 767px) {
  .service-cards {
    margin-top: 16px;
  }

  #footer::before {
    display: none;
  }

  #footer .footer-grid {
    justify-content: center;
    text-align: center;
  }

  #footer .footer-brand,
  #footer .footer-col,
  #footer .footer-contact-col,
  #footer .footer-sitemap-col {
    width: 100%;
    text-align: center;
  }

  #footer .footer-brand::before {
    left: 50%;
    transform: translateX(-50%);
  }

  #footer .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  #footer .footer-title,
  #footer .footer-list,
  #footer .footer-social,
  #footer .footer-links,
  #footer .footer-hours {
    margin-left: auto;
    margin-right: auto;
    left: auto !important;
    text-align: center;
  }

  #footer .footer-list li {
    justify-content: center;
    text-align: left;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  #footer .footer-social {
    display: inline-flex;
    justify-content: center;
  }

  #footer .footer-links li,
  #footer .footer-hours li {
    text-align: center;
  }

  #footer .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #2185d5;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #2185d5;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #2185d5;
  color: #fff;
}
.social li a.social-circle {
  background: #2185d5;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #2185d5;
  color: #fff;
}
.social.social-circle a {
  background: #2185d5;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.owl-carousel .owl-controls .owl-nav {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.owl-carousel:focus .owl-controls .owl-nav, .owl-carousel:hover .owl-controls .owl-nav, .owl-carousel:active .owl-controls .owl-nav {
  opacity: 1;
}
.owl-carousel .btn-primary:hover, .owl-carousel .btn-primary:focus, .owl-carousel .btn-primary:active {
  background: transparent !important;
  border: 2px solid #fff !important;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .owl-carousel .owl-controls .owl-nav {
    display: none;
  }
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.owl-carousel .owl-controls .owl-nav .owl-next i:before,
.owl-carousel .owl-controls .owl-nav .owl-prev i:before {
  color: rgba(255, 255, 255, 0.5);
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  right: 10px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover i:before {
  color: white;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  left: 10px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover i:before {
  color: white;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i {
  color: #444;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #fff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(33, 133, 213, 0.55);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: rgba(33, 133, 213, 0.85);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(33, 133, 213, 1);
  border: 2px solid rgba(33, 133, 213, 1);
}

.owl-carousel-fullwidth .item, .owl-carousel-fullwidth .fh5co-owl-text-wrap {
  height: 800px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item, .owl-carousel-fullwidth .fh5co-owl-text-wrap {
    height: inherit;
    padding: 5em 0;
  }
}
.owl-carousel-fullwidth .fh5co-owl-text-wrap {
  position: relative;
}
.owl-carousel-fullwidth .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
}
.owl-carousel-fullwidth .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8;
}
.owl-carousel-fullwidth .item img {
  max-width: 100%;
}
.owl-carousel-fullwidth .item .iphone-image {
  position: relative;
  z-index: 99;
}
.owl-carousel-fullwidth .item .iphone-image .iphone {
  float: right;
  text-align: right;
  position: relative;
  bottom: -12em;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .iphone-image .iphone {
    bottom: 0em;
    text-align: center;
    float: none !important;
    margin: 0 auto;
    display: block;
  }
}
.owl-carousel-fullwidth .item .iphone-image .iphone img {
  max-width: 100%;
}
.owl-carousel-fullwidth .item .fh5co-owl-text {
  display: table-cell;
  vertical-align: middle;
  z-index: 10;
  position: relative;
}
.owl-carousel-fullwidth .item .fh5co-owl-text a {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.owl-carousel-fullwidth .item .fh5co-owl-text a:hover {
  text-decoration: none;
  color: white;
  border-bottom: 1px solid white;
}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead, .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead-2, .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
  color: #fff;
  margin: 0;
  padding: 0;
}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }
}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
  font-size: 30px;
  line-height: 30px;
  line-height: 42px;
  font-weight: 100;
  margin-bottom: 30px;
  color: white;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
    font-size: 24px;
    line-height: 34px;
  }
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* =====================================================
   SLIDE "PROBLÈME RÉCURRENT" — IMAGE
   (taille + déplacement total)
===================================================== */

/* Conteneur image */
.problem-slide .iphone-image .iphone {
  position: relative !important;

  /* 🔧 DÉPLACEMENT */
  bottom: auto !important;   /* annule le -12em du template */
  top: 193px !important;       /* ↕️ haut/bas (négatif = monte) */
  left: -350px !important;    /* ↔️ gauche/droite (négatif = gauche) */

  float: none !important;
  text-align: left !important;
}

/* Image */
.problem-slide .iphone-image .iphone img {
  width: 170% !important;     /* 🔍 AGRANDIR ici */
  max-width: none !important;
  height: auto !important;

  /* optionnel */
  border-radius: 8px;
}




/*# sourceMappingURL=blue.css.map */
.realisations-carousel .owl-dots {
  display: none !important;
}
#slider .clim-slide .fh5co-owl-text .fh5co-lead {
  font-size: 40px !important;
  line-height: 48px !important;
}

#slider .clim-slide .fh5co-owl-text {
  position: relative;
  top: 30px;
}

#slider .clim-slide .clim-desc {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 12px;
}

#slider .clim-slide .clim-offer {
  margin-top: 16px;
  color: #fff;
}

#slider .clim-slide .clim-offer p {
  color: #fff;
  margin: 0 0 10px;
}

#slider .clim-slide .clim-offer ul {
  padding-left: 0;
  margin: 0 0 14px;
  list-style: none;
}

#slider .clim-slide .clim-offer li {
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.5;
}

#slider .clim-slide .clim-offer .clim-cta {
  margin-top: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
#slider .clim-slide {
  position: relative;
}

#slider .clim-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/climslide.jpg") center/cover no-repeat;
  opacity: 0.35;
  z-index: 1;
}

#slider .clim-slide .container {
  position: relative;
  z-index: 2;
}
#slider .clim-slide .clim-panel {
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(123, 193, 255, 0.65);
  padding: 14px 18px;
  border-radius: 10px;
  max-width: 520px;
  flex: 0 0 520px;
  box-shadow: 0 10px 22px rgba(5, 10, 20, 0.35);
}

#slider .clim-slide .clim-layout {
  display: grid;
  grid-template-columns: 520px 60px 360px;
  align-items: center;
  column-gap: 20px;
  margin-top: 140px;
}

#slider .clim-slide .clim-panel {
  margin-top: 20px;
}

#slider .clim-slide .clim-arrow {
  color: #fff;
  font-size: 42px;
  line-height: 1;
  opacity: 0.85;
  text-align: center;
}

#slider .clim-slide .clim-cta-panel {
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(123, 193, 255, 0.65);
  padding: 12px 16px;
  border-radius: 10px;
  width: 360px;
  max-width: none;
  text-align: center;
  line-height: 1.3;
  box-shadow: 0 10px 22px rgba(5, 10, 20, 0.35);
}

#slider .clim-slide .clim-cta-link {
  display: inline;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-decoration: none;
  border-bottom: none;
}

#slider .clim-slide .clim-cta-link:hover {
  text-decoration: none;
  border-bottom: none;
}

#slider .clim-slide .clim-cta-panel span,
#slider .clim-slide .clim-cta-panel a {
  display: inline;
}

#slider .clim-slide .fh5co-owl-text a {
  border-bottom: none;
}

#slider .clim-slide .clim-arrow.to-animate-2,
#slider .clim-slide .clim-cta-panel.to-animate-2 {
  animation-delay: 0.35s;
}

.js #slider .clim-slide .clim-arrow.to-animate-2,
.js #slider .clim-slide .clim-cta-panel.to-animate-2 {
  opacity: 0;
}

.js #slider .clim-slide .clim-arrow.to-animate-2.animated,
.js #slider .clim-slide .clim-cta-panel.to-animate-2.animated {
  opacity: 1;
}

#slider .clim-slide .clim-layout .clim-panel {
  padding: 18px 24px !important;
  max-width: 520px !important;
  flex: 0 0 520px !important;
  border-radius: 14px !important;
}

@media screen and (min-width: 1025px) {
  #slider .clim-slide .row {
    justify-content: center;
  }

  #slider .clim-slide .col-md-7,
  #slider .clim-slide .col-sm-7 {
    width: 100%;
  }

  #slider .clim-slide .fh5co-owl-text-wrap,
  #slider .clim-slide .fh5co-owl-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  #slider .clim-slide .clim-layout {
    margin: 40px auto 0;
    justify-content: center;
  }
}

#back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(31, 111, 178, 0.9);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  z-index: 9999;
  padding-left: 0;
  padding-top: 0;
  --back-top-x: -1px;
  --back-top-y: 7px;
}

#slider .hach-slide .hach-glass {
  position: relative;
  background: rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 18px;
  padding: 22px 24px;
  color: #fff;
  max-width: 700px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
}

#slider .hach-slide .hach-glass h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 10px 0 12px;
  color: #fff;
}

#slider .hach-slide .hach-glass p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 10px;
}

#slider .hach-slide .hach-glass p:last-child {
  margin-bottom: 0;
}

#slider .hach-slide .hach-chip {
  display: inline-block;
  background: rgba(31, 111, 178, 0.9);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
}

#slider .hach-slide .fh5co-owl-text {
  margin-left: 120px;
}

@media screen and (min-width: 1025px) {
  #slider .hach-slide .row {
    justify-content: center;
  }

  #slider .hach-slide .col-md-8,
  #slider .hach-slide .col-sm-9 {
    width: 100%;
    text-align: center;
  }

  #slider .hach-slide .fh5co-owl-text-wrap,
  #slider .hach-slide .fh5co-owl-text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 0 auto !important;
  }

  #slider .hach-slide .hach-glass {
    margin: 0 auto;
    text-align: center;
  }
}

/* removed: custom home-slide hero styles (back to original) */


#slider .lego-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 25%;
}

#slider .lego-slide .lego-flash {
  position: relative;
  background: rgba(15, 23, 42, 0.75);
  border: 2px solid #f59e0b;
  border-left: 10px solid #f59e0b;
  padding: 18px 22px 18px 18px;
  border-radius: 12px;
  width: 620px;
  max-width: 620px;
  color: #fff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
  margin: 0 0 0 250px !important;
  text-align: left;
}

#slider .lego-slide .lego-flash-tag {
  display: inline-block;
  background: #f59e0b;
  color: #111827;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 6px;
  margin-bottom: 10px;
}

#slider .lego-slide .lego-flash h2 {
  font-size: 26px;
  line-height: 34px;
  margin: 0 0 10px;
  color: #fff;
}

#slider .lego-slide .lego-flash p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.92);
}

#slider .lego-slide .lego-flash p:last-child {
  margin-bottom: 0;
}

#slider .disconnecteur-slide .disconnecteur-bubble {
  position: relative;
  background: rgba(12, 19, 30, 0.72);
  border: 1px solid rgba(123, 193, 255, 0.45);
  border-left: 6px solid rgba(123, 193, 255, 0.9);
  border-radius: 14px;
  padding: 22px 24px;
  max-width: 720px;
  color: #fff;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(8px);
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: 270px;
}

#slider .disconnecteur-slide .disconnecteur-bubble h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 10px;
  color: #fff;
}

#slider .disconnecteur-slide .disconnecteur-bubble p {
  font-size: 15px;
  line-height: 23px;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.92);
}

#slider .disconnecteur-slide .disconnecteur-bubble p:last-child {
  margin-bottom: 0;
}

#slider .disconnecteur-slide .disconnecteur-cta {
  margin-top: 10px;
  font-weight: 700;
  color: #fff;
}

#slider .disconnecteur-slide .disconnecteur-text {
  flex: 1;
}

#slider .disconnecteur-slide .disconnecteur-inline-image {
  width: 260px;
  max-width: 40%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin-top: 32px;
  margin-left: 10px;
}
/* removed: hach-bubble duplicate */

#back-to-top .back-to-top-icon {
  display: inline-block;
  transform: translate(var(--back-top-x), var(--back-top-y));
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#back-to-top:hover {
  background: rgba(31, 111, 178, 1);
  text-decoration: none;
}



html {
  scroll-behavior: smooth;
}

#slider .clim-slide .clim-panel .fh5co-lead {
  margin-top: 0;
  margin-bottom: 8px;
}

#slider .clim-slide .clim-panel .clim-desc {
  margin-top: 6px;
  margin-bottom: 10px;
}

.problem-inline-photo-mobile {
  display: none;
}

@media screen and (min-width: 769px) {
  #slider .problem-slide .problem-inline-photo-mobile {
    display: none !important;
  }
}

/* =====================================================
   RESPONSIVE HARDENING
===================================================== */
@media screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }

  /* Mobile: collapsed menu via burger icon */
  #fh5co-header #navbar.navbar-collapse.collapse {
    display: none !important;
  }

  #fh5co-header #navbar.navbar-collapse.collapse.in {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
    overflow: visible !important;
  }

  #fh5co-header:not(.navbar-fixed-top) .navbar-brand::before {
    display: none;
  }

  #fh5co-header .navbar-brand {
    height: auto;
    padding: 0 !important;
    margin: 0;
    display: flex;
    align-items: flex-start;
  }

  #fh5co-header .navbar {
    min-height: 0;
  }

  #fh5co-header .navbar-header {
    min-height: 0;
  }

  #fh5co-header .navbar-brand .site-logo {
    top: 0 !important;
    margin-top: -8px;
  }

  #fh5co-header #navbar.navbar-collapse {
    margin-top: 0;
    border-top: 0;
    box-shadow: none;
  }

  #slider .hero-hint {
    display: none;
  }

  /* Keep hero slides at screen height on mobile */
  #slider .owl-carousel-fullwidth .owl-stage-outer,
  #slider .owl-carousel-fullwidth .owl-stage,
  #slider .owl-carousel-fullwidth .owl-item,
  #slider .owl-carousel-fullwidth .item,
  #slider .owl-carousel-fullwidth .fh5co-owl-text-wrap {
    height: 72vh !important;
    height: 72svh !important;
    min-height: 520px !important;
    max-height: 680px !important;
  }

  #slider .owl-carousel-fullwidth .item,
  #slider .owl-carousel-fullwidth .fh5co-owl-text-wrap {
    padding: 0 !important;
  }

  .owl-carousel-fullwidth .item.hero-bg {
    background-size: cover !important;
    background-position: center !important;
  }

  #slider .home-slide .fh5co-owl-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 0 10px;
  }

  #slider .home-slide .fh5co-lead {
    font-size: 46px !important;
    line-height: 1.1 !important;
  }

  #slider .home-slide .fh5co-sub-lead {
    font-size: 18px !important;
    line-height: 1.45 !important;
  }

  .item.problem-slide .problem-text,
  .item.problem-slide .problem-image {
    left: 0 !important;
  }

  #slider .problem-slide .iphone-image .iphone {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100%;
    float: none !important;
    text-align: center !important;
  }

  #slider .problem-slide .iphone-image .iphone img {
    width: min(100%, 480px) !important;
    max-width: 100% !important;
    height: auto !important;
  }

  /* Slide 2: keep text + image visible in mobile */
  #slider .problem-slide .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #slider .problem-slide .problem-text {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    flex: 1 1 auto;
  }

  #slider .problem-slide .problem-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 12px;
    flex: 0 0 auto;
  }

  #slider .problem-slide .problem-image {
    display: none;
  }

  #slider .problem-slide .fh5co-owl-text-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  #slider .problem-slide .container,
  #slider .problem-slide .row,
  #slider .clim-slide .container,
  #slider .clim-slide .row,
  #slider .disconnecteur-slide .container,
  #slider .disconnecteur-slide .row {
    height: 100%;
  }

  #slider .problem-slide .problem-text,
  #slider .clim-slide .col-md-7,
  #slider .disconnecteur-slide .col-md-12 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #slider .problem-slide .problem-text {
    height: auto !important;
    justify-content: flex-start !important;
    flex: 1 1 auto;
  }

  #slider .problem-slide .fh5co-owl-text {
    display: block;
    text-align: center;
    width: min(92%, 560px);
    margin: 0 auto;
  }

  #slider .problem-slide .problem-photo img {
    max-width: min(84%, 280px) !important;
    max-height: 150px;
    object-fit: contain;
    margin: 0 auto;
  }

  #slider .problem-slide .problem-inline-photo-mobile {
    display: block;
    margin: 14px auto 0;
    width: 100%;
  }

  #slider .problem-slide .problem-inline-photo-mobile img {
    display: block;
    width: min(84%, 280px);
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
  }

  #slider .problem-slide .fh5co-sub-lead {
    margin-bottom: 10px;
  }

  #slider .problem-slide .fh5co-owl-text,
  #slider .clim-slide .clim-layout,
  #slider .disconnecteur-slide .disconnecteur-bubble {
    max-height: 46vh;
    max-height: 46svh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-right: 6px;
    touch-action: pan-y;
    overscroll-behavior: contain;
  }

  #slider .problem-slide .fh5co-owl-text::-webkit-scrollbar,
  #slider .clim-slide .clim-layout::-webkit-scrollbar,
  #slider .disconnecteur-slide .disconnecteur-bubble::-webkit-scrollbar {
    width: 4px;
  }

  #slider .problem-slide .fh5co-owl-text::-webkit-scrollbar-thumb,
  #slider .clim-slide .clim-layout::-webkit-scrollbar-thumb,
  #slider .disconnecteur-slide .disconnecteur-bubble::-webkit-scrollbar-thumb {
    background: rgba(123, 193, 255, 0.55);
    border-radius: 999px;
  }

  #slider .clim-slide .fh5co-owl-text {
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  #slider .clim-slide .fh5co-owl-text-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  #slider .clim-slide .clim-layout {
    grid-template-columns: 1fr;
    row-gap: 10px;
    margin: 0 auto !important;
    width: min(92%, 560px);
    align-content: center;
  }

  #slider .clim-slide .clim-panel,
  #slider .clim-slide .clim-layout .clim-panel,
  #slider .clim-slide .clim-cta-panel {
    width: 100%;
    max-width: 100% !important;
    flex: none !important;
    padding: 14px;
  }

  #slider .clim-slide .clim-cta-panel {
    margin-top: 26px;
  }

  #slider .clim-slide .clim-arrow {
    display: none;
  }

  #slider .clim-slide .clim-panel .fh5co-lead {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }

  #slider .clim-slide .clim-desc,
  #slider .clim-slide .clim-offer li,
  #slider .disconnecteur-slide .disconnecteur-bubble p,
  #slider .hach-slide .hach-glass p,
  #slider .lego-slide .lego-flash p {
    font-size: 14px;
    line-height: 1.6;
  }

  #slider .hach-slide .fh5co-owl-text {
    margin-left: 0;
  }

  #slider .hach-slide .hach-glass,
  #slider .lego-slide .lego-flash,
  #slider .disconnecteur-slide .disconnecteur-bubble {
    width: 100%;
    max-width: 100%;
    padding: 14px;
    border-radius: 12px;
  }

  #slider .lego-slide .lego-flash {
    margin: 0 !important;
  }

  #slider .disconnecteur-slide .disconnecteur-bubble {
    display: block;
    margin-top: 16px;
    margin-left: 0;
  }

  #slider .disconnecteur-slide .disconnecteur-inline-image {
    width: 100%;
    max-width: 280px;
    max-height: none;
    object-fit: contain;
    margin: 10px auto 0;
  }

  .about-pro-profile-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-pro-leftcol {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .about-pro-socials.under-photo {
    margin-top: 0;
  }

  .about-pro-rightcol {
    width: 100%;
  }

  #fh5co-about-us {
    padding-top: 2.4em;
  }

  #fh5co-about-us .about-pro-header {
    margin-bottom: 8px;
  }

  #fh5co-our-services {
    padding-top: 2.6em;
  }

  #fh5co-our-services .section-heading {
    padding-bottom: 10px;
    margin-bottom: 4px;
  }

  #fh5co-our-services .row-bottom-padded-sm {
    padding-bottom: 2px;
  }

  .service-cards {
    margin-top: 16px !important;
  }

  .service-cards .service-card {
    height: 220px;
  }

  .realisation-card img {
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .service-modal-card {
    width: min(94vw, 700px);
    max-height: 90vh;
    overflow: auto;
  }

  .service-modal-image {
    height: 180px;
  }

  #back-to-top {
    right: 14px;
    bottom: 14px;
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}

@media screen and (max-width: 576px) {
  .hours-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .hours-day {
    min-width: 0;
  }

  .hours-list li.hours-closed .hours-time {
    padding: 3px 8px;
    font-size: 11px;
  }

  .address-panel,
  .email-panel,
  .phone-panel,
  .hours-panel {
    padding: 18px;
  }

  .service-cards .service-card-overlay h3 {
    font-size: 17px;
  }

  .service-cards .service-card-overlay p {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  #slider .clim-slide::before {
    background-size: 140% !important;
    background-position: center center !important;
  }

  #slider .hach-slide {
    background-size: 140% !important;
    background-position: center center !important;
  }

  #slider .disconnecteur-slide {
    background-size: 140% !important;
    background-position: center center !important;
  }

  #slider .hach-slide .row {
    justify-content: center;
  }

  #slider .hach-slide .col-md-8,
  #slider .hach-slide .col-sm-9 {
    width: 100%;
    text-align: center;
  }

  #slider .hach-slide .fh5co-owl-text-wrap,
  #slider .hach-slide .fh5co-owl-text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 0 auto !important;
  }

  #slider .hach-slide .hach-glass {
    margin: 0 auto;
    text-align: center;
  }

  #slider .lego-slide .row {
    justify-content: center;
  }

  #slider .lego-slide .col-md-8,
  #slider .lego-slide .col-sm-9 {
    width: 100%;
    text-align: center;
  }

  #slider .lego-slide .fh5co-owl-text-wrap,
  #slider .lego-slide .fh5co-owl-text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 0 auto !important;
  }

  #slider .lego-slide .lego-flash {
    margin: 0 auto !important;
    text-align: center;
  }

  #slider .disconnecteur-slide .row {
    justify-content: center;
  }

  #slider .disconnecteur-slide .col-md-12 {
    width: 100%;
    text-align: center;
  }

  #slider .disconnecteur-slide .fh5co-owl-text-wrap,
  #slider .disconnecteur-slide .fh5co-owl-text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 0 auto !important;
  }

  #slider .disconnecteur-slide .disconnecteur-bubble {
    margin: 50px auto 0 !important;
    text-align: center;
  }

  #slider .disconnecteur-slide .disconnecteur-inline-image {
    margin: 10px auto 0;
  }

  #slider .problem-slide .problem-text,
  #slider .problem-slide .problem-image {
    left: 0 !important;
  }

  #slider .problem-slide .row {
    display: flex;
    align-items: center;
  }

  #slider .problem-slide .col-md-push-5,
  #slider .problem-slide .col-md-push-1,
  #slider .problem-slide .col-sm-push-5,
  #slider .problem-slide .col-sm-push-1 {
    left: auto !important;
  }

  #slider .problem-slide .col-md-pull-7,
  #slider .problem-slide .col-sm-pull-7 {
    right: auto !important;
  }

  #slider .problem-slide .problem-text {
    order: 2;
    padding-left: 20px;
    transform: translateX(10px);
  }

  #slider .problem-slide .problem-image {
    order: 1;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
    transform: translate(210px, -170px);
  }

  #slider .problem-slide .iphone-image .iphone {
    width: 100%;
    float: none !important;
    text-align: center !important;
    bottom: 0 !important;
  }

  #slider .problem-slide .problem-photo img {
    width: auto;
    max-width: 64%;
    max-height: 210px;
    object-fit: contain;
  }
}

@media screen and (max-width: 480px) {
  #slider .owl-carousel-fullwidth .owl-stage-outer,
  #slider .owl-carousel-fullwidth .owl-stage,
  #slider .owl-carousel-fullwidth .owl-item,
  #slider .owl-carousel-fullwidth .item,
  #slider .owl-carousel-fullwidth .fh5co-owl-text-wrap {
    height: 69svh !important;
    min-height: 500px !important;
    max-height: 640px !important;
  }

  #slider .problem-slide .fh5co-owl-text,
  #slider .clim-slide .clim-layout,
  #slider .disconnecteur-slide .disconnecteur-bubble {
    max-height: 44svh;
  }

  #slider .home-slide .fh5co-lead {
    font-size: 38px !important;
  }

  #slider .home-slide .fh5co-sub-lead {
    font-size: 16px !important;
  }

  #slider .clim-slide .clim-panel .fh5co-lead {
    font-size: 24px !important;
  }

  #slider .hach-slide .hach-glass h3,
  #slider .lego-slide .lego-flash h2,
  #slider .disconnecteur-slide .disconnecteur-bubble h3 {
    font-size: 21px;
    line-height: 1.3;
  }

  #slider .clim-slide .clim-layout {
    width: min(94%, 560px);
  }

  #fh5co-header .navbar-brand .site-logo {
    margin-top: -6px;
  }
}
