:root {
  --electric-border-color: #FFD700;
  --electric-light-color: oklch(from var(--electric-border-color) l c h);
  --gradient-color: oklch(
    from var(--electric-border-color) 0.3 calc(c / 2) h / 0.4
  );
  --color-neutral-900: oklch(0.185 0 0);
}

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

html, body {
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #444444;
    background-color: #fff;
}

a {
    color: #e08935;
    text-decoration: none;
}

a:hover {
    color: #c4701e;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bauhaus 93', Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    color: #e08935;
}

h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

p {
    margin-bottom: 15px;
}

strong {
    font-weight: 700;
}

.container {
    width: 100%;
    padding: 0 100px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-12, .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-8, .col-sm-12, 
.col-md-3, .col-md-4, .col-md-6, .col-md-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}

.col-xs-12 {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-sm-3 { width: 25%; }
    .col-sm-4 { width: 33.333%; }
    .col-sm-6 { width: 50%; }
    .col-sm-8 { width: 66.666%; }
    .col-sm-12 { width: 100%; }
}

@media (min-width: 992px) {
    .col-md-3 { width: 25%; }
    .col-md-4 { width: 33.333%; }
    .col-md-6 { width: 50%; }
    .col-md-9 { width: 75%; }
    .col-md-push-6 { left: 50%; }
    .col-md-pull-3 { right: 25%; }
    .col-md-pull-6 { right: 50%; }
}

@media (min-width: 768px) {
    .col-sm-push-8 { left: 66.666%; }
    .col-sm-pull-4 { right: 33.333%; }
}

header#top {
    background-color: #000;
    width: 100%;
    overflow-x: hidden;
}

.topbar {
    background-color: #1a1a1a;
    padding: 15px 0;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

.tel-fb {
    display: flex;
    align-items: center;
    gap: 15px;
}

.tel.cell {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.tel.cell a {
    color: #e08935;
}

.networks_linking {
    display: flex;
    gap: 8px;
    align-items: center;
}

.networks_linking a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,.25);
    text-decoration: none;
}

.networks_linking a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,.35);
    text-decoration: none;
}

.networks_facebook {
    background: #1877f2;
}
.networks_facebook i,
.networks_instagram i { display: none; }
.networks_facebook::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M24 12.073C24 5.405 18.627 0 12 0S0 5.405 0 12.073C0 18.1 4.388 23.094 10.125 24v-8.437H7.078v-3.49h3.047V9.41c0-3.025 1.792-4.697 4.533-4.697 1.312 0 2.686.236 2.686.236v2.97h-1.513c-1.491 0-1.956.93-1.956 1.886v2.267h3.328l-.532 3.49h-2.796V24C19.612 23.094 24 18.1 24 12.073z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.networks_instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.networks_instagram::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.vcard {
    text-align: right;
}

.fn.org {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}

.adr {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 10px;
}

.call-to-action {
    background-color: #e08935;
    color: #fff;
    padding: 10px 25px;
    border-radius: 3px;
    display: inline-block;
    font-weight: 600;
    transition: background-color 0.3s;
}

.call-to-action:hover {
    background-color: #c4701e;
    text-decoration: none;
}

#logo {
    
    text-align: center;
    
    
}

#logo img {
    max-width: 300px;
    height: auto;
}

.main-nav {
    background: transparent;
    position: relative;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    border: none;
    text-transform: uppercase;
    width: 100%;
    overflow: visible;
}

.sf-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
    width: 100%;
}

.sf-menu li {
    margin: 0 15px;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    flex-shrink: 0;
}

.sf-menu a {
    color: #ffffff;
    background: transparent;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
    line-height: 24px;
    padding: 8px 5px;
    display: block;
    font-weight: 400;
    position: relative;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.sf-menu > li > a::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #e08935 0%, #ff9d4d 50%, #e08935 100%);
    transform: translateX(-50%);
    transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0;
    box-shadow: 0 0 10px rgba(224, 137, 53, 0.8);
}

.sf-menu > li > a:hover::before,
.sf-menu > li.selected > a::before,
.sf-menu > li.active > a::before,
.sf-menu > li.sfHover > a::before {
    width: 110%;
    opacity: 1;
}

