@font-face {
    font-family: 'Inter Tight';
    src: url('fonts/InterTight-Medium.woff2') format('woff2'),
        url('fonts/InterTight-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('fonts/InterTight-Bold.woff2') format('woff2'),
        url('fonts/InterTight-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Bold.woff2') format('woff2'),
        url('fonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Regular.woff2') format('woff2'),
        url('fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('fonts/Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'themify';
    src: url('fonts/themify.woff2') format('woff2'),
        url('fonts/themify.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --ff-body : 'Manrope', sans-serif;
    --ff-heading : 'Inter Tight', sans-serif;
    --color-primary: #11578c;
    --color-secondary: #fec700;
    --color-bg: #212529;
    --color-border: rgba(251, 254, 254, 0.18);
    --color-text: rgba(255, 255, 255, 0.8);
    --color-title: #ffffff;
}
::selection {
    background-color: var(--color-primary);
    color: white;
}

 *,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
    font-family: var(--ff-body);
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

section {
  padding: 60px 0;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6, .h3, .h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: inherit;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

h1,h2,h3,h4,h5 {
    font-weight: bold;
    color: #212121;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}


button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#mail, #mail2 { display:none; }
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-end {
  -webkit-box-pack: flex-end !important;
  -ms-flex-pack: flex-end !important;
  justify-content: flex-end !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1300px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-6,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, 
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


ul { 
    padding-left: 0; 
    margin: 0;
}
ul, li { list-style: none; }
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

.page-realisation {
    padding: 110px 0 50px;
    background: #e8e8e8;
}
a.swipebox {
    height: 250px;
    display: flex;
    margin: 15px 0;
    position: relative;
}
.swipebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ImgSlider > div,
.ImgSlider {
    height: 100%;
    width: 100%;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

#FormDevis .form-input,
.Mobile #rappel_immediat .form-input,
.Tablet #rappel_immediat .form-input {
    margin: 5px 0;
    border-radius: 50px;
    width: 100%;
    background: #fff;
    border: 1px solid #dcddde;
    outline: none;
    padding: 10px 30px 10px 30px;
    font-size: 14px;
    color: #202020;
    text-align: left !important;
}
#FormDevis .form-input:focus,
.Mobile #rappel_immediat .form-input:focus {
    border: 1px solid #1d297f;
}
#FormDevis textarea.form-input {
    border-radius: 25px;
    height: 100px;
}
#FormDevis .btn-submit,
.Mobile #rappel_immediat .btn-submit,
.Tablet #rappel_immediat .btn-submit {
    display: block;
    width: 100%;
    color: var(--color-primary);
    font-weight: 700;
    letter-spacing: 1px;
    background: var(--color-secondary);
    border: 0;
    margin-top: 5px;
    font-size: 16px;
    cursor: pointer;
}
.Mobile #rappel_immediat {
    padding-bottom: 20px;
}
.Mobile #rappel_immediat strong ,
.Tablet #rappel_immediat strong {
    color: #fff;
    text-align: center;
    display: block;
    padding: 7px 0;
    font-size: 18px;
    background: #1d297f;
    margin-bottom: 6px;
}
#FormDevis .btn-submit:hover,
#FormDevis .btn-submit:focus,
.Mobile #rappel_immediat .btn-submit:focus {
    outline: none;
    box-shadow: none;
    /*color: rgb(10, 10, 10);*/
}
#FormDevis {
    padding: 10px 20px 20px;
}

/* ============================================
   STRUCTURE GENERALE DU HEADER
   ============================================ */
.site-header.header-absolute {
    position: relative;
    left: 0;
    right: 0;
    z-index: 999;
}
.Mobile .site-header.header-absolute {
  position: fixed;
}
.site-header .container-fluid {
    padding: 0 30px;
}

.site-header .header-topbar .container-fluid {
    padding-left: 34px;
    padding-right: 30px;
}

/* ============================================
   TOPBAR (Barre supérieure)
   ============================================ */
.navbar>.container, 
.navbar>.container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}
.header-topbar {
    background: var(--color-primary);
    font-size: 13px;
    line-height: 40px;
    padding: 0;
    color: #e0e0e0;
    font-weight: 400;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,255,255,0.07);
}
@media(max-width: 767px) {
    .header-topbar .container {
        justify-content: center;
    }
}

.header-topbar a {
    color: white;
}

.header-topbar a:hover {
    color: var(--color-primary); !important;
}

.header-topbar a.h-phone {
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    margin-left: 0;
    color: white;
    border-radius: 5px;
}

ul.nav.topbar-ul.nav-left > li {
    position: relative;
    display: inline-block;
}
@media(max-width: 767px) {
  ul.nav.topbar-ul.nav-left > li {
      background: var(--color-primary);
      padding: 10px;
      line-height: 130%;
      margin: 5px 0;
  }
}
ul.nav.topbar-ul.nav-left > li:not(:last-child) {
    margin-right: 20px;
}

ul.nav.topbar-ul.nav-left > li:before {
    content: "";
    border-right: 1px solid #cdcdcd;
    position: absolute;
    height: 15px;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
}

