@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: #001a52;
    --color-secondary: #b91d21;
    --color-border: rgba(251, 254, 254, 0.18);
    --color-text: #484d58;
    --color-white: #ffffff;
    --color-black: #000000;
}
::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: 28px;
    color: var(--color-text);
    -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: 1280px;
  }
}

.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%;
}


/* slick slider */
/* 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;
}

/* fonts themify */
[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";
}
.ti-facebook:before {
    content: "\e741";
}
.ti-instagram:before {
    content: "\e73d";
}
.ti-download:before {
  content: "\e6a7";
}
.ti-eye:before {
  content: "\e63d";
}

/* ============================================ */
/* STYLE BUTTON DEFAULT                         */
/* ============================================ */
.btn {
    background-color: var(--color-secondary);
    color: var(--color-white);
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    margin: 0;
    overflow: visible;
    position: relative;
    grid-area: 1 / -1;
    padding: 15px 34px;
    clear: both;
    will-change: transform;
    backface-visibility: hidden;
    z-index: 0;
    text-decoration: none;
    text-transform: none;
    -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1), transform 375ms ease;
    transition: 375ms cubic-bezier(0.7, 0, 0.3, 1), transform 375ms ease;
}
.btn-text {
    display: inline-flex;
    align-items: center;
    text-align: left;
    gap: 0;
    height: 100%;
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
    transform-origin: center;
    backface-visibility: hidden;
    isolation: isolate;
    will-change: transform;
    -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1), transform 375ms ease;
    transition: 375ms cubic-bezier(0.7, 0, 0.3, 1), transform 375ms ease;
}
.btn-text:has(+ .btn-icon) {
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
    transform-origin: center;
    backface-visibility: hidden;
    isolation: isolate;
    will-change: transform;
    -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1), transform 375ms ease;
    transition: 375ms cubic-bezier(0.7, 0, 0.3, 1), transform 375ms ease;
}
.btn-icon {
    display: inline-flex;
    font-size: 20px;
    line-height: 0;
    margin-left: 8px;
    transition: 75ms cubic-bezier(0.7, 0, 0.3, 1), transform 375ms ease;
}
.btn-icon span {
    display: inherit;
    align-items: center;
    position: relative;
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
    transform-origin: center;
    backface-visibility: hidden;
    isolation: isolate;
    will-change: transform;
    -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1), transform 375ms ease;
    transition: 375ms cubic-bezier(0.7, 0, 0.3, 1), transform 375ms ease;
    opacity: 0;
    width: 24px;
}
.btn-icon span svg {
    fill: var(--color-white);
}
.btn:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}
.btn:hover .btn-text:has(+ .btn-icon) {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.btn:hover .btn-icon span {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}



/* ============================================ */
/* EN-TÊTE PRINCIPAL - SITE HEADER              */
/* ============================================ */

#siteHeader {
    padding: 0;
    margin: 0 auto 0 auto;
    float: none;
    display: block;
    width: 100%;
    z-index: 10;
    overflow: hidden;
    position: relative;
}
.contact-header-mobile { display:none; visibility:hidden; }
@media(max-width: 991px) {
    #siteHeader {
        background-color: var(--color-white);
        position: fixed;
        top: 0;
        overflow: inherit;
    }
    .contact-header-mobile {
        display: block;
        visibility: visible;
    }
}

#siteHeader img {
    margin: 0 auto;
    display: block;
    float: left;
    max-width: 100%;
    padding: 0;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
@media(max-width: 767px) {
    #siteHeader img {
        width: 70px;
    }
}

/* ===== BLOC LOGO ===== */
#brandIdentity {
    display: block;
    padding: 0;
    z-index: 10;
    max-width: 100%;
    position: relative;

    width: 90px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.brand-logo-link {
    display: block;
}

.brand-logo-img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* ===== CONTENEUR PRINCIPAL ===== */
.header-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: visible;
}

/* ===== NAVIGATION PRINCIPALE ===== */
#mainNavigation {
    position: relative;
    display: flow-root;
}

@media(max-width: 991px) {
    #mainNavigation {
        position: absolute;
        z-index: 90;
        width: 100%;
        left: 0;
    }
}