.sf-menu a:hover,
.sf-menu li.selected a,
.sf-menu li.active a {
    color: #e08935;
    background: transparent;
    text-decoration: none;
    transform: translateY(-2px) scale(1.05);
    text-shadow: 0 0 8px rgba(224, 137, 53, 0.5);
}

.mobile-menu-toggle {
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

@media (max-width: 991px) {
    .mobile-menu-toggle {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 1001;
    }
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: #e08935;
    transition: all 0.3s ease;
}

.marketing {
    position: relative;
    background: #000;
    background-size: cover;
    text-align: center;
    padding: 0;
    min-height: 700px;
    width: 100%;
    overflow: hidden;
}

.marketing .marketing-slider {
    display: block;
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
    background: #000;
}

.slider-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.slide {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.slide.active {
    display: block;
    animation: sliderFade 0.8s ease;
}

@keyframes sliderFade {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider-prev, .slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,.35);
    border: none;
    color: #fff;
    font-size: 22px;
    width: 46px;
    height: 60px;
    cursor: pointer;
    border-radius: 4px;
    transition: background .2s;
    z-index: 10;
}
.slider-prev { left: 16px; }
.slider-next { right: 16px; }
.slider-prev:hover, .slider-next:hover { background: rgba(0,0,0,.6); }

.slider-dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}
.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,.5);
    cursor: pointer;
    transition: background .2s, transform .2s;
}
.slider-dot.active {
    background: #e08935;
    transform: scale(1.3);
}

@media (min-width: 768px) and (max-width: 991px) {
    .marketing {
        min-height: 500px;
    }
    .marketing .marketing-slider {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .marketing {
        min-height: 300px;
    }
    .marketing .marketing-slider {
        height: 300px;
    }
}

.content.content-home {
    padding: 50px 0;
    background-color: #f4f2e5;
    width: 100%;
    overflow-x: hidden;
}

.content article {
    max-width: 900px;
    margin: 0 auto;
}

.text-resize {
    font-size: 15px;
    line-height: 1.8;
}

.p-position {
    margin-bottom: 25px;
}

.image-right {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 100%;
    height: auto;
}

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

.box-light {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 20px 0;
    border-left: 4px solid #e08935;
}

.boxs {
    background-color: #1a1a1a;
    padding: 60px 0;
    width: 100%;
    overflow-x: hidden;
}

.boxs .hover1 {
    background-color: #1a1a1a;
    padding: 40px 25px;
    text-align: center;
    height: 500px;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border: 2px solid #333;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.boxs .hover1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(224, 137, 53, 0.1), transparent);
    transition: left 0.6s ease;
}

.boxs .hover1:hover::before {
    left: 100%;
}

.boxs .hover1:hover {
    border-color: #e08935;
    box-shadow: 0 10px 30px rgba(224, 137, 53, 0.2);
    transform: translateY(-10px) scale(1.02);
}

.boxs .heating-card:hover {
    border-color: #e08935;
    box-shadow: 0 10px 30px rgba(224, 137, 53, 0.2);
}

.boxs .hover1 .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s ease;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    position: relative;
    z-index: 0;
}

.boxs .hover1:hover .icon {
    transform: scale(1.15) rotateY(360deg);
    filter: drop-shadow(0 8px 15px rgba(224, 137, 53, 0.3));
}

.boxs .hover1 .icon1 {
    background-image: url('../images/box1.png');
}

.boxs .hover1 .icon2 {
    background-image: url('../images/box2.png');
}

.boxs .hover1 .icon3 {
    background-image: url('../images/box3.png');
}

.boxs .hover1 .icon4 {
    background-image: url('../images/box4.png');
}

.boxs .hover1 h3 {
    font-size: 24px;
    margin-bottom: 18px;
    color: #e08935;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.boxs .hover1:hover h3 {
    color: #c4701e;
    transform: scale(1.05);
}

.boxs .hover1 p {
    font-size: 14px;
    line-height: 1.7;
    color: #ccc;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.boxs .hover1 .link {
    color: #e08935;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    padding: 8px 20px;
    border: 2px solid #e08935;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.boxs .hover1 .link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #e08935;
    transition: left 0.3s ease;
    z-index: -1;
}