ul.nav.topbar-ul.nav-left > li:last-child:before {
    border-right: none;
}

ul.nav.topbar-ul.pull-right {
    align-items: center;
    float: right;
}

ul.nav.topbar-ul.pull-right.justify-content-end {
    justify-content: flex-end;
}

.header-topbar i {
    font-size: 14px;
    vertical-align: middle;
    color: white;
    margin-top: -4px;
    display: inline-block;
    margin-right: 4px;
}

.header-topbar i {
    transition: transform 0.3s ease;
}

.header-topbar li:hover i {
    transform: scale(1.2);
}

[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-mobile:before {
  content: "\e621";
}
.ti-headphone-alt:before {
  content: "\e719";
}
.ti-angle-down:before {
  content: "\e64b";
}
.ti-arrow-top-right:before {
  content: "\e65a";
}
.ti-arrow-right:before {
  content: "\e628";
}
.ti-arrow-left:before {
  content: "\e629";
}
.ti-menu:before {
  content: "\e68e";
}
.ti-close:before {
  content: "\e646";
}
.ti-email:before {
  content: "\e75a";
}
.ti-map:before {
  content: "\e690";
}
.ti-location-pin:before {
  content: "\e693";
}
.ti-user:before {
  content: "\e602";
}

/* ============================================
   RAPPEL GRATUIT
   ============================================ */
.RappelGratuit {
    display: flex;
    align-items: center;
    gap: 10px;
}

.RappelGratuit .h3 {
    font-size: 12px;
    font-weight: 600;
    color: white;
    margin-bottom: 2px;
    line-height: 1.2;
    font-family: var(--ff-heading);
}

.RappelGratuit form {
    display: flex;
    align-items: center;
    gap: 5px;
}

.RappelGratuit .input-form {
    min-height: 28px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.1);
    color: white;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 12px;
    width: 200px;
    line-height: 25px;
}

.RappelGratuit .input-form::placeholder {
    color: rgba(255,255,255,0.6);
}

.RappelGratuit .input-form:focus {
    outline: none;
    border-color: var(--color-primary);
}

.RappelGratuit .btn-rappelGratuit {
    min-height: 28px;
    padding: 0 15px;
    line-height: 25px;
    border: none;
    background: var(--color-secondary);
    color: black;
    font-weight: 600;
    font-size: 11px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.RappelGratuit .btn-rappelGratuit:hover {
    background: #141422;
}

/* ============================================
   HEADER NAVBAR (Navigation principale)
   ============================================ */
.header-navbar {
    line-height: 90px;
    background-color: rgb(255 255 255 / 24%);
    backdrop-filter: blur(4px);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    z-index: 2;
}
@media(max-width: 767px) {
  .header-navbar {
    line-height: 100%;
    background-color: white;
    backdrop-filter: none;
  }
}

.header-navbar .header-titles {
    line-height: 1;
}

.header-navbar a {
    color: white;
    transition: color 0.3s ease;
}

.header-navbar a:hover {
    color: var(--color-primary);
}

/* ============================================
   LOGO
   ============================================ */
.site-logo img {
    max-width: 138px;
    padding: 10px 0;
}

.sticky-logo {
    max-width: 125px;
}

.header-titles a.site-link.sticky-logo-link,
.sticky-head.header-sticky .header-titles a.site-link {
    display: none;
}

.sticky-head.header-sticky .header-titles a.site-link.sticky-logo-link {
    display: block;
}

/* ============================================
   MENU DESKTOP
   ============================================ */
ul.nav.sh-menu {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.Mobile ul.nav.sh-menu {
  display: block;
}
ul.nav.sh-menu > li {
    padding: 0 22px;
    margin: 0;
    float: left;
    position: relative;
}
.Mobile ul.nav.sh-menu > li {
  padding: 0;
}
ul.nav.sh-menu > li:first-child {
    padding-left: 0;
}

ul.nav.sh-menu > li > a {
    margin: 0;
    display: inline-block;
    font-size: 14px;
    position: relative;
    z-index: 9;
    font-weight: 700;
    color: #010522;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

ul.nav.sh-menu > li > a:hover {
    color: var(--color-primary);
}

.btn-top-nav {
    line-height: 1.2;
    color: white !important;
}
.btn-top-nav:hover {
    background-color: transparent;
    border-color: var(--color-primary);
    color: var(--color-primary) !important;
}

/* Élément actif du menu */
ul.nav.sh-menu > li.current-menu > a,
ul.nav.sh-menu > li.current_page > a,
ul.nav.sh-menu > li.current-menu-ancestor > a,
ul.nav.sh-menu > li.current_page_ancestor > a {
    color: var(--color-primary);
}

/* Indicateur de sous-menu (flèche) */
ul.nav.sh-menu > li.menu-item-has-children > a {
    padding-right: 20px;
    position: relative;
}

ul.nav.sh-menu > li.menu-item-has-children > a:after {
    content: "\e64b";
    position: absolute;
    right: 0;
    font-family: 'themify';
    font-size: 10px;
    transition: transform 0.3s ease;
    color: black;
}

ul.nav.sh-menu > li.menu-item-has-children:hover > a:after {
    transform: rotate(180deg);
}

/* ============================================
   MENU "NOS SERVICES" - DESKTOP
   ============================================ */
@media only screen and (min-width: 1025px) {
    /* Le menu "Nos Services" avec ses sous-menus */
    #menu-item-services {
        position: relative;
    }
    
    #menu-item-services > ul.sub-menu {
        position: absolute;
        left: 0;
        top: 125%;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transition: all .25s ease-in-out;
        background: white;
        box-shadow: 11px 10px 38px 0 rgb(0 0 0 / 10%);
        min-width: 260px;
        padding: 15px 0 10px;
        list-style: none;
    }
    
    #menu-item-services:hover > ul.sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
    }
    
    #menu-item-services > ul.sub-menu li {
        display: block;
        padding: 10px 20px;
        line-height: 30px;
        position: relative;
    }
    
    #menu-item-services > ul.sub-menu li a {
        display: block;
        padding: 0 15px;
        color: #212121;
        font-weight: 400;
        text-transform: none;
        line-height: 130%;
        letter-spacing: 0.5px;
        font-size: 14px;
        transition: all 0.3s ease;
        position: relative;
    }
    
    #menu-item-services > ul.sub-menu li a:hover {
        color: var(--color-primary);
        padding-left: 30px;
    }
    
    /* Effet de trait sur les sous-menus de "Nos Services" */
    #menu-item-services > ul.sub-menu li a:before {
        content: "";
        position: absolute;
        left: -15px;
        transform: skewX(-45deg) translateY(-50%);
        width: 18px;
        height: 6px;
        top: 50%;
        z-index: -1;
        opacity: 0;
        background-color: var(--color-primary);
        border: .5px solid var(--dark-bg);
        transition: all 0.3s ease;
    }
    
    #menu-item-services > ul.sub-menu li a:hover:before,
    #menu-item-services > ul.sub-menu li.current-menu > a:before {
        opacity: 1;
        left: 2px;
        z-index: 1;
    }
    
    /* Flèche du menu "Nos Services" */
    #menu-item-services > a:after {
        content: "\e64b";
        position: absolute;
        right: 0;
        font-family: 'themify';
        font-size: 10px;
        transition: transform 0.3s ease;
    }
    
    #menu-item-services:hover > a:after {
        transform: rotate(180deg);
    }
}