@media(min-width: 992px) {    
    #mainNavigation:after {
        position: absolute;
        display: block;
        content: '';
        z-index: 1;
        background: var(--color-primary);
        left: 50%;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
    }
}

.container-nav {
    z-index: 9;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: visible;
}
@media(min-width: 992px) and (max-width: 1375px) {
    .container-nav {
        max-width: 1000px;
    }
}

/* ===== LISTE CONTACT ===== */
.contact-infos-list {
    margin-right: -20px;
    padding: 0;
    list-style: none;
    display: block;
    z-index: 9;
}

.contact-infos-list .contact-item {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 20px;
    float: left;
    -webkit-backface-visibility: hidden;
}

.contact-infos-list .contact-link {
    position: relative;
    display: block;
    z-index: 1;
    text-decoration: none;
    padding-left: 40px;
    font-size: 13px !important;
    font-weight: 600 !important;
    pointer-events: none; /* kill class behavior */
    color: var(--color-white);
}

.contact-infos-list .contact-link i {
    position: absolute;
    font-size: 24px;
    left: 0;
    top: 18px;
    margin-right: 14px;
}
.contact-header-mobile .contact-link {
    background: var(--color-secondary);
    color: var(--color-white);
    padding: 10px 20px;
}

.contact-infos-list .contact-label {
    display: block;
    padding-top: 6px;
    margin-bottom: -3px;
    letter-spacing: 0 !important;
    font-size: 12px !important;
    text-align: left;
    text-transform: none;
}

.contact-infos-list .contact-value {
    display: block;
}

/* Fond en diagonale derrière les contacts */
.contact-infos-list:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    height: 114px;
    width: 50%;
    top: 0;
    background: var(--color-secondary);
    -ms-transform: skewX(-35deg);
    -webkit-transform: skewX(-35deg);
    transform: skewX(-35deg);
    right: -70px;
}
@media(max-width: 1199px) {
    .contact-infos-list:before {
        width: 60%;
    }
}

/* ===== MENU PRINCIPAL (nav-list) ===== */
.nav-list {
    background-color: var(--color-primary);
    list-style: none;
    display: block;
    z-index: 9;
    position: relative;
    margin: 0 auto;
    float: left;
    padding: 0;
}

.nav-list .nav-item {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 20px;
    -webkit-backface-visibility: hidden;
    float: left;
}

.nav-list .nav-link {
    position: relative;
    display: block;
    z-index: 1;
    padding: 28px 0 25px;
    text-decoration: none;
    line-height: 1;
    border-bottom: 3px solid rgba(0,0,0,0);
    text-align: left;
    color: var(--color-white);
    transition: opacity .3s ease;
}

.nav-list .nav-link:hover {
    opacity: .5;
}

.nav-list .nav-link i {
    margin-right: 6px;
}

@media(min-width: 992px) {    
    .nav-list:before {
        position: absolute;
        display: block;
        content: '';
        z-index: 1;
        top: 0;
        left: -60px;
        height: 100%;
        overflow: hidden;
        border-left: 60px solid rgba(255,255,255,0);
        border-top: 73px solid var(--color-primary);
        border-top-color: var(--color-primary);
    }

    .nav-list:after {
        position: absolute;
        display: block;
        content: '';
        z-index: 1;
        top: 0;
        right: -60px;
        height: 100%;
        overflow: hidden;
        border-right: 60px solid rgba(255,255,255,0);
        border-top: 73px solid var(--color-primary);
        border-top-color: var(--color-primary);
    }
}

/* ===== SOUS-MENUS ===== */
.nav-submenu {
    margin: -3px 0 0;
    padding: 13px 0 15px;
    width: 210px;
    position: absolute;
    z-index: 9;
    backface-visibility: hidden;
    left: -999em;
}

.nav-item:hover .nav-submenu {
    left: auto;
}

.nav-submenu .nav-submenu-item {
    width: 100%;
    max-width: 250px;
}

.nav-submenu .nav-sub-link {
    margin: 0 22px;
    padding: 12px 0 10px;
    border-bottom: 1px dotted rgba(255,255,255,0.2);
    text-align: left;
    line-height: 1.4;
    opacity: 0.8;
    display: block;
    text-decoration: none;
}

