@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: 0px;
}
@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;
  padding-top: 18px;   /* ✅ CECI fait descendre le menu */
}

#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: #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);
  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);
}

/* Contact header colors */
#fh5co-testimonials .section-heading h2.contact-title:after {
  background: #fff;
}

#fh5co-testimonials .section-heading .subtext h3.contact-subtitle {
  color: #fff;
}

/* Contact layout */
.contact-grid {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.contact-grid > .col-md-6 {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.hours-panel {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(33, 133, 213, 0.18);
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(6px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 20px;
}

.hours-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.16);
}

.address-panel {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(33, 133, 213, 0.18);
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(6px);
  color: #1b2430;
}

.address-panel h3 {
  margin-top: 0;
  color: #1b2430;
  font-size: 18px;
  font-weight: 700;
}

.address-panel h3 i {
  color: #2185d5;
  margin-right: 8px;
}

.address-panel p {
  margin: 12px 0 0;
  color: #4b5563;
  line-height: 1.6;
}

.email-panel {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(33, 133, 213, 0.18);
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(6px);
  color: #1b2430;
}

.email-panel h3 {
  margin-top: 0;
  color: #1b2430;
  font-size: 18px;
  font-weight: 700;
}

.email-panel h3 i {
  color: #2185d5;
  margin-right: 8px;
}

.email-panel p {
  margin: 12px 0 0;
  color: #4b5563;
  line-height: 1.6;
}

.email-panel a {
  color: #1b2430;
}

.phone-panel {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(33, 133, 213, 0.18);
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(6px);
  color: #1b2430;
}

.address-panel,
.email-panel,
.phone-panel {
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(33, 133, 213, 0.18);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(6px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.phone-panel {
  margin-bottom: 0;
}

.address-panel:hover,
.email-panel:hover,
.phone-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.16);
}

.phone-panel h3 {
  margin-top: 0;
  color: #1b2430;
  font-size: 18px;
  font-weight: 700;
}

.phone-panel h3 i {
  color: #2185d5;
  margin-right: 8px;
}

.phone-panel p {
  margin: 12px 0 0;
  color: #4b5563;
  line-height: 1.6;
}

.phone-panel a {
  color: #1b2430;
}

.hours-panel h3 {
  margin-top: 0;
  color: #1b2430;
  font-size: 18px;
  font-weight: 700;
}

/* Contact visual variants */
.contact-style-1 .address-panel,
.contact-style-1 .email-panel,
.contact-style-1 .phone-panel,
.contact-style-1 .hours-panel {
  position: relative;
  overflow: hidden;
}

.contact-style-1 .address-panel::before,
.contact-style-1 .email-panel::before,
.contact-style-1 .phone-panel::before,
.contact-style-1 .hours-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #2185d5;
}

.contact-style-2 .address-panel h3 i,
.contact-style-2 .email-panel h3 i,
.contact-style-2 .phone-panel h3 i,
.contact-style-2 .hours-panel h3 i {
  background: #2185d5;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.hours-panel h3 i {
  color: #2185d5;
  margin-right: 8px;
}

.hours-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  color: #1b2430;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  position: relative;
  padding-left: 18px;
}

.hours-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2185d5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hours-day {
  font-weight: 700;
  color: #1b2430;
  min-width: 110px;
}

.hours-time {
  color: #4b5563;
}

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

.hours-list li.hours-closed {
  color: #fff;
}

.hours-list li.hours-closed::before {
  background: #6b7280;
}

