
/* --------------------------------------
   SLICK THEMES
-------------------------------------- */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* ========================================
   SLICK CAROUSEL - STYLE ELFSIGHT
======================================== */

.realisations-gallery {
    position: relative;
    margin-top: 40px;
}

.slick-carousel {
    margin: 0 -1px;
}

.slick-carousel .carousel-slide {
    padding: 0 1px;
}

.slide-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.slide-image {
    position: relative;
    overflow: hidden;
}

.slide-image img {
    width: 100%;
    height: 717px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.slide-item:hover .slide-image img {
    transform: scale(1.05);
}

/* Flèches de navigation */
.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    z-index: 10;
    transition: all 0.3s ease;
}

.slick-prev:hover,
.slick-next:hover {
    background: var(--primary-color);
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    opacity: 1;
    color: white;
}

.slick-prev {
    left: -20px;
}

.slick-next {
    right: -20px;
}

/* Dots de navigation */
.slick-dots {
    bottom: -40px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #ccc;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: var(--primary-color);
}

/* Responsive */
@media (max-width: 768px) {
    .slick-prev {
        left: 5px;
    }
    
    .slick-next {
        right: 5px;
    }
    
    .slick-prev,
    .slick-next {
        width: 30px;
        height: 30px;
    }
    
    .slick-prev:before,
    .slick-next:before {
        font-size: 16px;
    }
    
    .slide-image img {
        height: 200px;
    }
}