/* ============================================
   SOUS-MENUS (hors "Nos Services")
   ============================================ */
.sh-menu:not(.mobile-menu) > li > ul.sub-menu {
    position: absolute;
    left: 0;
    top: 125%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease-in-out;
    margin: 0 auto;
    padding: 0;
    background: white;
    box-shadow: 11px 10px 38px 0 rgb(0 0 0 / 10%);
    border-radius: 0;
    min-width: 260px;
    list-style: none;
}
@media(max-width: 991px) {
  .sh-menu:not(.mobile-menu) > li > ul.sub-menu {
    opacity: 1;
    position: static;
    visibility: visible;
  }
}

.sh-menu:not(.mobile-menu) li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: all .25s ease-in-out;
}

/* Éléments du sous-menu */
.header-navbar.navbar .sh-menu li > ul.sub-menu li {
    display: block;
    position: relative;
    line-height: 1.2;
    padding: 6px 20px;
}

.header-navbar.navbar .sh-menu li > ul.sub-menu li a {
    display: block;
    padding: 0 15px;
    position: relative;
    color: #212121;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.5px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.header-navbar.navbar .sh-menu li > ul.sub-menu li a:hover {
    color: var(--color-primary);
    padding-left: 30px;
}
.header-navbar.navbar .sh-menu li > ul.sub-menu li.current-menu > a {
  color: var(--color-primary);
}

/* Effet de trait sur les sous-menus */
.header-navbar.navbar .sh-menu li > ul.sub-menu li a:before {
    content: "";
    position: absolute;
    left: -15px;
    width: 6px;
    height: 5px;
    top: 50%;
    z-index: -1;
    opacity: 0;
    background-color: var(--color-primary);
    transition: all 0.3s ease;
}

.header-navbar.navbar .sh-menu li > ul.sub-menu li a:hover:before,
.header-navbar.navbar .sh-menu li > ul.sub-menu li.current-menu > a:before {
    opacity: 1;
    left: 2px;
    z-index: 1;
}

/* Sous-menu de second niveau */
ul.nav.sh-menu > li.menu-item-has-children:not(.menu-item-has-mega-children) > .sub-menu > li > ul.sub-menu {
    left: 100%;
    top: 0;
    position: absolute;
    margin-left: 0;
    min-width: 278px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 11px 10px 38px 0 rgb(0 0 0 / 10%);
    border-radius: 0;
}

ul.nav.sh-menu > li.menu-item-has-children:not(.menu-item-has-mega-children) > .sub-menu > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