.hours-list li.hours-closed .hours-time {
  background: #6b7280;
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.contact-left {
  color: #fff;
  padding-top: 8px;
}

.contact-left h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.contact-left p {
  color: rgba(255, 255, 255, 0.85);
}

.contact-divider {
  width: 40px;
  height: 3px;
  background: #fff;
  border-radius: 999px;
  margin: 16px 0 22px;
}

.contact-info-item {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.contact-info-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.contact-info-text strong {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.contact-info-text span,
.contact-info-text a {
  color: #fff;
}

.contact-hours h4 {
  margin-top: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-hours p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 6px;
}

.contact-panel {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 22px;
  margin-bottom: 20px;
}

.contact-panel h3 {
  margin-top: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.contact-form-panel {
  background: rgba(255, 255, 255, 0.92);
  color: #1b2430;
  border: 1px solid rgba(33, 133, 213, 0.18);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  padding: 28px;
}

@media screen and (min-width: 992px) {
  .contact-grid {
    align-items: stretch;
  }

  .contact-form-panel {
    height: 100%;
    margin-bottom: 0;
  }
}

.contact-form-panel h3 {
  color: #1b2430;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.contact-form-intro {
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 22px;
}

.contact-form-panel .contact-divider {
  background: #2185d5;
}

.contact-item {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 10px;
}

.contact-item a {
  color: #fff;
  text-decoration: none;
}

.contact-form label {
  color: #1b2430;
  font-weight: 600;
}

.contact-form .form-group {
  margin-bottom: 18px;
}

.contact-form .form-control {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.2);
  color: #1b2430;
  border-radius: 8px;
  min-height: 50px;
  padding: 12px 14px;
}

.contact-form .form-control:focus {
  border-color: #2185d5;
  box-shadow: none;
}

.contact-form textarea.form-control {
  resize: vertical;
  min-height: 170px;
}

.contact-submit {
  width: 100%;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 6px;
  padding: 14px 20px;
}

.contact-hint a {
  color: #2185d5;
}

.contact-form-status {
  margin: 14px 0 0;
  min-height: 22px;
  color: #1b2430;
  font-weight: 600;
}

.contact-hint {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: rgba(27, 36, 48, 0.7);
}

.required {
  color: #e3342f;
}

/* Avis header colors */
#fh5co-testimonials .section-heading h2.avis-title:after {
  background: #fff;
}

#fh5co-testimonials .section-heading .subtext h3.avis-subtitle {
  color: #fff;
}
#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-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: #2185d5;
}
#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;
}

.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: 12px;
  height: 12px;
  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;
}

/* ================================
   LOGO HEADER – VERSION FINALE STABLE
   Clair en haut (grand + remonté)
   Foncé en sticky (plus petit)
   + Effet au survol
================================ */

/* Conteneur du logo */
.navbar-brand {
  display: flex;
  align-items: center;
  position: relative;
}

/* Badge discret derriere le logo */
#fh5co-header:not(.navbar-fixed-top) .navbar-brand::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 118px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(232, 239, 247, 0.85), rgba(214, 224, 235, 0.85));
  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;
  left: 0;
  top: -24px;
}

/* ================================
   STYLE COMMUN AUX DEUX LOGOS
================================ */
.navbar-brand .site-logo {
  height: 115px;        /* ✅ TAILLE LOGO CLAIR */
  width: auto;
  display: block;
  position: relative;  /* IMPORTANT pour le top */
  top: 0;
  margin: 0;
  transition: 
    top 0.25s ease,
    height 0.25s ease,
    transform 0.25s ease,
    filter 0.25s ease;
}

.navbar-brand .site-logo {
  position: relative;
  z-index: 1;
}

/* ✅ Effet au survol */
.navbar-brand .site-logo:hover {
  transform: scale(1.06);
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}

/* ================================
   VISIBILITÉ DES LOGOS
================================ */

/* Par défaut on cache le logo foncé */
.navbar-brand .logo-dark {
  display: none !important;
}

/* ================================
   ÉTAT : HAUT DE PAGE (PAS STICKY)
================================ */

/* ✅ Logo clair remonté uniquement ici */
#fh5co-header:not(.navbar-fixed-top) .navbar-brand .logo-light {
  top: -48px;
}

/* Logo foncé normal (mais caché) */
#fh5co-header:not(.navbar-fixed-top) .navbar-brand .logo-dark {
  top: 0;
}

/* ================================
   MODE STICKY (SOUS-MENU) – FIX TOTAL
================================ */