.boxs .hover1 .link:hover::before {
    left: 0;
}

.boxs .hover1 .link:hover {
    color: #fff;
    text-decoration: none;
    transform: scale(1.05);
}

/* Effet EAU - Plomberie (icon1) - Goutte avec ondulations */
.boxs .hover1 .drop {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(33, 150, 243, 0.9);
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
}

.boxs .hover1 .drop::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 20px solid rgba(33, 150, 243, 0.9);
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.boxs .hover1 .drop {
    opacity: 1;
    animation: drip 2s cubic-bezier(1, 0, 0.91, 0.19) infinite;
}

.boxs .hover1 .wave {
    position: absolute;
    opacity: 0;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 1px;
    border: rgba(33, 150, 243, 0.8) 5px solid;
    border-radius: 300px / 150px;
    z-index: 1;
    animation: ripple 2s 2s infinite;
}

.boxs .hover1 .wave::after {
    content: "";
    position: absolute;
    opacity: 0;
    top: -3px;
    left: -3px;
    width: 2px;
    height: 1px;
    border: rgba(33, 150, 243, 0.6) 3px solid;
    border-radius: 300px / 150px;
    animation: ripple-2 2s 2s infinite;
}

@keyframes drip {
    0% {
        top: 20px;
    }
    100% {
        top: 320px;
    }
}

@keyframes ripple {
    from {
        opacity: 1;
    }
    to {
        width: 400px;
        height: 200px;
        border-width: 1px;
        bottom: -50px;
        opacity: 0;
    }
}

@keyframes ripple-2 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        width: 150px;
        height: 75px;
        border-width: 1px;
        top: 50px;
        left: 100px;
        opacity: 0;
    }
}

.boxs .col-md-3:nth-child(1) .hover1:hover {
    border-color: #2196F3;
    box-shadow: 0 10px 30px rgba(33, 150, 243, 0.4);
}

.boxs .col-md-3:nth-child(2) .hover1:hover {
    border-color: #e08935 !important;
    box-shadow: 0 10px 30px rgba(224, 137, 53, 0.4) !important;
}

/* Effet FEU - Chauffage (icon2) - Particules de feu */
.boxs .hover1 .fire-particle {
    position: absolute;
    width: 8px;
    height: 8px;
    background: radial-gradient(circle, #FFF 0%, #FF9800 30%, #FF5722 60%, transparent 100%);
    border-radius: 50%;
    opacity: 0;
    bottom: 20px;
    filter: blur(2px);
    pointer-events: none;
    z-index: 1;
}

.boxs .hover1:hover .fire-particle {
    opacity: 1;
}

.boxs .hover1 .fire-particle-1 {
    left: 30%;
    animation: fire-rise 2s ease-in-out infinite;
}

.boxs .hover1 .fire-particle-2 {
    left: 50%;
    animation: fire-rise 2.3s ease-in-out 0.3s infinite;
}

.boxs .hover1 .fire-particle-3 {
    left: 70%;
    animation: fire-rise 1.8s ease-in-out 0.6s infinite;
}

.boxs .hover1 .fire-particle-4 {
    left: 40%;
    animation: fire-rise 2.1s ease-in-out 0.9s infinite;
}

.boxs .hover1 .fire-particle-5 {
    left: 60%;
    animation: fire-rise 1.9s ease-in-out 1.2s infinite;
}

.boxs .hover1 .fire-particle-6 {
    left: 45%;
    animation: fire-rise 2.2s ease-in-out 1.5s infinite;
}

/* Petites particules de feu pour la profondeur */
.boxs .hover1 .fire-particle-small {
    position: absolute;
    width: 4px;
    height: 4px;
    background: radial-gradient(circle, #FFF 0%, #FF9800 40%, #FF5722 70%, transparent 100%);
    border-radius: 50%;
    opacity: 0;
    bottom: 20px;
    filter: blur(1px);
    pointer-events: none;
    z-index: 0;
}

.boxs .hover1:hover .fire-particle-small {
    opacity: 0.7;
}

.boxs .hover1 .fire-particle-small-1 {
    left: 20%;
    animation: fire-rise-small 2.5s ease-in-out 0.2s infinite;
}

.boxs .hover1 .fire-particle-small-2 {
    left: 38%;
    animation: fire-rise-small 2.8s ease-in-out 0.5s infinite;
}

.boxs .hover1 .fire-particle-small-3 {
    left: 52%;
    animation: fire-rise-small 2.3s ease-in-out 0.8s infinite;
}

.boxs .hover1 .fire-particle-small-4 {
    left: 68%;
    animation: fire-rise-small 2.6s ease-in-out 1.1s infinite;
}

.boxs .hover1 .fire-particle-small-5 {
    left: 28%;
    animation: fire-rise-small 2.4s ease-in-out 1.4s infinite;
}

.boxs .hover1 .fire-particle-small-6 {
    left: 48%;
    animation: fire-rise-small 2.7s ease-in-out 1.7s infinite;
}

.boxs .hover1 .fire-particle-small-7 {
    left: 62%;
    animation: fire-rise-small 2.5s ease-in-out 2s infinite;
}

.boxs .hover1 .fire-particle-small-8 {
    left: 75%;
    animation: fire-rise-small 2.9s ease-in-out 2.3s infinite;
}

@keyframes fire-rise-small {
    0% {
        bottom: 20px;
        opacity: 0;
        transform: translateX(0) scale(0.5);
    }
    15% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.5;
        transform: translateX(8px) scale(1);
    }
    100% {
        bottom: 350px;
        opacity: 0;
        transform: translateX(-3px) scale(0.2);
    }
}

@keyframes fire-rise {
    0% {
        bottom: 20px;
        opacity: 0;
        transform: translateX(0) scale(1);
    }
    10% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
        transform: translateX(10px) scale(1.2);
    }
    100% {
        bottom: 350px;
        opacity: 0;
        transform: translateX(-5px) scale(0.3);
    }
}