/* Flèche pour les sous-menus de second niveau */
ul.nav.sh-menu > li.menu-item-has-children li.menu-item-has-children > a:after {
    content: "\e649";
    font-family: 'themify';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 10px;
    transition: all 0.3s ease;
}

ul.nav.sh-menu > li.menu-item-has-children li.menu-item-has-children > a:hover:after {
    transform: rotate(180deg) translateY(50%);
}

/* ============================================
   AFFICHAGE DESKTOP / MOBILE
   ============================================ */
@media only screen and (min-width: 1025px) {
    .mobile-menu {
        display: none !important;
    }
    .desktop-menu {
        display: flex !important;
    }
}

@media only screen and (max-width: 1024px) {
    .desktop-menu {
        display: none !important;
    }
    .mobile-menu {
        display: flex !important;
    }
}

/* ============================================
   STICKY HEADER
   ============================================ */
.sticky-outer {
    height: auto;
}

.sticky-head.header-sticky .header-navbar {
    background-color: rgb(255,255,255);
    box-shadow: 0 0 20px -1px rgb(0 0 0 / 10%);
}

.sticky-head.header-sticky .header-navbar a {
    color: #262626;
}

.sticky-head.header-sticky .header-navbar a:hover {
    color: var(--color-primary);
}

.sticky-head.header-sticky .header-navbar ul.sh-menu > li.current-menu > a,
.sticky-head.header-sticky .header-navbar ul.sh-menu > li.current_page > a,
.sticky-head.header-sticky .header-navbar ul.sh-menu > li.current-menu-ancestor > a {
    color: var(--color-primary);
}

.sticky-head.header-sticky .header-navbar ul.sh-menu > li > a {
    color: #262626;
}

.sticky-head.header-sticky .header-navbar ul.sh-menu > li > a:hover {
    color: var(--color-primary);
}

.sticky-outer .header-sticky.sticky-head {
    -webkit-animation: slide-down 0.35s;
    -moz-animation: slide-down 0.35s;
    animation: slide-down 0.35s;
    z-index: 10;
}

.sticky-outer .header-sticky.sticky-head.hide-up {
    -webkit-animation: slide-up 0.35s;
    -moz-animation: slide-up 0.35s;
    animation: slide-up 0.35s;
}

@keyframes slide-down {
    0% { transform: translateY(-100%); }
    100% { transform: translateY(0); }
}

@keyframes slide-up {
    0% { transform: translateY(0); }
    100% { transform: translateY(-100%); }
}

/* ============================================
   PAGE HERO
   ============================================ */
.hero {
    position: relative;
    padding: 0;
}
@media(min-width: 1200px) {
    .hero {
        margin-top: -125px;
    }
}
.hero-item {
    height: 713px;
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.prestaBanner {
    height: 450px;
}
.hero-caption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.item-hero {
    text-align: center;
}
.title-hero {
    font-family: var(--ff-heading);
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    max-width: 900px;
    margin: 0 auto;
    color: white;
    text-shadow: 
        -1px -1px 0 var(--color-primary),
        1px -1px 0 var(--color-primary),
        -1px 1px 0 var(--color-primary),
        1px 1px 0 var(--color-primary);
}

.btn-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
}


.hero-aboslute {
    display: flex;
    align-items: flex-end;
    gap: 30px;
}
@media(max-width: 991px) {
  .hero-aboslute {
    flex-direction: column;
    align-items: center;
  }
}
@media(max-width: 767px) {
  .hero-caption {
    top: 45%;
  }
  .title-hero {
    font-size: 30px;
    line-height: 36px;
  }
  .btn-block {
    flex-direction: column;
  }
}
.prestations .hero-aboslute {
    bottom: 1rem;
}
@media(min-width: 1200px) {
    .hero-aboslute {
        position: absolute;
        right: 5rem;
        bottom: 3rem;
    }
}
.accroche-encart {
    border: 1px solid var(--color-secondary);
    background-color: rgb(0 0 0 / 20%);
    backdrop-filter: blur(10px);
    width: 250px;
    padding: 20px;
    border-radius: 7px;
    color: white;
    font-style: italic;
}
.accroche-encart strong {
    font-style: normal;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: var(--ff-heading);
    color: var(--color-secondary);
}
@media(max-width: 991px) {
  .logo-entrepise-header {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
  }
  .accroche-encart {
    background-color: rgb(17 88 141);
    width: 90%;
    margin: auto;
  }
}
.logo-entrepise-header {
    display: flex;
    gap: 10px;
    align-items: center;
}
.logo-entrepise-header span {
    width: 100px;
    display: flex;
    height: 100px;
    align-items: center;
    border: 2px dashed #ffffff;
    border-radius: 99px;
    padding: 5px;
    background-color: rgb(255 255 255 / 36%);
}
.logo-entrepise-header span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ============================================
   SECTION CONTENU
    * PRIMARY SECTION
   ============================================ */