/* Animation d'entrée */
.slick-carousel .carousel-slide {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.slick-carousel.slick-initialized .carousel-slide {
    opacity: 1;
}
/* --------------------------------------
   POLICES IMPORTEES
-------------------------------------- */
@font-face {
    font-family: 'Antonio';
    src: url('fonts/Antonio-Bold.woff2') format('woff2'),
        url('fonts/Antonio-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('fonts/BarlowCondensed-Light.woff2') format('woff2'),
        url('fonts/BarlowCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

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

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


/* --------------------------------------
   VARIABLES & RESET DE BASE
-------------------------------------- */
:root {
    --primary-color: #d89531;
    --primary-hover: #d89531;
    --dark-bg: #000000;
    --light-bg: rgba(0, 0, 0, 0.02);
    --text-dark: #000000;
    --text-light: #ffffff;
    --text-gray: #9d9d9d;
    --border-light: rgba(255, 255, 255, 0.26);
    --font-antonio: 'Antonio', Helvetica, Arial, sans-serif;
    --font-barlow: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    --font-roboto: 'Roboto Flex', Helvetica, Arial, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-roboto);
    font-size: 16px;
    line-height: 1.8em;
    color: var(--text-dark);
    background-color: #fff;
}

.container {
    width: 90%;
    max-width: 1368px;
    margin: 0 auto;
    position: relative;
}

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

a {
    text-decoration: none;
}

/* Helper pour les animations */
@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate {
    animation: fadeSlideUp 0.8s ease forwards;
}

/* --------------------------------------
   COMPOSANTS DE BASE (Boutons)
-------------------------------------- */
.btn {
    display: inline-block;
    font-family: var(--font-roboto);
    font-weight: 600;
    background-color: var(--primary-color);
    color: var(--text-dark) !important;
    border: 2px solid;
    border-radius: 10px;
    padding: 15px 30px 16px 30px;
    font-size: 17px;
    letter-spacing: 0.5px;
    transition: all 300ms ease;
    cursor: pointer;
    text-align: center;
}
.btn:hover {
    background-color: var(--primary-hover);
    color: var(--text-dark);
    border: none;
}
.btn--dark {
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 21px 42px;
}
.btn--small {
    padding: 15px 30px 15px 30px;
    font-size: 10px;
    letter-spacing: 2px;
    border-radius: 0;
}
.btn--outline-light {
    background-color: transparent;
    border: 1px solid white;
    color: white;
}
.btn-block {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

/* Header principal */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 99999;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, transform 0.4s;
    line-height: 23px;
    font-weight: 500;
}
.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: inherit;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}
.logo {
    display: block;
}

.logo img {
    transition: all 0.4s ease-in-out;
    vertical-align: middle;
}
.nav {
    float: right;
    font-weight: 600;
}
.nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.nav-item {
    display: inline-block;
    font-size: 12px;
    padding-right: 22px;
    position: relative;
    line-height: 1em;
}

.nav-item:last-child {
    padding-right: 0;
}
.nav-item a {
    color: var(--text-light);
    text-decoration: none;
    display: block;
    position: relative;
    transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
    font-size: 12px;
    padding: 35px 0;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: .5px;
}

.nav-item a:hover {
    opacity: 0.7;
}
.nav-item.active > a {
    color: var(--text-light);
}
.nav-submenu {
    position: absolute;
    padding: 20px 0;
    z-index: 9999;
    width: 240px;
    background: #000000;
    visibility: hidden;
    opacity: 0;
    border-top: 3px solid #d89531;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: left;
    list-style: none;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.nav-item:hover > .nav-submenu {
    visibility: visible;
    opacity: 1;
}
.nav-submenu-item {
    padding: 0 20px;
    margin: 0;
    position: relative;
    line-height: 2em;
}
.nav-submenu-item a {
    padding: 6px 20px;
    text-transform: none;
    width: 200px;
    color: #ffffff !important;
    font-size: 12px;
    transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.nav-submenu-item a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    opacity: 0.7;
}

.nav-submenu-item.active a {
    color: #ffffff !important;
}
.nav-item.btn-appel-action a {
    background-color: #d89531;
    border-radius: 5px;
    padding: 10px 15px !important;
    color: #ffffff !important;
}
.nav-btn {
    padding: 24px 0;
}
.nav-btn:not(:last-child) {
    margin-right: 22px;
}
.nav-btn .btn {
    font-size: 12px;
    color: var(--text-light) !important;
    border: none;
    border-radius: 5px;
    padding: 10px;
    line-height: 14px;
}

@media (max-width: 980px) {
    .nav {
        display: none;
    }
    .logo img {
        width: 60px;
    }
    .header .container {
        justify-content: space-between;
    }
    .footer-col img {
        max-height: auto;
    }
}

.header.header-fixed {
    background-color: #000000;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.header.header-fixed .nav-item > a {
    padding: 20px 0;
}
.header.header-fixed .nav-btn {
    padding: 9px 0;
}

.header.header-fixed .logo img {
    max-height: 80px;
    width: auto !important;
}

/* ========================================
   MENU MOBILE
======================================== */

.mobile-menu-container {
    display: none;
    float: right;
}

.mobile-menu-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
}

.mobile-menu-icon {
    position: relative;
    display: block;
    width: 25px;
    height: 18px;
}

.mobile-menu-icon::before,
.mobile-menu-icon::after,
.mobile-menu-icon span {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--text-light);
    transition: all 0.3s ease;
}

.mobile-menu-icon span {
    top: 8px;
}

.mobile-menu-icon::before {
    top: 0;
}

.mobile-menu-icon::after {
    bottom: 0;
}

.mobile-menu-trigger.active .mobile-menu-icon span {
    opacity: 0;
}

.mobile-menu-trigger.active .mobile-menu-icon::before {
    transform: rotate(45deg);
    top: 8px;
}

.mobile-menu-trigger.active .mobile-menu-icon::after {
    transform: rotate(-45deg);
    bottom: 8px;
}

.mobile-menu-text {
    font-family: var(--font-roboto);
    font-size: 14px;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Panneau du menu mobile */
.mobile-menu-panel {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 350px;
    height: 100%;
    background-color: #ffffff;
    z-index: 100000;
    transition: left 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
}

.mobile-menu-panel.open {
    left: 0;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: none;
}

.mobile-menu-overlay.show {
    display: block;
}

.mobile-menu-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu-logo img {
    max-width: 100px;
    height: auto;
}

.mobile-menu-close {
    cursor: pointer;
    font-size: 28px;
    color: var(--text-dark);
    line-height: 1;
    transition: all 0.3s ease;
}

.mobile-menu-close:hover {
    color: var(--primary-color);
}

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

.mobile-menu-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-menu-item > a {
    display: block;
    padding: 15px 20px;
    color: var(--text-dark);
    font-family: var(--font-roboto);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-menu-item > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--primary-color);
}

.mobile-menu-item.active > a {
    color: var(--primary-color);
}

/* Élément avec sous-menu */
.mobile-menu-item.has-children > a {
    position: relative;
}

.mobile-menu-item.has-children > a::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

.mobile-menu-item.has-children.open > a::after {
    content: '-';
}

/* Sous-menu */
.mobile-submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.03);
}

.mobile-submenu.open {
    display: block;
}

.mobile-submenu-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-submenu-item a {
    display: block;
    padding: 12px 20px;
    color: var(--text-dark);
    font-family: var(--font-roboto);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-submenu-item a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--primary-color);
}

.mobile-submenu-item.active a {
    color: var(--primary-color);
}

.mobile-menu-buttons {
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.mobile-menu-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    padding: 12px;
    background-color: var(--primary-color);
    color: var(--text-dark) !important;
    border: none;
}