/* Effet FROID - Climatisation (icon3) - Particules froides */
.boxs .hover1 .cold-particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: radial-gradient(circle, #FFF 0%, #B3E5FC 30%, #00BCD4 60%, transparent 100%);
    border-radius: 50%;
    opacity: 0;
    top: 20px;
    filter: blur(1px);
    pointer-events: none;
    z-index: 1;
}

.boxs .hover1:hover .cold-particle {
    opacity: 1;
}

.boxs .hover1 .cold-particle-1 {
    left: 25%;
    animation: cold-fall 3s ease-in-out infinite;
}

.boxs .hover1 .cold-particle-2 {
    left: 45%;
    animation: cold-fall 3.5s ease-in-out 0.4s infinite;
}

.boxs .hover1 .cold-particle-3 {
    left: 65%;
    animation: cold-fall 2.8s ease-in-out 0.8s infinite;
}

.boxs .hover1 .cold-particle-4 {
    left: 35%;
    animation: cold-fall 3.2s ease-in-out 1.2s infinite;
}

.boxs .hover1 .cold-particle-5 {
    left: 55%;
    animation: cold-fall 3.3s ease-in-out 1.6s infinite;
}

.boxs .hover1 .cold-particle-6 {
    left: 75%;
    animation: cold-fall 2.9s ease-in-out 2s infinite;
}