/* On garde le clair masque */
#fh5co-header.navbar-fixed-top .navbar-brand .logo-light {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* ✅ On AFFICHＥ le foncé de façon FORCÉE */
#fh5co-header.navbar-fixed-top .navbar-brand .logo-dark {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: 84px;        /* ✅ TA VALEUR */
  position: relative;
  top: -35px;          /* ✅ TA VALEUR */
  z-index: 99999;     /* ✅ On le force au-dessus du header */
}

/* ================================
   Fix marge par défaut du body
================================ */
html,
body {
  margin: 0;
  padding: 0;
}

#slider .owl-carousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  position: relative;
}

#slider .owl-carousel.owl-loaded {
  opacity: 1;
  visibility: visible;
}

#slider .hero-hint {
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(10, 18, 28, 0.55);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 5;
  animation: hero-hint-fade 2.5s ease forwards;
  animation-delay: 1s;
}

#slider .hero-hint-arrow {
  font-size: 16px;
  opacity: 0.9;
}

@keyframes hero-hint-fade {
  0% { opacity: 1; }
  70% { opacity: 1; }
  100% { opacity: 0; }
}

#slider .owl-dots {
  display: none !important;
}

#slider {
  position: relative;
}

#site-content {
  opacity: 0;
  transition: opacity 0.4s ease;
}

#site-content.content-visible {
  opacity: 1;
}

/* ================================
   PAGE DE CHARGEMENT (LOADER)
   Fond dégradé + rebond logo
   (pas de slide, pas d'effet chelou)
================================ */

#site-loader {
  position: fixed;
  inset: 0;
  background: radial-gradient(
    circle at center,
    #4f6884 0%,
    #465A73 20%,
    #2E3A4A 50%,
    #1F2A35 72%,
    #0E141B 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  opacity: 1;
  transition: opacity 0.6s ease;
}

/* Disparition simple en fondu */
#site-loader.hidden {
  opacity: 0;
  pointer-events: none;
}

/* Contenu centré du loader (logo + texte) */
.loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

/* Logo avec rebond léger */
.loader-logo {
  width: 250px;
  height: auto;
  animation: loader-bounce 1.4s ease-in-out infinite;
  will-change: transform;
}

/* Texte "Chargement..." */
.loader-text {
  margin: 0;
  margin-top: 4px;
  font-size: 16px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f5f5f5;
  opacity: 0.85;
}

/* Animation de rebond */
@keyframes loader-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

/* ================================
   SLIDER : IMAGE + FILTRE SOMBRE
================================ */

/* Slide 1 avec image perso */
.owl-carousel-fullwidth .item.hero-bg {
  position: relative;
  background-image: url("../images/vague.png"); /* ton image */
  background-size: 100%;        /* zoom : augmente/réduis à ta sauce */
  background-position: 80% 30%; /* X% Y% -> gauche/droite / haut/bas */
  background-repeat: no-repeat;
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .owl-carousel-fullwidth .item.hero-bg.home-slide {
    background-size: 185%;
    background-position: center center;
  }

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


/* Filtre sombre au-dessus de l’image */
.item.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* 🔁 intensité du filtre : 0.2 = léger, 0.6 = très sombre */
  z-index: 1;
}

/* Pour que le texte soit au-dessus du filtre */
.item.hero-bg > * {
  position: relative;
  z-index: 2;
}

/* ================================
   CONTENEUR – CENTRAGE DE BASE
================================ */
.hero-engagement-wrapper {
  height: 100%;
  display: flex;
  align-items: center;       /* centre verticalement par défaut */
  justify-content: center;   /* centre horizontalement par défaut */
  position: relative;       /* IMPORTANT pour le positionnement fin */
}

/* Centrage du bloc sur le slide 1 */
.item.hero-bg .container,
.item.hero-bg .container > .row {
  height: 100%;
}

.item.hero-bg .iphone-image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ================================
   BLOC ENGAGEMENT – DÉPLACEMENT LIBRE