.mobile-menu-buttons .btn:hover {
    background-color: var(--primary-hover);
}

@media (max-width: 980px) {
    .nav {
        display: none;
    }
    
    .mobile-menu-container {
        display: block;
    }
    
    body.menu-open {
        overflow: hidden;
    }
}

/* Section Hero */
.hero {
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.15);
    padding: 302px 0;
    margin: 0;
    position: relative;
    text-align: center;
}
.hero-prestations {
    background-color: rgba(0, 0, 0, 0.63);
    height: 560px;
    padding: 254px 0 66px;
}
.hero .hero-content {
    max-width: 1020px;
    margin: 0 auto;
    width: 90%;
    position: relative;
}
.hero-content p {
    color: white;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.hero .hero-bg-text {
    font-family: var(--font-antonio);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 260px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    pointer-events: none;
}
.hero .hero-subtitle {
    font-family: var(--font-barlow);
    font-size: 46px;
    color: var(--text-light);
    line-height: 1.2em;
    margin-bottom: 10px;
}
.hero .hero-title {
    font-family: var(--font-barlow);
    text-transform: uppercase;
    font-size: 66px;
    color: var(--text-light);
    letter-spacing: 2px;
    line-height: 1.02em;
    margin-bottom: 20px;
}
.hero.hero-prestations .hero-title {
    font-size: 35px;
}
.hero .hero-buttons {
    margin-top: 20px;
}
.hero .hero-buttons .btn {
    margin: 0 17px;
    border:none;
}
@media(max-width: 767px) {
    .hero .hero-buttons .btn {
        margin: 0;
        font-size: 12px;
    }
}
.hero.hero-prestations .hero-buttons .btn {
    border-radius: 0;
    font-size: 13px;
    letter-spacing: 2px;
}

/* Section Qui sommes-nous */
.about-section {
    background-image: url('../images/p/bg-architecte.webp');
    background-position: right 0 bottom 0;
    background-repeat: no-repeat;
    padding-bottom: 120px;
}
.about-section .container {
    max-width: 100%;
    width: 100%;
}
.about-grid {
    margin-top: 47px;
    position: relative;
}
.about-image {
    background-size: cover;
    min-height: 400px;
    margin-right: 5.5%;
    position: absolute;
    width: 47.25%;
    height: 100%;
}
.about-content {
    padding-right: 70px;
    width: 47.25%;
    margin-left: auto;
}
@media(max-width: 991px) {
    .about-content {
        width: 100%;
    }
    .about-image {
        display: none;
    }
}
.about-badge {
    font-family: var(--font-roboto);
    text-transform: uppercase;
    font-size: 16px;
    color: #777777;
    letter-spacing: 2px;
    margin-bottom: -5px;
    display: inline-block;
}
/* Dans votre fichier style.css */

.about-content h1,
.about-content h2,
.partners-list h2 {
    font-family: var(--font-barlow);
    text-transform: uppercase;
    font-size: 56px;
    color: var(--text-dark);
    line-height: 1.1em;
    margin: 0 0 35px 0;
}

.about-content p,
.partners-list p {
    font-family: var(--font-roboto);
    font-size: 16px;
    line-height: 1.8em;
    color: #777777;
    margin-bottom: 40px;
    max-width: 580px;
}

.about-content ul,
.partners-list ul {
    list-style: none;
    margin-bottom: 30px;
}
@media(min-width: 992px) {
    .about-content ul {
        column-count: 2;
    }
}

.about-content li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
.about-content li a {
    font-family: var(--font-roboto);
    font-weight: 700;
    font-size: 16px;
    color: var(--text-dark);
}

.about-content li::before {
    content: '';
    background-image: url('../images/icons/picto-slach.webp');
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px;
}

/* Section Services */
.services-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.services-header-left {
    flex: 1;
}
.services-header-left .section-badge,
.partners-list .section-badge {
    font-family: var(--font-roboto);
    text-transform: uppercase;
    font-size: 16px;
    color: var(--text-dark);
    letter-spacing: 2px;
    margin-bottom: -5px;
}
.services-header-left h2 {
    font-family: var(--font-barlow);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 56px;
    color: var(--text-dark);
    line-height: 1.1em;
    margin: 0 0 35px 0;
}

.services-header-left p {
    font-family: var(--font-roboto);
    font-size: 16px;
    line-height: 1.8em;
    color: var(--text-dark);
}
@media(min-width: 992px) {
    .section-title-col {
        display: flex;
        justify-content: space-between;
    }
    .services-header-left h2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .services-header-left p {
        max-width: 500px;
        flex: 0 0 500px;
    }
}
.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}
.service-card {
    background-color: white;
    background-blend-mode: overlay;
    background-size: cover;
    border-radius: 20px;
    padding: 60px;
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease;
    flex: 1;
    min-width: 280px;
}
.service-card--bg { background-color: rgba(0,0,0,0.66); }