/* Petites particules froides pour la profondeur */
.boxs .hover1 .cold-particle-small {
    position: absolute;
    width: 3px;
    height: 3px;
    background: radial-gradient(circle, #FFF 0%, #B3E5FC 40%, #00BCD4 70%, transparent 100%);
    border-radius: 50%;
    opacity: 0;
    top: 20px;
    filter: blur(0.5px);
    pointer-events: none;
    z-index: 0;
}

.boxs .hover1:hover .cold-particle-small {
    opacity: 0.6;
}

.boxs .hover1 .cold-particle-small-1 {
    left: 18%;
    animation: cold-fall-small 3.5s ease-in-out 0.3s infinite;
}

.boxs .hover1 .cold-particle-small-2 {
    left: 32%;
    animation: cold-fall-small 3.8s ease-in-out 0.7s infinite;
}

.boxs .hover1 .cold-particle-small-3 {
    left: 48%;
    animation: cold-fall-small 3.3s ease-in-out 1.1s infinite;
}

.boxs .hover1 .cold-particle-small-4 {
    left: 58%;
    animation: cold-fall-small 3.6s ease-in-out 1.5s infinite;
}

.boxs .hover1 .cold-particle-small-5 {
    left: 72%;
    animation: cold-fall-small 3.4s ease-in-out 1.9s infinite;
}

.boxs .hover1 .cold-particle-small-6 {
    left: 28%;
    animation: cold-fall-small 3.7s ease-in-out 2.3s infinite;
}

.boxs .hover1 .cold-particle-small-7 {
    left: 42%;
    animation: cold-fall-small 3.5s ease-in-out 2.7s infinite;
}

.boxs .hover1 .cold-particle-small-8 {
    left: 68%;
    animation: cold-fall-small 3.9s ease-in-out 3.1s infinite;
}

@keyframes cold-fall-small {
    0% {
        top: 20px;
        opacity: 0;
        transform: translateX(0) scale(0.3);
    }
    15% {
        opacity: 0.5;
    }
    40% {
        transform: translateX(-6px) scale(0.8);
    }
    70% {
        transform: translateX(4px) scale(0.6);
    }
    100% {
        top: 350px;
        opacity: 0;
        transform: translateX(-2px) scale(0.2);
    }
}

@keyframes cold-fall {
    0% {
        top: 20px;
        opacity: 0;
        transform: translateX(0) scale(0.5);
    }
    10% {
        opacity: 1;
    }
    30% {
        transform: translateX(-8px) scale(1);
    }
    60% {
        transform: translateX(5px) scale(0.8);
    }
    100% {
        top: 350px;
        opacity: 0;
        transform: translateX(-3px) scale(0.3);
    }
}

.boxs .col-md-3:nth-child(3) .hover1:hover {
    border-color: #00BCD4;
    box-shadow: 0 10px 30px rgba(0, 188, 212, 0.4), 0 0 40px rgba(0, 188, 212, 0.2);
}

/* Solar Card - No special effect */
.boxs .hover1.solar-card:hover {
    border-color: #FFD700;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3), 0 0 20px rgba(255, 215, 0, 0.2);
}

/* Main container */
.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 100%;
}

/* SVG positioning */
.svg-container {
  position: absolute;
}

/* Card container */
.card-container {
  padding: 2px;
  border-radius: 24px;
  position: relative;
  min-height: 380px;
  width: 100%;
  background: linear-gradient(
      -30deg,
      var(--gradient-color),
      transparent,
      var(--gradient-color)
    ),
    linear-gradient(
      to bottom,
      var(--color-neutral-900),
      var(--color-neutral-900)
    );
}

/* Inner container */
.inner-container {
  position: relative;
}

/* Border layers */
.border-outer {
  border: 2px solid rgba(255, 215, 0, 0.5);
  border-radius: 24px;
  padding-right: 4px;
  padding-bottom: 4px;
}

.main-card {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border-radius: 24px;
  border: 2px solid var(--electric-border-color);
  margin-top: -4px;
  margin-left: -4px;
  filter: url(#turbulent-displace);
}

/* Glow effects */
.glow-layer-1 {
  border: 2px solid rgba(255, 215, 0, 0.6);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(1px);
}

.glow-layer-2 {
  border: 2px solid var(--electric-light-color);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(4px);
}

/* Overlay effects */
.overlay-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  opacity: 1;
  mix-blend-mode: overlay;
  transform: scale(1.1);
  filter: blur(16px);
  background: linear-gradient(
    -30deg,
    white,
    transparent 30%,
    transparent 70%,
    white
  );
}

.overlay-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  opacity: 0.5;
  mix-blend-mode: overlay;
  transform: scale(1.1);
  filter: blur(16px);
  background: linear-gradient(
    -30deg,
    white,
    transparent 30%,
    transparent 70%,
    white
  );
}

/* Background glow */
.background-glow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  filter: blur(32px);
  transform: scale(1.1);
  opacity: 0.3;
  z-index: -1;
  background: linear-gradient(
    -30deg,
    var(--electric-light-color),
    transparent,
    var(--electric-border-color)
  );
}