================================ */
.hero-engagement {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 20px;
  padding: 30px 28px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
  max-width: 320px;
  margin: 0 auto;
  backdrop-filter: blur(8px);

  transform: translate(0, 0);
}

.item.hero-bg .hero-engagement {
  transform: translate(-110px, 250px);
}

/* ================================
   LISTE
================================ */
.hero-engagement-list {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.hero-engagement-list li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ✔ en bleu */
.hero-engagement-list li::before {
  content: "✔";
  color: #2185d5;
  font-weight: bold;
  margin-right: 6px;
}

/* ================================
   BOUTON
================================ */
.hero-engagement-btn {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 0;
}

/* ==================================================
   RESPONSIVE – MOBILE
================================================== */

@media screen and (max-width: 768px) {

  /* Bloc engagements (slide accueil) */
  .hero-engagement-wrapper {
    justify-content: center;
  }

  .hero-engagement {
    transform: translateY(20px); /* descend légèrement en mobile */
  }

  .item.hero-bg .hero-engagement {
    transform: translateY(20px);
  }

  .item.hero-bg .container,
  .item.hero-bg .container > .row,
  .item.hero-bg .iphone-image {
    height: auto;
  }

}


/* ==================================================
   SLIDE : PROBLÈME RÉCURRENT
================================================== */

.item.problem-slide {
  background-color: #333; /* couleur de fond (modifiable) */
}


/* ----- Texte ----- */

.item.problem-slide .fh5co-lead,
.item.problem-slide .fh5co-sub-lead,
.item.problem-slide p {
  color: #ffffff;
}

/* Espacement du texte */
.item.problem-slide .fh5co-owl-text p {
  margin-bottom: 12px;
}

/* Decalage texte vers la droite (slide 2) */
.item.problem-slide .problem-text {
  position: relative;
  left: 570px;
}

.item.problem-slide .problem-image {
  position: relative;
  left: -580px;
}

@media screen and (max-width: 1180px) {
  .item.problem-slide .problem-text {
    left: 0;
  }

  .item.problem-slide .problem-image {
    left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .item.problem-slide .row {
    display: flex;
    align-items: center;
  }

  .item.problem-slide .problem-image {
    order: 1;
    right: auto;
    left: auto;
    padding-right: 20px;
  }

  .item.problem-slide .problem-text {
    order: 2;
    left: auto;
    padding-left: 20px;
    transform: translateX(-35px);
  }

  .item.problem-slide .col-md-push-5,
  .item.problem-slide .col-md-push-1,
  .item.problem-slide .col-sm-push-5,
  .item.problem-slide .col-sm-push-1 {
    left: auto;
  }

  .item.problem-slide .col-md-pull-7,
  .item.problem-slide .col-sm-pull-7 {
    right: auto;
  }

  .item.problem-slide .problem-photo img {
    max-width: 100%;
    max-height: 320px;
    object-fit: contain;
  }
}


/* ==================================================
   IMAGE – PROBLÈME RÉCURRENT
================================================== */

.problem-slide .problem-photo img {
  width: 100%;        /* largeur fluide */
  max-width: 1500px;  /* taille max (ajuste si besoin) */
  height: auto;
  border-radius: 4px; /* coins légèrement arrondis (optionnel) */
}

/* =========================================================
   ABOUT PRO (section "À propos" - compat avec ton HTML)
   - Fond image (sans diagonal)
   - Conserve la bulle "Alexandre"
   - N'affecte pas le reste du site
========================================================= */

.about-pro{
  position: relative;
  padding: 6em 0;
  background: #fff;
}

/* FOND SECTION À PROPOS – IMAGE SEULE */
#fh5co-about-us,
.about-pro {
  padding: 6em 0;
  background-image: url("../images/about-bg.png"); /* NOM EXACT du fichier */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f2f6fb;
}


/* Tout le contenu au-dessus du fond */
.about-pro .container{
  position: relative;
  z-index: 2;
}

/* Header */
.about-pro-header{
  margin-bottom: 18px;
}
.about-pro-header h2{
  margin: 0;
  font-size: 34px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2b2b2b;
}
.about-pro-subtitle{
  margin: 10px 0 0 0;
  color: #6d6d6d;
  font-size: 15px;
}

/* Titres internes */
.about-pro-h3{
  margin: 26px 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  color: #2b2b2b;
}

/* Texte */
.about-pro p{
  color: #555;
  font-size: 14px;
  line-height: 1.75;
}

/* Bulle Alexandre (droite) */
.about-pro-profile{
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.08);
}

.about-pro-profile-top{
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.about-pro-avatar{
  width: 74px;
  height: 74px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(0,0,0,0.08);
}

.about-pro-name{
  font-size: 17px;
  font-weight: 700;
  color: #2b2b2b;
  line-height: 1.2;
}

.about-pro-role{
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7a7a7a;
  margin-top: 4px;
}

.about-pro-desc{
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.55;
  color: #5e5e5e;
}

.about-pro-socials{
  margin-top: 10px;
  display: flex;
  gap: 8px;
}

.about-pro-social{
  width: 34px;
  height: 34px;
  border-radius: 50%; /* ✅ rond */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2185d5;
  color: #fff;
  text-decoration: none;
}

.about-pro-social:hover{
  background: #1b6fb1;
  color: #fff;
}


/* Bulles */
.about-pro-bubbles{
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.about-pro-bubble{
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 14px;
  padding: 12px 10px;
  text-align: center;
}

.about-pro-bubble-title{
  font-size: 13px;
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 4px;
}
.about-pro-bubble-text{
  font-size: 11px;
  color: #666;
  line-height: 1.35;
}

.about-pro-profile{
  transition: transform .2s ease, box-shadow .2s ease;
}
.about-pro-profile:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
}


/* Responsive */
@media screen and (max-width: 992px){
  .about-pro-header h2{ font-size: 28px; }
}

@media screen and (max-width: 768px){
  .about-pro{ padding: 4.5em 0; }
  .about-pro-profile{ margin-top: 18px; }
  .about-pro-bubbles{ grid-template-columns: 1fr; }
  .about-pro-profile-top{ align-items: center; }
}

/* =========================================================
   VISUAL REFRESH
========================================================= */
:root {
  --brand: #1f6fb2;
  --brand-dark: #155487;
  --ink: #1b2430;
  --muted: #5f6b7a;
  --panel: #ffffff;
  --panel-border: rgba(16, 24, 40, 0.08);
  --soft-bg: #f2f6fb;
}

body {
  color: #445261;
  background: var(--soft-bg);
}

/* Responsive media */
img {
  max-width: 100%;
  height: auto;
}

img,
svg,
video,
iframe {
  display: block;
  max-width: 100%;
}

.section-heading h2 {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
}

.section-heading h3 {
  color: var(--muted);
}

/* HERO */
.item.hero-bg::before {
  background: linear-gradient(120deg, rgba(10, 25, 42, 0.8), rgba(31, 111, 178, 0.4));
}

.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
  text-transform: none;
  letter-spacing: 0;
  font-size: 56px;
  line-height: 1.05;
}

.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
}