.service-card img {
    height: 64px;
    width: auto;
    margin-bottom: 27px;
}
.service-card h3 {
    font-family: var(--font-barlow);
    font-weight: 600;
    font-size: 28px;
    color: var(--text-light);
    margin-bottom: 18px;
}
.service-card p {
    font-family: var(--font-roboto);
    font-size: 16px;
    line-height: 1.8em;
    color: var(--text-light);
    margin-bottom: 40px;
}
.service-card .card-link {
    font-family: var(--font-roboto);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--text-light);
    display: inline-block;
}


/* Section Pourquoi nous choisir */
.why-us {
    background-color: var(--dark-bg);
    padding: 120px 0;
}
.why-us-grid {
    display: flex;
    gap: 30px;
    text-align: center;
}
.why-us-grid > div {
    flex: 1;
}
@media(min-width: 992px) {
    .why-us-grid > div {
        flex: 0 0 calc(25% - 30px);
        width: calc(25% - 30px);
    }
}
.why-us-item {
    padding: 72px 55px 25px 55px;
    background-image: linear-gradient(180deg,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 100%),url('../images/p/bg-nous-contacter.webp');
}
.why-us-item .h3 {
    display: block;
    font-family: var(--font-barlow);
    font-size: 41px;
    color: var(--text-light);
    margin-bottom: 32px;
    line-height: 130%;
}
.why-us-card .h3 {
    display: block;
    background-color: var(--primary-color);
    font-family: var(--font-barlow);
    font-weight: 600;
    font-size: 28px;
    color: var(--text-dark);
    margin: 0;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 27px;
    padding-left: 20px;
}
.why-us-card--image {
    padding: 270px 25px 25px;
    background-size: cover;
}