.nav-submenu .nav-sub-link:hover {
    opacity: 1;
}

.nav-submenu .nav-submenu-item:last-child .nav-sub-link {
    border-bottom: none;
}

/* Flèche pour indiquer les sous-menus */
.nav-item.menu-item-has-children > .nav-link {
    padding-right: 12px !important;
}

.nav-item.menu-item-has-children > .nav-link:after {
    position: absolute;
    content: "\25BC";
    height: 3px;
    width: 3px;
    top: 50%;
    right: 4px;
    font-size: 8px !important;
    margin-top: -2px;
    font-weight: 400;
    font-family: var(--ff-heading);
}

.nav-submenu .nav-submenu-item.menu-item-has-children > .nav-sub-link:after {
    right: 0;
    top: 22px;
    color: inherit !important;
    transform: rotate(-90deg);
}

/* Sous-menu de niveau 2 */
.nav-submenu .nav-submenu {
    margin: -47px 0 0 208px;
}

/* ===== RÉSEAUX SOCIAUX ===== */
.social-networks-list {
    float: right;
    margin: 16px 20px 16px 0;
    z-index: 2;
    padding: 0;
    list-style: none;
    display: block;
    position: relative;
}

.social-networks-list .social-item {
    display: inline-block;
    margin: 0 7px;
}

.social-networks-list .social-link {
    display: flex;
    text-decoration: none;
    color: white;
    width: 40px;
    height: 40px;
    border: 1px solid;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
}

.social-networks-list .social-link:hover {
    background-color: var(--color-secondary);
    color: var(--color-white);
    border-color: var(--color-secondary);
}

.social-networks-list .social-link img {
    display: block;
    width: 24px;
    height: 24px;
}

/* ===== ÉTATS ACTIFS ===== */
.nav-item.active > .nav-link {
    border-bottom-color: var(--color-secondary);
}

.nav-submenu-item.active > .nav-sub-link {
    opacity: 1;
    font-weight: bold;
}

/* ===== RESPONSIVE - MENU MOBILE ===== */
/* Cache le menu sur mobile par défaut */
.nav-list,
.contact-infos-list,
.social-networks-list {
    display: block;
}

/* Bouton hamburger (à activer en responsive) */
.nav-toggle {
    border: 0;
    background-color: transparent;
    display: none;
    padding: 10px;
    height: 42px;
    width: 42px;
    background-image: none;
    margin: 10px 0 10px 30px;
    position: relative;
    float: right;
    z-index: 99;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.nav-toggle:hover {
    color: #fff !important;
}

/* ===== MÉDIA QUERIES ===== */
@media screen and (max-width: 992px) {
    .nav-toggle {
        display: block;
    }
    
    .nav-list,
    .contact-infos-list,
    .social-networks-list {
        display: none;
        width: 100%;
        float: none;
    }
    
    .nav-list .nav-item {
        float: none;
        padding: 0;
    }
    
    .nav-list .nav-link {
        padding: 15px 20px;
    }
    
    .nav-submenu {
        position: relative;
        left: auto !important;
        width: 100%;
        padding-left: 20px;
    }
    
    .nav-submenu .nav-submenu {
        margin: 0;
    }
    
    .social-networks-list {
        margin: 10px 0;
        text-align: center;
    }
    
    .social-networks-list .social-item {
        display: inline-block;
    }
}

/* Menu visible quand activé */
.nav-open .nav-list,
.nav-open .social-networks-list {
    display: block !important;
}


/* ============================================ */
/* SECTION HERO                                 */
/* ============================================ */
.hero {
    background-color: #00133b;
    background-image: url(../images/p/dark-section-bg-image.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 700px;
    height: 800px;
    margin-top: -73px;
    position: relative;
}
.hero-image {
    position: absolute;
    bottom: 0;
    width: 550px;
    /*height: 650px;
    aspect-ratio: 550 / 650;*/
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.container-hero {
    position: relative;
    height: 100%;
    max-width: 1440px;
}
.hero-titre {
    text-align: center;
    padding-top: 6rem;
}
.hero-titre-item {
    font-size: 4.5rem;
    font-weight: bold;
    color: var(--color-white);
    display: flex;
    justify-content: center;
}
@media(max-width: 991px) {
    .hero {
        margin-top: 54px;
        min-height: 1px;
        height: 500px;
    }
    .hero-titre {
        padding-top: 3rem;
    }
    .hero-image {
        width: 320px;
        /*height: 380px;*/
    }
    .hero-titre-item {
        font-size: 3rem;
    }
}

.hero-titre-item span {
    color: var(--color-secondary);
    display: inline-block;
    margin-left: 18px;
}

@media(max-width: 767px) {
    .hero {
        height: 400px;
        margin-top: 10px;
    }
    .hero-image {
        width: 240px;
        /*height: 283px;*/
    }
    .hero-titre-item {
        font-size: 30px;
    }
      
    .hero-titre-item span {
        margin-left: 4px;
    }
}
@media(min-width: 992px) {
    .hero-card {
        position: absolute;
        bottom: 0;
    }
}
@media(min-width: 1800px) {
    .hero-card {
        left: -5rem;
    }
}
.hero-card-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    background-color: #021133;
    background-size: cover;
    background-blend-mode: screen;
    background-repeat: no-repeat;
    border-radius: 7px;
    overflow: hidden;
    padding: 20px;
    height: 350px;
    text-align: center;
}
.hero-card-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 4.21%, #00133b 83.01%);
    height: 100%;
    width: 100%;
    z-index: 1;
}
.hero-card-item .btn {
    position: relative;
    z-index: 3;
}
.logo-slogan {
    position: relative;
    z-index: 3;
}
.logo-slogan img {
    width: 100px;
}


/* Slogan animé */
.hero-slogan {
    height: 40px;
    overflow: hidden;
    position: relative;
    margin-bottom: 26px;
}

.hero-slogan-wrapper {
    animation: slideVertical 6s infinite;
}

.hero-slogan span {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--color-white);
    font-weight: bold;
    font-size: 22px;
}