.hero-engagement {
  transform: translate(0, 0);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

@media screen and (max-width: 992px) {
  .hero-engagement {
    transform: translate(0, 20px);
  }
}

@media screen and (max-width: 768px) {
  .navbar-brand .site-logo {
    height: 72px;
    top: 0;
  }

  #fh5co-header:not(.navbar-fixed-top) .navbar-brand .logo-light {
    top: 0;
  }

  #fh5co-header.navbar-fixed-top .navbar-brand .logo-dark {
    height: 66px;
    top: 0;
  }

  .owl-carousel-fullwidth .item.hero-bg {
    background-size: contain;
    background-position: center;
    background-color: #0f1a24;
  }

  #fh5co-about-us,
  .about-pro {
    background-size: contain;
    background-position: center top;
  }
}

/* SLIDE 2 - CADRAGE IMAGE */
.item.problem-slide .iphone-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.item.problem-slide .iphone-image .iphone {
  float: none;
  bottom: 0;
  text-align: center;
}

.item.problem-slide .problem-photo img {
  width: 100%;
  height: auto;
  max-width: 85%;
  max-height: 360px;
  object-position: center;
  border-radius: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .item.problem-slide .problem-image {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
    transform: translateX(70px);
  }

  .item.problem-slide .iphone-image .iphone {
    width: 100%;
  }

  .item.problem-slide .problem-photo img {
    width: auto;
    max-width: 72%;
    max-height: 240px;
    object-fit: contain;
  }
}