/* Section Réalisations / Chiffres */
.stats-section {
    background-color: var(--dark-bg);
    background-image: url('../images/p/bg-pattern.webp');
    padding: 120px 0;
}
.stats-grid {
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.stats-item {
    flex: 1;
    padding: 30px 0;
    border-right: 1px solid rgba(255,255,255,0.2);
}
.stats-item:last-child { border-right: none; }
.stats-number {
    font-family: var(--font-roboto);
    font-size: 40px;
    color: var(--text-light);
    font-weight: 700;
}
.stats-label {
    font-family: var(--font-roboto);
    font-size: 14px;
    color: #9d9d9d;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.stats-icon {
    margin-bottom: 12px;
}
.stats-icon img { height: 64px; width: auto; }

/* Section nos réalisations  */
.realisations-section {
    padding-top: 67px;
    padding-bottom: 67px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: var(--light-bg) !important;
}

.realisations-header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 18px !important;
    width: 90%;
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.realisations-badge h4 {
    font-family: var(--font-roboto);
    text-transform: uppercase;
    font-size: 16px;
    color: var(--text-dark) !important;
    letter-spacing: 2px;
    line-height: 1.2em;
    text-align: center;
}

.realisations-badge {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: -5px !important;
}

.realisations-title {
    font-family: var(--font-barlow);
    text-transform: uppercase;
    font-size: 56px;
    color: var(--text-dark) !important;
    line-height: 1.1em;
    text-align: center;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 8px !important;
}

.realisations-desc {
    line-height: 1.8em;
    font-family: var(--font-roboto);
    font-size: 16px;
    line-height: 1.8em;
    color: var(--text-dark) !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    max-width: 570px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.realisations-gallery {
    margin-top: 40px;
}

/* Styles pour le widget Elfsight */
.elfsight-app-227d4f0f-e931-4fca-a673-0437f2c27936 {
    width: 100%;
}

@media only screen and (max-width: 980px) {
    .realisations-section {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    
    .realisations-title {
        font-size: 56px;
    }
}

@media only screen and (max-width: 767px) {
    .realisations-section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    
    .realisations-title {
        font-size: 30px;
    }
}

/* Section Métiers */
.expertise-section,
.services-section,
.serviices-presta {
    background-color: #f5f5f5; 
    padding: 120px 0;
}
.expertise-grid {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}
.expertise-card {
    background-color: #222222;
    border-radius: 30px;
    padding: 50px 40px 60px;
    box-shadow: 0px 10px 30px 0px rgba(65,80,138,0.1);
    text-align: center;
}
.ville-expertise .expertise-card {
    text-align: left;
}
.expertise-card h3 {
    font-family: var(--font-roboto);
    font-size: 23px;
    color: white;
    border-bottom: 1px solid rgba(255,255,255,0.26);
    padding-bottom: 17px;
    margin-bottom: 33px;
}
.expertise-card h2{
    margin-bottom: 24px;
    color: var(--primary-color);
}
.expertise-card p {
    font-family: var(--font-roboto);
    font-size: 16px;
    line-height: 1.6em;
    color: white;
}

/* Section CTA Parallax */
.cta-parallax {
    background-attachment: fixed;
    background-image: url('../images/p/bg-contact-devis-gratuit.webp');
    background-size: cover;
    padding: 120px 0;
    text-align: center;
}
.cta-parallax .section-badge {
    font-family: var(--font-roboto);
    text-transform: uppercase;
    font-size: 16px;
    color: #9d9d9d;
    letter-spacing: 2px;
}
.cta-parallax h2 {
    font-family: var(--font-barlow);
    text-transform: uppercase;
    font-size: 70px;
    color: white;
    margin: 0 auto 35px;
    max-width: 840px;
    line-height: 1.1em;
}
.cta-parallax p {
    color: var(--text-light);
    max-width: 840px;
    margin: 0 auto 35px;
    line-height: 25.5px;
}

/* Section Partenaires */
.partners-section {
    background-color: rgba(216,198,169,0.27);
    padding: 120px 0;
}
.partners-presta {
    background-color: var(--primary-color);
}
.partners-grid {
    display: flex;
    gap: 40px;
    align-items: center;
}
.partners-list {
    flex: 1;
}
.partners-presta .partners-list p {
    color: var(--text-dark);
}
.partners-logos {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.partner-row {
    display: flex;
    gap: 30px;
}
.partner-logo {
    background-color: white;
    padding: 30px;
    text-align: center;
    flex: 1;
}
.partners-list li {
    padding-left: 32px;
    position: relative;
    margin-bottom: 10px;
}
.partners-list li::before {
    content: "";
    width: 19px;
    height: 19px;
    background-image: url(../images/icons/check-mark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 4px;
}

.accordeonPlus h2 {
    font-size: 15px;
    font-family: var(--font-roboto);
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0;
}
.accordeonPlus .prestation-toggle-content h2 {
    font-size: 24px;
    font-weight: normal;
}

/*
Section location refection
*/
.section-location-couvreur {
    padding: 120px 0;
}
@media(min-width: 992px) {
    .container-location {
        display: flex;
        justify-content: space-between;
        gap: 5.5%;
    }
    .container-location > div {
        max-width: 47.25%;
        flex: 0 0 47.25%;
    }
}
.location-carte-left #Map {
    min-height: 250px;
    height: 100%;
}

/* SECTION FAQ - STYLE ACCORDÉON */
.faq-section {
    padding: 80px 0;
    background-color: rgba(0, 0, 0, 0.55);
}

.faq-title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
    font-family: var(--font-barlow);
    color: var(--text-light);
}

.faq-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.faq-column {
    flex: 1;
    min-width: 280px;
}

.faq-item {
    margin-bottom: 15px;
    padding-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    border-bottom: 1px solid var(--text-dark);
}

.faq-question {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-light);
    cursor: pointer;
    position: relative;
    margin: 0;
    transition: background 0.3s;
}

.faq-question:hover {
    color: var(--primary-color);
}

.faq-question::after {
    content: "+";
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #d89531;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    content: "−";
}

.faq-answer {
    display: none;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-light);
    margin: 0;
}

.faq-item.active .faq-answer {
    display: block;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 50px 0;
    }
    
    .faq-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .faq-grid {
        flex-direction: column;
        gap: 0;
    }
    
    .faq-question {
        font-size: 16px;
        padding: 15px 45px 15px 15px;
    }
}

/* ========================================
   SECTION CATEGORIES
======================================== */

.prestations-section {
    background-color: var(--light-bg);
    padding: 120px 0 60px;
    margin-top: 0;
    margin-bottom: 0;
}

.prestations-header-row {
    margin-bottom: 40px;
}

.prestations-header-row .prestations-col-full {
    width: 100%;
}
.prestations-title {
    font-family: var(--font-barlow);
    text-transform: uppercase;
    font-size: 56px;
    color: var(--text-dark);
    line-height: 1.1em;
    margin: 0 0 35px 0;
}

.prestations-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 5.5%;
}

.prestation-col {
    width: 29.6667%;
    margin-bottom: 30px;
}