@keyframes slideVertical {
    0%, 20% {
        transform: translateY(0);
    }
    33%, 53% {
        transform: translateY(-40px);
    }
    66%, 86% {
        transform: translateY(-80px);
    }
    100% {
        transform: translateY(0);
    }
}

/* Planning hero */
@media(min-width: 992px) {
    .hero-planning {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }   
}
@media(min-width: 1200px) and (max-width: 1599px) {
    .hero-planning {
        margin-right: 7rem;
    }
}
.title-planning {
    font-family: var(--ff-heading);
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid var(--color-white);
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: var(--color-white);
    font-weight: bold;
}
.content-planning li {
    color: var(--color-white);
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgb(255 255 255 / 23%);
    font-weight: 600;
}
.content-planning li span {
    display: block;
    background-color: var(--color-secondary);
    padding: 5px 7px;
    letter-spacing: 1px;
    font-weight: 400;
}
.icon-planning {
    margin-top: -5px;
}
@media(max-width: 991px) {
    .response-hero {
        padding: 20px 0;
    }
    .response-hero .container {
        display: flex;
        justify-content: space-between;
    }
    .response-hero .container > div {
        flex: 1;
    }
    .hero-card-item {
        position: relative;
    }
    .title-planning {
        color: var(--color-primary);
        border-bottom-color: var(--color-primary);
    }
    .content-planning li {
        border-bottom-color: rgb(0 0 0 / 42%);
    }
    .content-planning li {
        color: #444444;
    }
    .content-planning li span {
        color: var(--color-white);
    }
}
@media(max-width: 767px) {
    .response-hero .container {
        flex-direction: column;
        gap: 24px;
    }
    .response-hero .container > div {
        flex: 1;
    }
    .hero-card-item {
        height: 100%;
        width: 100%;
    }
}
.banner-interne {
    background-color: #001238;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
    margin-top: -74px;
    padding-bottom: 0;
}
.rejoindre-le-club .banner-interne {
    background-position: center top;
}
.banner-interne .container {
    height: 100%;
    display: flex;
    align-items: center;
}
.caption-banner {
  max-width: 700px;
}
.la-boutique .caption-banner {
  max-width: 900px;
}
.caption-banner h1 {
    font-size: 56px;
    color: var(--color-white);
    font-family: var(--ff-heading);
    font-weight: bold;
}
.caption-banner p {
    color: white;
    font-size: 18px;
    background-color: rgb(255 255 255 / 24%);
    padding: 7px 25px;
    backdrop-filter: blur(6px);
    text-shadow: 
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}
@media(max-width: 991px) {
  .caption-banner h1 {
    font-size: 36px;
    margin-top: 6rem;
  }
}
@media(max-width: 767px) {
  .caption-banner p {
    line-height: 130%;
    font-size: 14px;
  }
}