.primary-content h1 {
    color: var(--color-primary);
}
.primary-img,
.img-block {
    height: 100%;
}
.primary-img img,
.img-block img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section h2 {
    font-size: 24px;
    color: var(--color-primary);
}
section h2::after {
    content: "";
    display: block;
    width: 50px;
    border-bottom: 4px solid var(--color-secondary);
    margin-top: 22px;
    margin-bottom: 23px;
}
.texte-block2 {
    border-top: 2px dotted var(--color-primary);
    margin-top: 46px;
    padding-top: 46px;
}
.texte-block2 h3 {
    font-size: 19px;
    color: var(--color-primary);
    position: relative;
    padding-left: 33px;
    margin-bottom: 16px;
}
.texte-block2 h3::before {
    content: "";
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    background-color: var(--color-secondary);
}
.third-content {
    background-color: var(--color-primary);
    position: relative;
}
.third-content h2 {
    color: var(--color-secondary);
}
.third-content * {
    color: white;
}
.last-section-content {
    padding-bottom: 0;
}
.text-item {
    margin-bottom: 36px;
}
@media(min-width: 992px) {
  .carte-irght,
  .third-content .col-md-6 {
    padding-left: 5rem;
  }
}
.bgImg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 50%;
}
@media(max-width: 767px) {
  .bgImg {
    position: static;
    height: 250px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.presta-contenu {
  padding-bottom: 0;
}
@media(min-width: 992px) {
  .contenu-left {
    padding-right: 5rem;
  }
}
.img-block-iner {
    display: flex;
    gap: 20px;
}
.img-block-iner .img-block {
    height: 250px;
    overflow: hidden;
}

@media(min-width: 768px) and (max-width: 1199px) {
  .carte-irght {
    position: sticky;
    top: 50px;
  }
}


/*  Devis gratuit */
.devis-sticky-right {
    padding-top: 12rem;
}
@media(min-width: 768px) {
  .devis-sticky-right.devis-fixed {
    bottom: 1rem;
    top: inherit;
    position: fixed;
    left: 1rem;
    max-width: 300px;
    padding-top: 3rem;
    z-index: 1000;
  }
  .devis-fixed #FormDevis .form-input {
    padding: 5px 10px;
  }
  .devis-fixed #FormDevis textarea.form-input {
    border-radius: 7px;
    height: 70px;
  }
  .devis-fixed #FormDevis .btn-submit {
    padding: 5px;
    border-radius: 55px;
    margin-top: 0;
  }
}
@media(min-width: 768px) {
  .devis-sticky-right {
    top: 5px;
    position: sticky;
  }
}
.devis-item-right {
    position: relative;
    background-color: var(--color-primary);
}
.devis-item-right::before {
  content: "";
    top: -13rem;
    position: absolute;
    background-image: url(../images/bg-formDevis.webp);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
}
.devis-fixed .devis-item-right::before {
    top: -10rem;
}
@media(max-width: 767px) {
  .devis-sticky-right {
    padding-top: 14rem;
  }
  .devis-fixed .devis-item-right::before {
    top: -13rem;
  }
}
.devis-item-right > div {
  position: relative;
}
.titreDevis {
    color: var(--color-secondary);
    font-family: var(--ff-heading);
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    top: -18px;
    position: relative;
}
.titreDevis:not(span) {
    color: var(--color-secondary);
    font-family: var(--ff-heading);
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.titreDevis span {
    display: block;
    color: white;
    font-size: 18px;
}


/* ============================================
   SERVICE SECTION
   ============================================ */
.services-block {
    background: #def1ff;
}
.titre-album {
  display: block;
}
.title-block,
.titre-album {
    font-family: var(--ff-heading);
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 36px;
    color: var(--color-primary);
    text-align: center;
}
.title-block::after,
.titre-album::after {
    content: "";
    display: block;
    margin: 36px auto 0;
    border-bottom: 4px solid var(--color-secondary);
    width: 50px;
}
.item-service_ {
    display: block;
    margin: 20px 0;
}
.item-service_ img {
    background-color: gray;
    height: 250px;
    display: block;
}
.item-service_ span {
    display: block;
    text-align: center;
    padding-top: 20px;
    color: var(--color-primary);
    font-weight: bold;
}

.section-contenu-devis {
    position: relative;
    z-index: 2;
}
@media(max-width: 767px) {
  .section-contenu-devis {
    padding-bottom: 0;
  }
}
.section-texte h2 {
    color: var(--color-secondary);
    font-size: 36px;
    margin-bottom: 24px;
}
.section-texte h2::after {
    margin-left: auto;
    margin-right: auto;
}
.section-texte {
    color: white;
    max-width: 960px;
}

/* ============================================
   FOOTER PRINCIPAL
   ============================================ */

.footer-container {
    width: 100%;
    position: relative;
    z-index: 1;
}

.footer-wrapper {
    position: relative;
}

/* ============================================
   SECTION DEVIS / NEWSLETTER
   ============================================ */
.footer-devis-section {
    background-image: url("../images/p/footer-devis-section.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: -181px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1300px;
    z-index: 1;
}

.footer-devis-inner {
    display: flex;
    justify-content: flex-end;
    min-height: 181px;
}

.footer-devis-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 80px 80px;
    position: relative;
    width: 100%;
}

.footer-devis-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(33, 37, 41, 0.6);
    z-index: 1;
}