.prestation-card {
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.prestation-card h3 {
    font-family: var(--font-barlow);
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
}
.prestation-toggle-content {
    display: none;
    padding-top: 15px;
}

.prestation-toggle.active .prestation-toggle-content {
    display: block;
}

.prestation-image {
    width: 100%;
    margin-bottom: 3rem;
}

.prestation-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}


.prestation-title {
    font-family: var(--font-barlow);
    font-size: 28px;
    font-weight: 600;
    color: var(--text-dark);
    padding: 20px 20px 10px;
    margin: 0;
}

.prestation-toggle {
    border: 1px solid #d9d9d9;
    margin-top: 3rem;
    padding: 20px;
    background-color: #fff;
}

.prestation-toggle-title {
    display: block;
    font-family: var(--font-roboto);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--text-dark);
    cursor: pointer;
    position: relative;
    margin: 0;
    transition: color 0.3s ease;
}

.prestation-toggle-title::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

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

.prestation-toggle-content {
    display: none;
    padding: 0 0 20px 0;
    font-family: var(--font-roboto);
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.prestation-toggle.active .prestation-toggle-content {
    display: block;
}
.prestation-toggle-content .btn--small {
    margin-top: 15px; 
    display: inline-block;
}

@media (max-width: 980px) {
    .prestations-section {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    
    .prestations-title {
        font-size: 56px;
    }
    
    .prestation-col {
        width: 47.25%;
    }
}

@media (max-width: 767px) {
    .prestations-section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    
    .prestations-title {
        font-size: 30px;
    }
    
    .prestation-col {
        width: 100%;
    }
    
    .prestation-image img {
        height: 200px;
    }
    
    .prestation-title {
        font-size: 24px;
    }
}

/* Blog */
.blog-section {
    background-color: var(--dark-bg);
    padding: 43px 0 30px;
}
.blog-section h2 {
    font-family: var(--font-barlow);
    font-size: 70px;
    color: white;
    margin-bottom: 35px;
    padding-top: 72px;
    padding-right: 55px;
    padding-bottom: 25px;
    padding-left: 55px;
}
.blog-grid {
    display: flex;
    gap: 5.5%;
    margin-top: 40px;
    justify-content: center;
}
.blog-card {
    background: white;
    overflow: hidden;
}
@media(min-width: 991px ) {
    .blog-card {
        flex: 0 0 calc(33.3333% - 5.5%);
        max-width: calc(33.3333% - 5.5%);
    }
}
.resume-blog {
    padding: 19px;
    color: #666;
    line-height: 23.8px;
}
.blog-card img { width: 100%; height: 250px; object-fit: cover; }
.blog-card h3 {
    padding-bottom: 10px;
}
.blog-card h3 a {
    color: var(--text-dark);
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    display: inline-block;
}

/* ========================================
   PAGE ACTUALITÉS
======================================== */

/* Section Hero Blog */
.blog-hero {
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.15);
    padding-top: 160px;
    padding-bottom: 195px;
    text-align: center;
}

.blog-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.blog-badge {
    font-family: var(--font-roboto);
    text-transform: uppercase;
    font-size: 16px;
    color: var(--text-light);
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.blog_listing .blog-section {
    background-color: var(--text-light);
}
.blog_listing .blog-grid {
    flex-wrap: wrap;
    justify-content: normal;
}
.blog_listing .blog-card {
    border: 1px solid #d8d8d8;
    word-wrap: break-word;
    margin-bottom: 46px;
}
.blog_listing .blog-section h2 {
    color: var(--text-dark);
    font-weight: 600;
    text-align: center;
}

.blog-title {
    font-family: var(--font-barlow);
    text-transform: uppercase;
    font-size: 120px;
    color: var(--text-light);
    letter-spacing: 2px;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.blog-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.blog-buttons .btn--dark {
    background-color: var(--primary-color);
    color: var(--text-dark) !important;
    border: none;
    padding: 15px 30px;
}

.blog-buttons .btn--dark:hover {
    background-color: var(--primary-hover);
}

/* Pagination */
.blog-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.pagination-item {
    display: inline-block;
}

.pagination-link {
    display: block;
    padding: 10px 15px;
    font-family: var(--font-roboto);
    font-size: 16px;
    color: var(--text-dark);
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.pagination-link:hover {
    background-color: var(--primary-color);
    color: var(--text-dark);
    border-color: var(--primary-color);
}

.pagination-item.active .pagination-link {
    background-color: var(--primary-color);
    color: var(--text-dark);
    border-color: var(--primary-color);
}

/* Bouton lire la suite dans les cartes blog */
.blog-read-more {
    margin-top: 15px;
}

.blog-read-more .btn--small {
    font-size: 12px;
    padding: 8px 16px;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color) !important;
    border-radius: 5px;
}

.blog-read-more .btn--small:hover {
    background-color: var(--primary-color);
    color: var(--text-dark) !important;
}

#detailArticle {
    padding: 120px 0;
}
.content-article {
    max-width: 900px;
    margin: auto;
}
.detail-imgContent {
    margin-bottom: 36px;
}

.ArticeTexte h1 {
    font-family: var(--font-barlow);
    margin-bottom: 34px;
}
.ArticeTexte h2, .ArticeTexte h3 {
    margin-top: 15px;
}
.ArticeTexte p,
.ArticeTexte ul,
.ArticeTexte ol {
    color: #666;
}

@media (max-width: 980px) {
    .blog-hero {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    
    .blog-title {
        font-size: 56px;
    }
}

@media (max-width: 767px) {
    .blog-hero {
        padding-top: 86px;
        padding-bottom: 90px;
    }
    
    .blog-title {
        font-size: 58px;
    }
    
    .blog-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .blog-title {
        font-size: 30px;
    }
    
    .cta-text {
        font-size: 18px;
    }
    
    .blog-footer-cta-center p {
        font-size: 16px;
    }
}

/* Footer Top CTA */
.footer-cta {
    background-color: var(--dark-bg);
    padding-top: 55px;
}
.footer-cta .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-cta .btn--dark {
    margin-left: auto;
}
.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
}
.contact-text {
    font-family: var(--font-barlow);
    font-weight: 300;
    text-transform: uppercase;
    font-size: 34px;
    color: white;
    letter-spacing: 2px;
    position: relative;
    padding-left: 51px;
}
.contact-text::before {
    content: "";
    background-image: url(../images/icons/icon-map.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    width: 36px;
    height: 40px;
    filter: invert(1);
    top: -2px;
}
.contact-sub {
    font-family: var(--font-barlow);
    font-size: 28px;
    color: #9d9d9d;
    margin-left: 20px;
}

/* Main Footer */
.main-footer {
    background-color: var(--dark-bg);
    padding-top: 50px;
}
.footer-grid {
    display: flex;
    gap: 40px;
}
@media(max-width: 991px) {
    .footer-grid {
        flex-direction: column;
    }
}
.footer-col {
    flex: 1;
    text-align: center;
}
.footer-col img { max-width: 150px; margin-bottom: 20px; }
.footer-col .h4 {
    display: block;
    font-family: var(--font-roboto);
    font-size: 23px;
    color: white;
    border-bottom: 1px solid rgba(255,255,255,0.26);
    padding-bottom: 17px;
    margin-bottom: 20px;
}
.footer-col a {
    color: white;
    display: block;
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 1.5;
}
.footer-col a:hover {
    color: var(--primary-color);
}

#footer-bottom {
    background-color: rgb(76 76 76 / 32%);
    padding: 15px 0 5px;
    margin-top: 50px;
}
.copyright-ref {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer-info,
#footer-ref {
    max-width: 500px;
    flex: 0 0 500px;
    color: white;
}
#footer-info a,
#footer-ref {
    text-align: left;
    color: #666;
}
#footer-info {
    display: flex;
    gap: 11px;
    justify-content: flex-end;
}
#footer-ref {
    line-height: 1.2;
    font-size: 12px;
}
#footer-ref a {
    color: #666;
}