@media screen and (max-width: 768px) {
  .item.problem-slide .problem-photo img {
    max-width: 95%;
    max-height: 300px;
  }
}


/* BUTTONS */
.btn-primary {
  background: var(--brand);
  border-color: var(--brand);
  box-shadow: 0 12px 26px rgba(31, 111, 178, 0.25);
}
.btn-primary:hover,
.btn-primary:focus {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

/* SECTIONS */
#fh5co-our-services {
  background: var(--soft-bg);
}

#fh5co-features {
  background: #ffffff;
}

#fh5co-features .section-heading h3 {
  max-width: 760px;
  margin: 0 auto;
}

#fh5co-features .realisations-carousel {
  margin-top: 10px;
}

.realisations-carousel .owl-dots {
  display: none;
}

.realisations-track {
  position: relative;
  width: 160px;
  height: 4px;
  margin: 16px auto 0;
  background: rgba(15, 23, 42, 0.15);
  border-radius: 999px;
  overflow: hidden;
}

.realisations-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 100%;
  background: #2185d5;
  border-radius: 999px;
  transition: transform 0.35s ease;
}

.realisation-slide {
  padding: 10px 0 35px;
}

.realisation-pair {
  display: flex;
  gap: 20px;
}

.realisation-card {
  position: relative;
  flex: 1;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: none;
  border: 1px solid rgba(33, 133, 213, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.realisation-card::after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(10, 18, 28, 0.7);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0.9;
  pointer-events: none;
}

.service-card {
  position: relative;
  cursor: pointer;
}

.service-card::after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(10, 18, 28, 0.7);
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0.9;
  transform: translateY(-50%);
}

#service-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(5, 10, 20, 0.8);
  z-index: 999999;
}

#service-modal.open {
  display: flex;
}

.service-modal-card {
  width: min(92vw, 700px);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
  position: relative;
}

.service-modal-image {
  height: 220px;
  background-size: cover;
  background-position: center;
}

.service-modal-title {
  margin: 16px 18px 6px;
  color: #0b2a4a;
}

.service-modal-desc {
  margin: 0 18px 18px;
  color: #334155;
  line-height: 1.6;
}

.service-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(10, 18, 28, 0.7);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.realisation-card:hover::after {
  opacity: 1;
}

.realisation-card:hover {
  transform: translateY(-4px);
  box-shadow: none;
  border-color: rgba(33, 133, 213, 0.5);
}

.realisation-card-empty {
  box-shadow: none;
  background: transparent;
}

.realisation-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}


.realisation-label {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(10, 18, 28, 0.9);
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.02em;
  z-index: 2;
}

@media screen and (max-width: 992px) {
  .realisation-card img {
    height: 340px;
  }
}

@media screen and (max-width: 768px) {
  .realisation-pair {
    flex-direction: column;
  }

  .realisation-card img {
    height: 280px;
  }
}

/* Lightbox */
#image-lightbox {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(5, 10, 20, 0.8);
  opacity: 0;
  pointer-events: none;
  z-index: 999999;
  transition: opacity 0.2s ease;
}

#image-lightbox.open {
  display: flex !important;
  opacity: 1;
  pointer-events: auto;
}

#image-lightbox img {
  max-width: min(92vw, 1100px);
  max-height: 88vh;
  border-radius: 16px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}

#fh5co-testimonials {
  background: linear-gradient(180deg, #ffffff 0%, var(--soft-bg) 100%);
}

#fh5co-pricing {
  background: #ffffff;
}