/* Content container */
.content-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Content sections */
.content-top {
  display: flex;
  flex-direction: column;
  padding: 48px;
  padding-bottom: 16px;
  height: 100%;
}

.content-bottom {
  display: flex;
  flex-direction: column;
  padding: 48px;
  padding-top: 16px;
}

/* Scrollbar glass component */
.scrollbar-glass {
  background: radial-gradient(
      47.2% 50% at 50.39% 88.37%,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    rgba(255, 255, 255, 0.04);
  position: relative;
  transition: background 0.3s ease;
  border-radius: 14px;
  width: fit-content;
  height: fit-content;
  padding: 8px 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.scrollbar-glass:hover {
  background: radial-gradient(
      47.2% 50% at 50.39% 88.37%,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    rgba(255, 255, 255, 0.08);
}

.scrollbar-glass::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px;
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.48) 16.73%,
    rgba(255, 255, 255, 0.08) 30.2%,
    rgba(255, 255, 255, 0.08) 68.2%,
    rgba(255, 255, 255, 0.6) 81.89%
  );
  border-radius: inherit;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask-composite: xor;
  pointer-events: none;
}

/* Typography */
.title {
  font-size: 36px;
  font-weight: 500;
  margin-top: auto;
}

.description {
  opacity: 0.5;
}

/* Divider */
.divider {
  margin-top: auto;
  border: none;
  height: 1px;
  background-color: currentColor;
  opacity: 0.1;
  mask-image: linear-gradient(to right, transparent, black, transparent);
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black,
    transparent
  );
}

/* Solar Card Canvas Animation */
.solar-card {
  position: relative;
}

.solar-card #c {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  z-index: 0;
  opacity: 0.5;
}

.solar-card .icon,
.solar-card h3,
.solar-card p {
  position: relative;
  z-index: 1;
}

.solar-card p:last-child {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 2;
}