/* Responsive */
@media (max-width: 980px) {
    .hero { padding: 140px 0; }
    .hero .hero-bg-text { font-size: 215px; top: 115px; }
    .hero .hero-title { font-size: 100px; }
    .about-grid { flex-direction: column; }
    .about-content { padding: 60px 40px; }
    .services-grid, .why-us-grid, .expertise-grid, .blog-grid, .partners-grid { flex-direction: column; }
    .stats-grid { flex-direction: column; }
    .stats-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
}
@media (max-width: 767px) {
    .hero { padding: 86px 0; height:auto; }
    .hero .hero-bg-text { font-size: 94px; top: 55px; }
    .hero .hero-title { font-size: 58px; }
    .hero .hero-subtitle { font-size: 30px; }
    .about-title, .services-header-left .section-title { font-size: 30px; }
    .cta-parallax h2, .blog-section h2 { font-size: 30px; }
}

#mail { display:none; }

/* ========================================
   PAGE CONTACT
======================================== */

.contact-page {
    background-blend-mode: overlay;
    background-image: url('../images/p/contact-bg.webp');
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 160px;
    padding-bottom: 195px;
    position: relative;
}

.contact-row-title {
    margin-bottom: 30px;
}

.contact-row {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}
.contact-row-form {
    margin-bottom: 50px;
    padding: 27px 0;
}