/* SERVICES CARDS */
#fh5co-our-services .box {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: 18px;
  padding: 26px 22px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.service-cards .service-card {
  position: relative;
  height: 260px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-cards .service-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 0.4s ease;
}

.service-cards .service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 20, 30, 0.3) 0%, rgba(10, 20, 30, 0.85) 100%);
  z-index: 1;
  transition: opacity 0.3s ease;
}

.service-cards .service-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
}

.service-cards .service-card-overlay h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.service-cards .service-card-overlay p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}

.service-cards {
  margin-top: -35px;
  position: relative;
  left: 0;
}

/* Animation echellee (arrivee une par une) */
.service-cards .col-md-3:nth-child(1) .service-card { animation-delay: 0.05s; }
.service-cards .col-md-3:nth-child(2) .service-card { animation-delay: 0.15s; }
.service-cards .col-md-3:nth-child(3) .service-card { animation-delay: 0.25s; }
.service-cards .col-md-3:nth-child(4) .service-card { animation-delay: 0.35s; }

/* Effet hover */
.service-cards .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.2);
}

.service-cards .service-card:hover .service-card-bg {
  transform: scale(1.08);
}

.service-cards .service-card:hover::before {
  opacity: 0.85;
}

@media screen and (max-width: 992px) {
  .service-cards .service-card {
    height: 240px;
    margin-bottom: 20px;
  }
  .service-cards {
    left: 0;
  }
}

#fh5co-our-services .box .icon {
  background: rgba(31, 111, 178, 0.12);
  border-radius: 16px;
}

#fh5co-our-services .box .icon > span i {
  color: var(--brand);
}

#fh5co-our-services .box .icon.colored-1,
#fh5co-our-services .box .icon.colored-2,
#fh5co-our-services .box .icon.colored-3,
#fh5co-our-services .box .icon.colored-4,
#fh5co-our-services .box .icon.colored-5,
#fh5co-our-services .box .icon.colored-6 {
  background: rgba(31, 111, 178, 0.12);
}

/* ENGAGEMENTS */
#fh5co-features .fh5co-service {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: 18px;
  padding: 20px 18px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#fh5co-features .fh5co-service:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.12);
}

#fh5co-features .fh5co-service .fh5co-icon {
  background: rgba(31, 111, 178, 0.12);
  border-radius: 14px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

#fh5co-features .fh5co-service .fh5co-icon i {
  color: var(--brand);
  font-size: 22px;
}

/* CONTACT CARDS */
#fh5co-testimonials .contact-card {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  min-height: 220px;
}

#fh5co-testimonials .contact-card h3 {
  margin-top: 0;
  font-weight: 700;
  color: var(--ink);
}

#fh5co-testimonials .contact-card p {
  color: var(--muted);
}

#fh5co-testimonials .contact-card-note {
  font-size: 13px;
  color: #7a8796;
  margin-bottom: 0;
}

/* DEVIS */
#fh5co-pricing .price-box {
  background: rgba(31, 111, 178, 0.04);
  border: 1px solid var(--panel-border);
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

#fh5co-pricing .pricing-plan {
  font-size: 20px;
  color: var(--ink);
  text-transform: none;
  letter-spacing: 0;
}

#fh5co-pricing .pricing-info {
  margin: 18px 0 24px;
  padding: 0;
}

#fh5co-pricing .pricing-info li {
  color: var(--muted);
  text-align: left;
}

#fh5co-pricing .pricing-info li::before {
  content: "•";
  color: var(--brand);
  margin-right: 8px;
}




/*# sourceMappingURL=style.css.map */
.clim-slide .fh5co-owl-text,
.clim-slide .fh5co-owl-text p,
.clim-slide .fh5co-owl-text ul,
.clim-slide .fh5co-owl-text li,
.clim-slide .fh5co-sub-lead {
  color: #fff;
}
.owl-carousel-fullwidth .clim-slide .fh5co-owl-text .fh5co-lead {
  font-size: 14px;
  line-height: 20px;
}