/* Solar Card Voltage Button */
.solar-card .voltage-button {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.solar-card .voltage-button button {
  color: #e08935;
  background: transparent;
  padding: 8px 20px;
  border-radius: 25px;
  border: 2px solid #e08935;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.075em;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.solar-card .voltage-button button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #e08935;
  transition: left 0.3s ease;
  z-index: -1;
}

.solar-card .voltage-button button:hover::before {
  left: 0;
}

.solar-card .voltage-button button:hover {
  cursor: pointer;
  color: #fff;
  transform: scale(1.05);
}

.solar-card .voltage-button svg {
  display: block;
  position: absolute;
  top: -0.75em;
  left: -0.25em;
  width: calc(100% + 0.5em);
  height: calc(100% + 1.5em);
  pointer-events: none;
  opacity: 1;
}

.solar-card .voltage-button svg path {
  stroke-dasharray: 100;
  filter: url('#glow');
}

.solar-card .voltage-button svg path.line-1 {
  stroke: #f6de8d;
  stroke-dashoffset: 0;
  animation: spark-1 6s linear infinite;
}

.solar-card .voltage-button svg path.line-2 {
  stroke: #6bfeff;
  stroke-dashoffset: 500;
  animation: spark-2 6s linear infinite;
}

.solar-card .voltage-button .dots {
  opacity: 1;
}

.solar-card .voltage-button .dots .dot {
  width: 1rem;
  height: 1rem;
  background: white;
  border-radius: 100%;
  position: absolute;
  opacity: 0;
}

.solar-card .voltage-button .dots .dot-1 {
  top: 0;
  left: 20%;
  animation: fly-up 6s linear infinite;
}

.solar-card .voltage-button .dots .dot-2 {
  top: 0;
  left: 55%;
  animation: fly-up 6s linear infinite;
  animation-delay: 1s;
}

.solar-card .voltage-button .dots .dot-3 {
  top: 0;
  left: 80%;
  animation: fly-up 6s linear infinite;
  animation-delay: 2s;
}

.solar-card .voltage-button .dots .dot-4 {
  bottom: 0;
  left: 30%;
  animation: fly-down 6s linear infinite;
  animation-delay: 5s;
}

.solar-card .voltage-button .dots .dot-5 {
  bottom: 0;
  left: 65%;
  animation: fly-down 6s linear infinite;
  animation-delay: 3s;
}
@keyframes spark-1 {
  to {
    stroke-dashoffset: -1000;
  }
}
@keyframes spark-2 {
  to {
    stroke-dashoffset: -500;
  }
}
@keyframes fly-up {
  0% {
    opacity: 0;
    transform: translateY(0) scale(0.2);
  }
  5% {
    opacity: 1;
    transform: translateY(-1.5rem) scale(0.4);
  }
  10%, 100% {
    opacity: 0;
    transform: translateY(-3rem) scale(0.2);
  }
}
@keyframes fly-down {
  0% {
    opacity: 0;
    transform: translateY(0) scale(0.2);
  }
  5% {
    opacity: 1;
    transform: translateY(1.5rem) scale(0.4);
  }
  10%, 100% {
    opacity: 0;
    transform: translateY(3rem) scale(0.2);
  }
}

/* Electric Card Section - Horizontal */
.electric-card-section {
  background-color: #000;
  padding: 80px 0;
  width: 100%;
  overflow-x: hidden;
}

.main-container-horizontal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.card-container-horizontal {
  padding: 2px;
  border-radius: 24px;
  position: relative;
  width: 95%;
  max-width: 1200px;
  min-height: 300px;
  background: linear-gradient(
      -30deg,
      var(--gradient-color),
      transparent,
      var(--gradient-color)
    ),
    linear-gradient(
      to bottom,
      var(--color-neutral-900),
      var(--color-neutral-900)
    );
}

.main-card-horizontal {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border-radius: 24px;
  margin-top: -4px;
  margin-left: -4px;
  background-image: url('../images/photovolt.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.main-card-horizontal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  border: 2px solid var(--electric-border-color);
  filter: url(#turbulent-displace-horizontal);
  pointer-events: none;
  z-index: 1;
}

.content-container-horizontal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 48px;
  gap: 48px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 24px;
}

.content-horizontal-left {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
}

.content-horizontal-right {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.divider-vertical {
  width: 1px;
  height: 80%;
  background-color: currentColor;
  opacity: 0.1;
  mask-image: linear-gradient(to bottom, transparent, black, transparent);
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent,
    black,
    transparent
  );
}

@media (max-width: 768px) {
  .content-container-horizontal {
    flex-direction: column;
    gap: 24px;
  }
  
  .divider-vertical {
    width: 80%;
    height: 1px;
    mask-image: linear-gradient(to right, transparent, black, transparent);
    -webkit-mask-image: linear-gradient(
      to right,
      transparent,
      black,
      transparent
    );
  }
}

.formhome-logo {
    display: block;
    margin: 0 auto 16px;
    max-width: 220px;
    width: 100%;
    height: auto;
}
.formhome-tagline {
    color: #888;
    font-size: 14px;
    letter-spacing: .04em;
    margin-bottom: 28px;
}
.formhome-btn {
    display: inline-block;
    background: #e08935;
    color: #fff;
    padding: 13px 38px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background .25s, transform .2s;
    box-shadow: 0 4px 14px rgba(224,137,53,.35);
}
.formhome-btn:hover {
    background: #c4701e;
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
}

.formhome {
    background-color: #fff;
    padding: 50px 0;
    text-align: center;
    width: 100%;
    overflow-x: hidden;
}

.formhome .readmore {
    background: #000;
    color: #fff;
    padding: 10px 40px;
    display: inline-block;
    margin: 20px auto 0;
    border: solid 1px #000;
    text-decoration: none;
    transition: all 0.3s;
}

.formhome .readmore:hover {
    background: none;
    color: #000;
    text-decoration: none;
}

.titre-form h2 {
    font-size: 28px;
    color: #e08935;
    margin-bottom: 20px;
}

.form {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 5px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 15px;
    font-family: 'Roboto', Arial, sans-serif;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #e08935;
}

.btn-submit {
    background-color: #e08935;
    color: #fff;
    padding: 12px 40px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #c4701e;
}

.partenaires {
    background-color: #f9f9f9;
    padding: 50px 0;
    width: 100%;
    overflow-x: hidden;
}

.title-boxs {
    text-align: center;
    margin-bottom: 40px;
}

.title-boxs h1 {
    font-size: 32px;
    color: #e08935;
}

.coverflow-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 60px 30px;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.coverflow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    perspective: 1200px;
    height: 160px;
    position: relative;
    flex: 1;
}
.cf-item {
    position: absolute;
    width: 160px;
    height: 120px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    cursor: pointer;
    transition: all 0.5s cubic-bezier(.25,.46,.45,.94);
    border: 2px solid transparent;
}
.cf-item img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(40%);
    transition: filter 0.3s;
}
.cf-item.cf-active {
    border-color: #e08935;
    box-shadow: 0 8px 32px rgba(224,137,53,.3);
    z-index: 10;
}
.cf-item.cf-active img { filter: grayscale(0%); }
.cf-prev, .cf-next {
    background: none;
    border: 2px solid #e08935;
    color: #e08935;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    transition: all .2s;
    z-index: 20;
    position: relative;
}
.cf-prev:hover, .cf-next:hover { background: #e08935; color: #fff; }

.logos-marques {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.logo-item {
    flex: 0 0 auto;
    max-width: 200px;
}

.logo-item img {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%);
    transition: filter 0.3s;
}

.logo-item img:hover {
    filter: grayscale(0%);
}

.footer {
    background-color: #2c2c2c;
    color: #fff;
    padding: 40px 0 20px;
    width: 100%;
    overflow-x: hidden;
}

.footer h1 {
    font-size: 20px;
    color: #e08935;
    margin-bottom: 15px;
}

.footer .info {
    margin-bottom: 30px;
}

.footer-card {
    font-size: 14px;
    line-height: 1.8;
}

.footer .fn.org {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer .adr {
    color: #ccc;
    margin-bottom: 10px;
}

.footer .tel.cell,
.footer .email,
.footer .tva {
    color: #ccc;
    margin-bottom: 5px;
}

.footer .tel.cell a,
.footer .email a {
    color: #e08935;
}

.footer .hours p {
    color: #ccc;
}

.footer .networks_linking {
    margin-top: 15px;
}

.footer-nav {
    background-color: #1a1a1a;
    padding: 20px 0;
}

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

.footer-nav2 a {
    color: #ccc;
}

.footer-nav2 a:hover {
    color: #e08935;
}

.ContainerBlockSocial {
    text-align: right;
}

.ContainerBlockSocial a {
    color: #ccc;
    margin-left: 15px;
    font-size: 13px;
}

.ContainerBlockSocial a:hover {
    color: #e08935;
}

@media (max-width: 991px) {
    .topbar {
        overflow: visible;
    }

    .main-nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #e08935;
        z-index: 999;
        overflow-y: auto;
        padding-top: 80px;
    }

    .main-nav.active {
        display: block;
    }

    .sf-menu {
        flex-direction: column;
    }

    .sf-menu li {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .sf-menu a {
        padding: 15px 20px;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    #logo {
        padding: 10px 0;
    }

    #logo img {
        max-width: 200px;
    }

    .vcard {
        text-align: left;
        margin-top: 15px;
    }

    .tel-fb {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .col-md-push-6,
    .col-md-pull-3,
    .col-md-pull-6,
    .col-sm-push-8,
    .col-sm-pull-4 {
        left: auto;
        right: auto;
    }

    .marketing-slider {
        height: 300px;
    }

    .boxs .hover1 {
        margin-bottom: 20px;
    }

    .image-right {
        float: none;
        margin: 20px auto;
        display: block;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    .content.content-home {
        padding: 30px 0;
    }

    .boxs,
    .formhome,
    .partenaires {
        padding: 30px 0;
    }

    .logos-marques {
        gap: 20px;
    }

    .logo-item {
        max-width: 150px;
    }

    .footer {
        padding: 30px 0 15px;
    }

    .ContainerBlockSocial {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-nav2 {
        text-align: center;
    }
}

.fa, .fab {
    font-family: 'FontAwesome';
    font-style: normal;
}

.fa-facebook:before {
    content: "f";
}

.fa-instagram:before {
    content: "I";
}