.footer-devis-content > * {
    position: relative;
    z-index: 2;
}

/* En-tête de section */
.section-header {
    text-align: center;
}

.section-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}

.section-subtitle img {
    max-width: 30px;
    height: auto;
}

.section-title {
    font-size: 46px;
    color: #ffffff;
    margin: 0;
    font-family: var(--ff-heading);
}
.section-title > strong {
    font-weight: 500;
    display: block;
    font-size: 30px;
    margin-top: 15px;
}

.section-title .highlight-text {
    color: var(--color-secondary);
}

/* Bouton */
.btn {
    display: inline-block;
    padding: 15px 35px;
    background-color: var(--color-primary);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px solid var(--color-primary);
    font-size: 16px;
    letter-spacing: 2px;
}

.btn:hover {
    background-color: rgb(255 255 255 / 48%);
    color: var(--color-primary);
}

/* ============================================
   GRILLE DE CONTACT
   ============================================ */
.footer-contact-grid {
    display: flex;
    flex-wrap: nowrap;
    min-height: 181px;
    border: 1px solid var(--color-border);
    position: relative;
    background-color: rgb(0 0 0 / 41%);
    backdrop-filter: blur(4px);
    overflow: hidden;
}

.footer-contact-grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(33, 37, 41, 0.2);
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 40px;
    flex: 1;
    border-right: 1px solid var(--color-border);
    position: relative;
    z-index: 1;
}

.contact-item:last-child {
    border-right: none;
}

.contact-icon-wrapper {
    flex-shrink: 0;
}