.hover-flash {
  position: relative;
  overflow: hidden;
}
.hover-flash::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.hover-flash:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}


/* ============================================ */
/* SECTION CONTENT
      - ABOUT       
      - PHILOSOPHIE  
      - CATEGORIE      
      - CLUB    
      - REJOINDRE                               */
/* ============================================ */
section h2 {
  color: var(--color-primary);
  font-family: var(--ff-heading);
  font-weight: 400;
  line-height: 1.5;
}
@media(max-width: 991px) {
  section h2 {
    font-size: 26px;
  }
}
section h2 strong {
  display: block;
}
.about-text {
    font-size: 18px;
    line-height: 28px;
}
.about-text h1 {
    color: var(--color-primary);
    font-weight: 700;
    font-family: var(--ff-heading);
}
.about-text h1 strong {
    display: block;
    font-size: 56px;
    color: var(--color-secondary);
    font-weight: 400;
}
.about-text h1 + p strong {
    color: var(--color-secondary);
}
.philo-section {
  padding-top: 0;
}
.philo-wrapper {
    background-color: var(--color-primary);
    position: relative;
}
@media(min-width: 992px) {
  .img-philo {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.img-philo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.philo-text {
    height: 100%;
    padding: 40px;
}
.philo-text h2,
.philo-text p {
    color: var(--color-white);
}

.categorie-section {
    background-color: #f3f3f3;
}
.section-title-center {
    margin-bottom: 46px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.section-title-center h2 strong {
    font-size: 24px;
    color: var(--color-secondary);
    line-height: 1.2;
}
.categorie-item_ {
  display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.categorie-item_ .icon-box,
.contenu2-item .icon-box {
  position: relative;
    width: 60px;
    height: 60px;
    background: var(--color-secondary);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.categorie-item_ .icon-box::before,
.contenu2-item .icon-box::before {
  content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--color-primary);
    width: 100%;
    height: 100%;
    transform: rotate(180deg) scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.categorie-item_:hover .icon-box::before,
.contenu2-item:hover .icon-box::before {
  transform: rotate(0) scale(1);
}

.categorie-item_ .icon-box img,
.contenu2-item .icon-box img {
  position: relative;
    width: 100%;
    max-width: 30px;
    z-index: 1;
}

.categorie-item_ > div:last-child {
  width: calc(100% - 75px);
}
.categorie-item_:not(:last-child) {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.categorie-item_ h3 {
    font-size: 20px;
    font-family: var(--ff-heading);
    color: var(--color-primary);
}
.categorie-item_ h3 strong {
    display: block;
    font-weight: 400;
}
.categorie-img {
    background-color: var(--color-white);
    height: 100%;
}
@media(max-width: 991px) {
  .categorie-img {
    height: 350px;
    margin-bottom: 26px;
  }
}
.categorie-img img,
.document-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.club-section {
  padding-bottom: 0;
  overflow: visible; 
}

@media (min-width: 992px) and (max-width: 1199px) {
    .club-section .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.club-section .container {
  position: relative;
  overflow: visible;
}

.club-inner {
  padding-top: 30px;
    padding-bottom: 60px;
    position: relative;
    z-index: 3;
}

.img-joueuse {
  display: none;
}
@media(min-width: 1200px) {
  .img-joueuse {
    position: absolute;
    width: 60%;
    bottom: 0;
    left: 0; 
    height: 100%; 
    overflow: visible;
    display: block;
  }
  
  .sticky-wrapper-img {
    position: sticky;
    top: 100px; 
    height: 100vh; 
    display: flex;
    align-items: flex-end;
  }
  
  .sticky-wrapper-img img {
    margin-left: -8rem;
    display: block;
    width: 100%;
    height: auto;
  }
}
@media(min-width: 1700px) {
  .img-joueuse {
    width: 75%;
  }
  .sticky-wrapper-img img {
    margin-left: -18rem;
  }
}
.club-item {
    margin-bottom: 30px;
    display: flex;
}
@media(max-width: 1199px) {
  .club-item {
    align-items: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media(max-width: 767px) {
  .club-item {
    flex-direction: column;
    gap: 24px;
  }
}
.club-item h2 {
    font-size: 28px;
}
.club-item h2 strong {
    line-height: 120%;
    color: var(--color-secondary);
    font-size: 24px;
}
.club-item-img {
    width: 250px;
    flex: 0 0 250px;
    height: 250px;
}
@media(min-width: 1200px) {
  .club-item-img {
    margin-left: -7rem;
  }
}
.club-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.club-item-text {
    margin-left: 35px;
}

.rejoindre-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.rejoindre-section::before {
    content: "";
    position: absolute;
    background: linear-gradient(210deg, rgb(0 0 0 / 33%) 4.21%, rgb(0 19 59 / 73%) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.rejoindre-inner {
  position: relative;
}
.rejoindre-inner {
    position: relative;
    max-width: 900px;
    margin: auto;
    text-align: center;
    padding: 60px 0;
}
.rejoindre-item {
    color: var(--color-white);
    letter-spacing: 1px;
}
.rejoindre-item h2 {
  font-weight: bold;
  font-size: 36px;
    text-shadow: -1px -1px 0 #608ff3, 1px -1px 0 #608ff3, -1px 1px 0 #608ff3, 1px 1px 0 #608ff3;
}
@media(max-width: 767px) {
  .rejoindre-item h2 {
    font-size: 30px;
  }
}
.btn-block {
    max-width: 300px;
    margin: 36px auto 0;
}

/* ============================================ */
/* SECTION CONTENU COMMUNS                      */
/* ============================================ */
.section-contenu {
  position: relative;
}
.section-contenu::before {
  content: "";
  background-color: #f3f3f3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
}
.contenu-inner {
  position: relative;
}
.contenu-2-inner {
    padding-top: 45px;
}
.contenu2-items {
  background-color: var(--color-white);
  border: 1px solid #ddd;
  padding: 20px;
  height: 100%;
}
.contenu2-items.contenu-bg {
    padding: 0;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    position: relative;
}
.contenu-inner h2 strong {
    line-height: 120%;
    font-size: 26px;
    color: var(--color-secondary);
}
@media(max-width: 991px) {
  .contenu-inner h2 strong {
    font-size: 20px;
  }
  .contenu-img {
    margin-bottom: 24px;
  }
}
.contenu2-item h2 {
    font-size: 22px;
}
.contenu2-item h2 strong {
    font-size: 18px;
}
.contenu2-items.contenu-bg .contenu2-item {
    padding: 20px 20rem 20px 20px;
    color: var(--color-white);
}
.contenu2-items.contenu-bg .contenu2-item h2 {
    color: var(--color-white);
}
.img-contenu-item {
    position: absolute;
    right: 0;
    width: 41%;
    height: 100%;
}
.img-contenu-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.contenu2-item .icon-box {
  margin-bottom: 20px;
}
@media(max-width: 991px) {
  .contenu2-items {
    height: auto;
    margin-bottom: 20px;
  }
}
@media(max-width: 767px) {
  .contenu2-items.contenu-bg .contenu2-item {
    padding-right: 20px;
  }
  .img-contenu-item {
    position: static;
    display: block;
    width: 100%;
    height: 250px;
    margin-bottom: 24px;
  }
}

/* ============================================ */
/* PAGE NOUS REJOINDRE                           */
/* ============================================ */
.document-inscription {
    margin-bottom: 100px;
}
.document-inscription h2,
.heading-title h2,
.contact-title h2,
.titre-album {
    text-align: center;
    font-family: var(--ff-heading);
}
.document-inscription h2::after,
.title-join::after,
.heading-title h2::after,
.contact-title h2::after,
.titre-album::after {
    content: "";
    display: block;
    border-bottom: 4px solid var(--color-secondary);
    width: 70px;
    margin: 2rem auto 3rem;
}
.title-join::after {
  margin-left: 0;
}
.document-list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 30px;
}
@media(max-width: 991px) {
  .document-list {
      grid-template-columns: repeat(3, 1fr);
  }
}
@media(max-width: 575px) {
  .document-list {
      grid-template-columns: repeat(2, 1fr);
  }
}
.document-item figure {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    height: 205px;
    overflow: hidden;
    margin-bottom: 5px;
}
.document-item > span {
  display: block;
    font-weight: bold;
    color: var(--color-primary);
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding-bottom: 3px;
    line-height: 130%;
    min-height: 47px;
}
.file-dowload.btn-banner {
    display: inline-flex;
}
.file-dowload span {
    display: block;
}
.file-dowload span:not(:last-child) {
    margin-bottom: 5px;
}
.file-dowload span a {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    padding: 1px 15px;
    font-size: 12px;
    transition: all .3s ease;

    background-color: var(--color-primary);
    color: var(--color-white);
}
.file-dowload.btn-banner span a {
    padding: 10px 25px;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: bold;
}
@media(max-width: 767px) {
  .file-dowload.btn-banner span a {
    font-size: 12px;
  }
}
.file-dowload span:last-child a {
    background-color: var(--color-secondary);
}
.file-dowload span a:hover {
  background-color: var(--color-secondary);
}
.file-dowload span:last-child a:hover {
    background-color: var(--color-primary);
}

/* Form */
.form-wrappper {
    background-color: var(--color-primary);
    padding: 40px;
}
.form-wrappper .title-header h3 {
    color: var(--color-white);
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: block;
}
.contact-form-block span.text-input { 
  margin: 0 0 20px; 
  display: block;
}
.contact-form-block span.text-input label{
    font-family: var(--ff-heading);
    font-size: 18px;
    line-height: 19px;
    color: #000;
}
.contact-form-block span.text-input span.heading-name {
    display: block;
    font-weight: bold;
    font-size: 16px;
    font-family: var(--ff-heading);
    color: var(--color-white);
}
.contact-form-block span.text-input input,
.contact-form-block span.text-input textarea {
    border-radius: 7px;
    background-color: #00123a;
    color: white;
    padding: 11px 20px;
    font-size: 16px;
    margin-top: 7px;
    width: 100%;
    border: 1px solid #032c83;
}
.contact-form-block span.text-input input::-webkit-input-placeholder, 
.contact-form-block span.text-input textarea::-webkit-input-placeholder {
    color: rgb(255 255 255 / 35%);
}
.contact-form-block span.text-input select{ padding: 10px 15px 12px; }
.contact-form-block button.prt-btn{ width: 100%; margin-top: 5px; }
.contact-form-block span.text-input textarea { border-radius: 15px; }

.container-map {
    background-color: #f3f3f3;
}
#Map {
    height: 350px;
}
.section-title-center h3 {
    color: var(--color-primary);
}
.section-title-center .ti-map {
    font-size: 40px;
    color: var(--color-secondary);
}
.container-map p {
  font-size: 18px;
}
.featured-title p {
    font-size: 20px;
    margin-bottom: 5px;
    background-color: var(--color-secondary);
    color: white;
    padding: 5px 10px;
    width: 210px;
}
.featured-title {
    margin-bottom: 30px;
}
.featured-title a {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-primary);
}
.social-icons {
    display: flex;
    gap: 24px;
    margin-top: 15px;
}
li.social-link-items a {
    width: 50px;
    height: 50px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 99px;
    transition: all .3S ease;
}
li.social-link-items a:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}

/* ============================================ */
/* PAGE BOUTIQUE                             */
/* ============================================ */
.intro-boutique {
    position: relative;
}

/* ============================================ */
/* PAGE PARTENAIRES                             */
/* ============================================ */
.partenaire-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}
.partenaire-item {
    border: 1px solid #ddd;
    flex: 0 0 165px;
    max-width: 165px;
    height: 135px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partenaire-item  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}




/* ============================================ */
/* SECTION FOOTER                               */
/* ============================================ */

.main-footer {
  background: #011135;
  background-image: url(../images/p/dark-section-bg-image.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: flex;
  flex-direction: column;
}

.footer-logo {
  flex-shrink: 0;
  display: flex;
  position: relative;
  padding-left: 1rem;
}
.footer-logo::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    background-color: var(--color-white);
    width: 157px;
    height: 150%;
}
@media(max-width: 767px) {
  .footer-logo::before {
    height: 145px;
  }
}

.footer-logo img {
  max-height: 150px;
  width: auto;
  position: relative;
}

.footer-description {
    color: var(--color-white);
    font-size: 20px;
    margin: 0;
    margin-top: 36px;
    border-left: 12px solid var(--color-secondary);
    padding-left: 12px;
}
.main-footer .social-item-footer {
    float: none;
    margin-top: 50px;
}

.footer-main {
  order: 0;
  padding: 60px 0 5px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  gap: 30px;
  border-bottom: 1px solid rgb(255 255 255 / 27%);
  padding-bottom: 36px;
}

.footer-col {
  display: flex;
  flex-direction: column;
}

.footer-title {
  color: var(--color-white);
  display: block;
  font-family: var(--ff-heading);
  font-size: 16px;
  font-weight: 600;
  border-left: 12px solid var(--color-secondary);
  padding-left: 12px;
  text-transform: uppercase;
  margin-bottom: 36px;
}

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

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.contact-icon {
  width: 40px;
  height: 40px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--color-white);
}

.contact-icon i {
  font-size: 20px;
}

.contact-label {
  display: block;
  color: var(--color-white);
  font-weight: 500;
  line-height: 24px;
}

.contact-link {
  color: #abb1bc;
  text-decoration: none;
  line-height: 26px;
  transition: color 0.3s ease;
  margin: 0;
}

.contact-link:hover {
  color: var(--color-white);
  text-decoration: underline;
}

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

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

.footer-links a {
  color: #abb1bc;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-flex;
}

.footer-links a:hover {
  color: var(--color-white);
  text-decoration: underline;
}

.footer-bottom {
  order: 2;
  padding: 16px 0;
}

.footer-bottom-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-copy {
  color: #abb1bc;
  font-size: 14px;
  margin: 0;
  letter-spacing: 1px;
}

.footer-brand {
    color: var(--color-white);
    text-decoration: underline;
    margin-right: 14px;
    font-weight: bold;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-bottom-links a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: var(--color-white);
  text-decoration: underline;
}


/* Tablettes */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 40px;
  }

  .footer-description {
    max-width: 500px;
  }
}


@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom-links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-title {
    font-size: 14px;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
  }

  .footer-title::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #abb1bc;
    transition: transform 0.3s ease;
  }

  .footer-title.active::after {
    content: "−";
  }

  .footer-links {
    display: none;
    margin-top: 4px;
  }

  .footer-links.open {
    display: block;
  }

  .footer-contact-list {
    display: none;
  }

  .footer-contact-list.open {
    display: block;
  }

  .footer-logo img {
    max-height: 60px;
  }

  .contact-icon {
    width: 36px;
    height: 36px;
  }

  .contact-icon i {
    font-size: 16px;
  }
}

@media (max-width: 425px) {

  .footer-main {
    padding: 24px 0;
  }

  .footer-description {
    font-size: 13px;
  }

  .footer-title {
    font-size: 13px;
  }

  .footer-links a,
  .contact-link,
  .footer-copy,
  .footer-bottom-links a {
    font-size: 13px;
  }
}


/* ============================================ */
/* - PAGE 404  
   - Message d'erreur   
   - Réalisations                               */
/* ============================================ */

.error-page {
  text-align: center;
}

#Messages {
    text-align: center;
    background-color: #3e8700;
    color: var(--color-white);
    padding: 8px 0;
}
#Messages p {
    margin: 0;
}

.swipebox {
    position: relative;
    display: flex;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    height: 300px;
}
.la-boutique .swipebox {
  height: 290px;
  border: none;
}
@media(max-width: 991px) {
  .la-boutique .swipebox {
    height: 245px;
  }
}
@media(max-width: 767px) {
  .la-boutique .swipebox {
    height: auto;
  }
}
.swipebox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}