.contact-row-cards {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-row-info {
    margin-top: 50px;
    max-width: 800px;
}

.contact-row-map {
    margin-top: 50px;
}

.contact-col {
    position: relative;
    min-height: 1px;
}

.contact-col-full {
    width: 100%;
}

.contact-col-half {
    width: calc(50% - 15px);
    flex: 1;
}

.contact-title-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.contact-title {
    font-family: var(--font-barlow);
    text-transform: uppercase;
    font-size: 52px;
    color: var(--text-light);
    letter-spacing: 2px;
    line-height: 1.02em;
    margin: 0;
}

/* Lignes du formulaire */
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

/* Champs du formulaire */
.form-field {
    flex: 1;
}

.form-field-half {
    flex: 1;
    min-width: calc(50% - 10px);
}

.form-field-full {
    width: 100%;
    flex: none;
}

#mail2 {
    display: none;
}

/* Inputs */
.form-input {
    width: 100%;
    font-family: var(--font-roboto);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    background-color: transparent;
    border: 1px solid var(--border-light);
    border-radius: 20px;
    padding: 14px 20px;
    color: var(--text-light);
    transition: all 0.3s ease;
}

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

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

/* Textarea */
.form-textarea {
    width: 100%;
    font-family: var(--font-roboto);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    background-color: transparent;
    border: 1px solid var(--border-light);
    border-radius: 20px;
    padding: 14px 20px;
    color: var(--text-light);
    min-height: 150px;
    resize: vertical;
    transition: all 0.3s ease;
}

.form-textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

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

/* Bouton d'envoi */
.form-submit {
    text-align: right;
    margin-top: 20px;
}
.form-submit .btn {
    border: none;
    padding: 20px 21px;
}

.footer-col .item-rappel .h4 {
    margin-top: 41px;
    color: var(--primary-color);
    border-bottom: 0;
    padding-bottom: 0;
}
.item-rappel .btn {
    width: 100%;
    margin-top: 10px;
}

/* Champ caché pour anti-spam */
.hidden-field {
    display: none;
}

.contact-card {
    border: 1px solid var(--border-light);
    border-radius: 15px;
    padding: 26px;
    text-align: center;
    background: transparent;
    transition: all 0.3s ease;
}

.contact-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-5px);
}

.card-icon {
    font-size: 48px;
    margin-bottom: 15px;
}
.card-icon::before {
    content: "";
    display: block;
    margin: auto;
    width: 36px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}
.icon-phone::before {
    background-image: url(../images/icons/icone-mobile.svg);
}
.icon-mail::before {
    background-image: url(../images/icons/icon-mail.svg);
}

.card-title {
    font-size: 28px;
    color: var(--text-light);
    margin: 20px 0;
}

.card-content {
    font-family: var(--font-roboto);
    font-size: 16px;
    line-height: 1.6em;
    color: var(--text-light);
}

.card-content a {
    color: var(--text-light);
    text-decoration: none;
}

.card-content a:hover {
    text-decoration: underline;
}



.contact-info {
    text-align: center;
    padding: 30px;
    background-color: var(--light-bg);
    border-radius: 20px;
}

.contact-info-content {
    max-width: 700px;
    margin: 0 auto;
}

.contact-info-content p {
    font-family: var(--font-roboto);
    font-size: 16px;
    line-height: 1.8em;
    color: var(--text-dark);
    margin-bottom: 15px;
}


.contact-map-container {
    border-radius: 20px;
    overflow: hidden;
}

.map-container {
    min-height: 400px;
}

@media (max-width: 980px) {
    .contact-page {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    
    .contact-title {
        font-size: 56px;
    }
    
    .contact-row-cards {
        flex-direction: column;
    }
    
    .contact-col-half {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .form-field-half {
        min-width: 100%;
    }
}

@media (max-width: 767px) {
    .contact-page {
        padding-top: 86px;
        padding-bottom: 90px;
    }
    
    .contact-title {
        font-size: 58px;
    }
}

@media (max-width: 480px) {
    .contact-title {
        font-size: 30px;
    }
    
    .contact-form-container {
        padding: 20px;
    }
    
    .form-input,
    .form-textarea {
        padding: 12px 16px;
        font-size: 14px;
    }
}

#Messages {
    background: #62de00;
    width: 100%;
    color: #000000;
    text-align: center;
    padding: 7px;
}
/**
404
*/
.blog_pageIntrouvable {
    background: var(--text-light);
    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: var(--text-dark);
}
.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    line-height: 1.2;
    font-size: 200px;
    color: #000000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: var(--text-dark);
}
.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;
  }
}

.mentionL {
    padding-top: 120px;
}