.contact-icon {
    font-size: 60px;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon svg {
    width: 60px;
    height: 60px;
    fill: var(--color-secondary);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-title {
    font-size: 24px;
    color: var(--color-title);
    margin: 0;
    font-family: var(--ff-heading);
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    color: var(--color-text);
    line-height: 1.5;
}

.info-list a {
    color: var(--color-text);
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-list a:hover {
    color: var(--color-primary);
}

.support-list li,
.contact-list li {
    padding: 2px 0;
}

/* ============================================
   SECTION LIENS FOOTER
   ============================================ */
.footer-links-section {
    display: flex;
    flex-direction: column;
    padding: 0 30px 0;
    position: relative;
}

.footer-links-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(33, 37, 41, 0.95);
    z-index: -1;
}

.footer-links-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

/* Marque / Logo */
.footer-brand {
    flex: 0 0 20%;
    display: flex;
    flex-direction: column;
    gap: 45px;
    padding-right: 80px;
}

.footer-logo img {
    max-width: 190px;
    width: 190px;
    height: auto;
}

.footer-description {
    color: var(--color-text);
    line-height: 1.6;
    max-width: 800px;
}

/* Groupes de liens */
.footer-links-group {
    flex: 1;
    min-width: 150px;
}

.nav-footer-toggle {
    display: flex;
    flex-direction: column;
}
@media(max-width: 767px) {
  .nav-footer-toggle {
    border-top: 1px solid;
    padding-top: 20px;
    margin-top: 20px;
  }
}

.nav-footer-title {
    font-size: 18px;
    color: var(--color-secondary);
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

.links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links-list li {
    padding: 6px 0;
}

.links-list a {
    color: var(--color-text);
    text-decoration: none;
    transition: color 0.3s ease;
}

.links-list a:hover {
    color: var(--color-primary);
}

/* ============================================
   FOOTER BOTTOM
   ============================================ */
.footer-bottom-inner {
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    border-top: 1px solid;
}

.copyright-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.copyright-list li {
    color: var(--color-text);
}

.copyright-list a {
    color: var(--color-text);
    text-decoration: none;
    transition: color 0.3s ease;
}

.copyright-list a:hover {
    color: var(--color-primary);
}

.footer-right-link .link-mentions {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

.footer-right-link .link-mentions a {
    color: var(--color-text);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-right-link .link-mentions a:hover {
    color: var(--color-primary);
}

/* ============================================
   RESPONSIVE
   ============================================ */

/* Tablette large */
@media (max-width: 1540px) {
    .footer-devis-section {
        margin-bottom: -190px;
    }
    .footer-devis-content {
        padding: 80px 80px;
        gap: 35px;
    }
    .footer-contact-grid {
        min-height: 190px;
    }
    .contact-item {
        padding: 31px;
    }
    .contact-icon {
        font-size: 50px;
    }
    .contact-icon svg {
        width: 50px;
        height: 50px;
    }
    .footer-links-inner {
        gap: 35px;
        padding: 170px 0 70px;
    }
    .footer-brand {
        padding-right: 30px;
    }
    .footer-logo img {
        max-width: 160px;
        width: 160px;
    }
}

/* Tablette moyenne */
@media (max-width: 1280px) {
    .footer-devis-section {
        margin-bottom: -318px;
    }
    .footer-devis-content {
        padding: 70px 70px;
        gap: 30px;
    }
    .footer-contact-grid {
        min-height: 318px;
        flex-wrap: wrap;
    }
    .contact-item {
        flex: 1 1 50%;
        padding: 30px;
    }
    .contact-item:nth-child(2) {
        border-right: none;
    }
    .contact-icon {
        font-size: 60px;
    }
    .contact-icon svg {
        width: 60px;
        height: 60px;
    }
    .footer-links-inner {
        gap: 0;
        padding: 60px 0;
    }
    .footer-brand {
        flex: 0 0 100%;
        align-items: center;
        padding-right: 0;
        padding-bottom: 55px;
    }
    .footer-description {
        text-align: center;
    }
    .footer-links-group {
        flex: 1 1 25%;
        padding: 0 40px;
    }
    .footer-links-group:last-child {
        padding-left: 40px;
        padding-right: 0;
    }
}

/* Tablette */
@media (max-width: 1024px) {
    .footer-devis-section {
        margin-bottom: -326px;
        padding: 0 25px;
    }
    .footer-devis-content {
        padding: 60px 60px;
        gap: 30px;
    }
    .footer-contact-grid {
        min-height: 326px;
    }
    .contact-item {
        padding: 25px;
    }
    .contact-icon {
        font-size: 50px;
    }
    .contact-icon svg {
        width: 50px;
        height: 50px;
    }
    .footer-links-section {
        padding: 0 25px;
    }
    .footer-links-inner {
        padding: 50px 0;
        padding-top: 311px;
    }
    .footer-brand {
        padding-bottom: 50px;
    }
    .footer-logo img {
        max-width: 130px;
        width: 130px;
    }
    .footer-links-group {
        padding: 0 30px;
    }
    .footer-links-group:last-child {
        padding-left: 30px;
    }
}

/* Mobile large */
@media (max-width: 767px) {
    .footer-devis-section {
        margin-bottom: -592px;
        padding: 0 25px;
    }
    .footer-devis-content {
        padding: 50px 50px;
        gap: 25px;
    }
    .section-title {
        font-size: 1.5rem;
    }
    .footer-contact-grid {
        min-height: 592px;
        flex-wrap: wrap;
    }
    .contact-item {
        flex: 1 1 100%;
        border-right: none;
        border-bottom: 1px solid var(--color-border);
        padding: 25px;
    }
    .contact-item:last-child {
        border-bottom: none;
    }
    .contact-icon {
        font-size: 60px;
    }
    .contact-icon svg {
        width: 60px;
        height: 60px;
    }
    .footer-links-section {
        padding: 0 25px;
    }
    .footer-links-inner {
        padding: 45px 0;
    }
    .footer-brand {
        padding-bottom: 40px;
    }
    .footer-logo img {
        max-width: 120px;
        width: 120px;
    }
    .footer-links-group {
        flex: 1 1 100%;
        padding: 0 0 15px 0 !important;
    }
    .footer-bottom-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }
    .copyright-list {
        justify-content: center;
    }
    .footer-right-link .link-mentions {
        justify-content: center;
    }
}

/* Petit mobile */
@media (max-width: 480px) {
    .footer-devis-section {
        margin-bottom: 0;
        padding: 0 20px;
    }
    .footer-devis-content {
        padding: 40px 40px;
        gap: 25px;
    }
    .section-title {
        font-size: 24px;
    }
    .btn-devis .btn {
        padding: 12px 25px;
    }
    .footer-contact-grid {
        min-height: 592px;
    }
    .contact-item {
        padding: 20px;
        gap: 10px;
    }
    .contact-icon {
        font-size: 50px;
    }
    .contact-icon svg {
        width: 50px;
        height: 50px;
    }
    .footer-links-section {
        padding: 0 20px;
    }
    .footer-links-inner {
        padding: 40px 0;
    }
    .footer-brand {
        padding-bottom: 30px;
    }
    .footer-logo img {
        max-width: 120px;
        width: 120px;
    }
    .footer-links-group {
        padding: 0 !important;
    }
    .footer-bottom {
        padding: 15px 0;
    }
    .footer-bottom-inner {
        gap: 16px;
    }
}

/* ============================================
   ANIMATIONS ET TRANSITIONS
   ============================================ */
.contact-item,
.links-list a,
.copyright-list a,
.footer-right-link .link-mentions a {
    transition: all 0.3s ease;
}

.btn-devis .btn {
    transition: all 0.3s ease;
}
@media(max-width: 767px) {
  .btn-devis .btn {
    letter-spacing: 0;
    text-align: center;
  }
}


/* Page devis gratuit  */
.devisGratuit {
  background-color: #f7f7f7;
}
.devisGratuit .devis-sticky-right {
    max-width: 414px;
    margin-left: auto;
    position: static;
}
div#Map {
    height: 100%;
}
section.ContactezNous b {
    display: block;
    margin-top: 15px;
    color: var(--color-primary);
}
div#Messages p {
    text-align: center;
    margin-bottom: 0;
    padding: 10px;
    background: green;
    color: white;
}
/**
404
*/
.blog_pageIntrouvable {
    background: #0d2362;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: #ffffff;
}
.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: var(--color-secondary);
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: var(--color-secondary);
}
.blog_pageIntrouvable a {
    color: white;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
#noDesktop { display: none; }
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
}

/* ============================================
   RESPONSIVE DESIGN - MENU MOBILE
   ============================================ */

/* Cache le menu mobile en desktop */
@media only screen and (min-width: 1025px) {
    .mobile-menu {
        display: none !important;
    }
    .desktop-menu {
        display: flex !important;
    }
}

/* Affiche le menu mobile en tablette/mobile */
@media only screen and (max-width: 1024px) {
    .desktop-menu {
        display: none !important;
    }
    .mobile-menu {
        display: flex !important;
    }
    
    .mobile-menu-toggle {
        display: flex;
        align-items: center;
    }
    
    /* Bouton toggle du menu mobile */
    .nav-mobile {
        display: flex !important;
        align-items: center;
        cursor: pointer;
        font-weight: 600;
        color: #212121;
        gap: 8px;
        background: none;
        border: none;
        padding: 10px 15px;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        justify-content: flex-end;
    }
    .nav-mobile:focus {
      outline: none !important;
      box-shadow: none !important;
    }
    
    .nav-mobile .ti-menu {
        font-size: 24px;
        color: var(--color-secondary);
    }
    
    /* Menu flottant */
    .mobile-menu-floating {
        position: fixed;
        background: white;
        z-index: 999999;
        padding: 30px 25px 50px;
        height: 100%;
        width: 320px;
        left: -320px;
        top: 0;
        transition: all ease-in-out 0.5s;
        overflow-y: auto;
        box-shadow: 0 0 30px rgba(0,0,0,0.15);
    }
    
    body.mobile-menu-active .mobile-menu-floating {
        left: 0;
    }
    
    .mobile-menu-floating .header-titles {
        margin-bottom: 20px;
    }
    
    .mobile-menu-floating .mobile-logo {
        max-width: 250px;
        height: auto;
    }
    
    /* Liste du menu mobile */
    .mobile-menu-floating .mobile-menu-ul {
      flex-direction: column;
      justify-content: flex-start;
        align-items: flex-start;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    
    .mobile-menu-floating .mobile-menu-ul > li {
        display: block;
        float: none;
        padding: 0;
        border-bottom: 1px solid #eaeaea;
        float: none !important;
        line-height: 130%;
    }
    
    .mobile-menu-floating .mobile-menu-ul > li > a {
        display: block;
        padding: 14px 0;
        color: #212121;
        font-weight: 600;
        font-size: 16px;
        text-transform: none;
        letter-spacing: 0;
    }
    
    ul.nav.sh-menu > li.current-menu > a, 
    ul.nav.sh-menu > li.current_page > a, 
    ul.nav.sh-menu > li.current-menu-ancestor > a, 
    ul.nav.sh-menu > li.current_page_ancestor > a {
      color: var(--primary-color);
  }
    
    /* Bouton fermeture */
    .mobile-menu-close {
        position: absolute;
        top: 5px;
        right: 7px;
        border: none;
        font-size: 20px;
        cursor: pointer;
        color: white;
        padding: 2px;
        z-index: 1000;
        background: var(--primary-color);
        border-radius: 99px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .site-logo {
      width: 180px;
  }
}

/* ============================================
   SOUS-MENUS MOBILE - INITIALEMENT CACHÉS
   ============================================ */
/*.mobile-menu-ul .sub-menu {
    display: none;
}
*/
.mobile-menu-ul .sub-menu li:last-child {
    border-bottom: none;
}
/* Tablette */
@media only screen and (max-width: 991px) {
    .RappelGratuit .input-form {
        width: 100px;
    }
    
    .RappelGratuit .h3 {
        font-size: 11px;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .header-topbar .topbar-left {
        display: none;
    }
    
    .RappelGratuit {
        padding: 3px 8px;
    }
    
    .RappelGratuit form {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    
    .RappelGratuit .input-form {
        width: 90px;
        font-size: 10px;
        min-height: 24px;
    }
    
    .RappelGratuit .btn-rappelGratuit {
        font-size: 10px;
        min-height: 24px;
        padding: 0 10px;
    }
    
    .tels-top {
        flex-wrap: wrap;
        gap: 8px;
        padding: 8px 10px;
    }
    
    .tels-top a {
        font-size: 12px;
    }
    
    .accroche {
        font-size: 11px;
        padding: 5px 10px;
    }
}

.close-devis.ti-close {
    position: absolute;
    right: 25px;
    top: -85px;
    background: var(--color-secondary);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    cursor: pointer;
    transition: all .3s ease;
        z-index: 90;
}
.close-devis.ti-close:hover {
    color: white;
    background: var(--color-primary);
}
.btn-devis-toogle {
    width: 100%;
    border-radius: 0;
    cursor: pointer;
    display: none;
}
.btn-devis-toogle:hover {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}
.devis-fixed.is-open .btn-devis-toogle {
    
}