:root {
    --primary: #115BE2;
    --secondary: #00c9ff;
  }
html, body {
    overflow-x: hidden;
}

/* Default: desktop */
.mobile-block {
    display: none;
}
.header-mobile,
.mobile-menu {
    display: none;
}
.footer-details{
    padding-top: 150px;
    background-color: #122561;

}
.video-prospection{
    margin-top: 3rem!important
}
/* Mobile version */

@media (max-width: 768px) {
    .s2{
        padding: 5px 20px !important;
    }
     .modules-production{
         margin-top: 3rem;
         background-size: auto!important;
     }
    .video-prospection{
        margin-top: 0px!important
    }
    .prospection-commercial{
        padding-bottom: 0px!important;
        margin-top: 0px !important;
        background-size:auto!important;
    }
    /*mobile */
    .trusted-title h2 {
        font-size: 22px;
        font-weight: 700;
        color: #115BE2;
        margin-bottom: 8px;
    }

    .trusted-decor {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .trusted-square {
        width: 10px;
        height: 10px;
        background-color: #115BE2;
    }

    .trusted-line {
        width: 40px;
        height: 2px;
        background-color: #115BE2;
    }
    .modules-sirh {
        background-size: auto!important;
    }
    a.logo-btn svg {
        max-width: 120px !important;
        width: 100%;
    }


    .temoinage .card {

        height: 300px !important;
    }
    .footer-details{
        padding-top: 10px !important;
        background-color: #122561;

    }
    .desktop-block {
        display: none !important;
    }
    .service-card{
         width: auto !important;
}
.logo svg {
    max-width: 120px; !important;
    height: auto;
}
.mobile-block {
    display: block !important;
}
.header-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

.burger {
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
}
.mobile-menu {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
}

.mobile-menu.open {
    display: flex;
}
/* HEADER */
    .mobile-header {
       /* background: #122561;*/
       background:#115BE2;
       /* background-image: url(../img/4882066.jpg);*/
        position: sticky;
        top: 0;
        z-index: 1000;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

        width: 100%;
        height: 80px;
    }

    .mobile-header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 20px;
    }

    /* LOGO */
    .logo svg {
        max-width: 120px;
        height: auto;
    }

    /* BURGER ICON */
    .burger {
        width: 32px;
        height: 24px;
        position: relative;
        background: none;
        border: none;
        cursor: pointer;
    }

    .burger span {
        position: absolute;
        width: 100%;
        height: 3px;
        background: #fff;
        left: 0;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .burger span:nth-child(1) { top: 0; }
    .burger span:nth-child(2) { top: 10px; }
    .burger span:nth-child(3) { top: 20px; }

    /* BURGER ACTIVE */
    .burger.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 10px;
    }

    .burger.active span:nth-child(2) {
        opacity: 0;
    }

    .burger.active span:nth-child(3) {
        transform: rotate(-45deg);
        top: 10px;
    }

    /* NAV MENU */
    .mobile-nav {
        background: linear-gradient(180deg, #122561,#115BE2);
        display: flex;
        flex-direction: column;
        gap: 18px;
        padding: 30px 20px;
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        transform: translateY(-20px);
        opacity: 0;
        pointer-events: none;
        transition: all 0.35s ease;
    }

    /* OPEN */
    .mobile-nav.open {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    /* LINKS */
    .mobile-nav a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;
    }

    /* CTA BUTTON */
    .cta-btn {
        margin-top: 20px;
        background: #3b6bff;
        padding: 14px;
        border-radius: 10px;
        text-align: center;
        font-weight: 600;
    }

}

.header-pages{
  /*  background-image: url(../img/4882066.jpg) !important;*/
    background-color:#122561!important;;
    position: relative!important;
}
.header {
    background-repeat: no-repeat!important;
    background-size: 100% auto!important;
   /* background-image: url(../img/4882066.jpg) !important;
    position: relative!important;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;  /* transparent background */
    padding: 10px 40px !important;

    position: absolute;

    width: 100%;
    z-index: 1000; /* stays above everything */
}
.menu-ger {
    column-gap: 50px;
    list-style: none;
    margin-bottom: 0;
}
.menu-ger li a {
    text-decoration: none;
    color: #fff;
}
a {
    text-decoration: none;
}
.hero p{
    color:white!important;

}
/*.hero-style {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-size: 100% auto;
    padding-bottom: 30px;
    padding-top: 140px;
    background: url(../img/image_bkg.png);
}*/
.prospection-commercial{

    background-image: url(../img/services_bg.png);
    /*
    background-position: center;
    */

    background-repeat: no-repeat;
    background-size: 100% auto;
    /*  display: flex;
      flex-direction: column;
      justify-content: space-around;*/
      margin-top: 80px;
    padding-bottom: 100px;
}
.services, .modules-sirh,.modules-production{

    background-image: url(../img/services_bg.png);
    /*
    background-position: center;
    */

    background-repeat: no-repeat;
    background-size: 100% auto;
  /*  display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 80px;
    padding-top: 80px;*/
}

.contact {
    padding-top: 80px;
    padding-bottom: 80px;
    background:
            linear-gradient(rgba(248, 248, 248, 0.8), rgba(248, 248, 248, 0.8)),
            url("../img/map_home.png") center/cover no-repeat;
}

.hero-style {
    display: flex;
    flex-direction: column;
    justify-content: space-around;

    background-image: url(../img/4882066.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;   /* or cover */
    background-position: center;
padding-top: 177px;
 /*   padding-bottom: 30px;*/
    /*
    padding-top: 54px;
    */
}
a.logo-btn svg {
    max-width: 200px;
    width: 100%;
}
a.more-link {

}

h1.title-hero {
    display: inline-block;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
}
.desc-ger-style p {
    font-size: 18px;
    max-width: 600px !important;
    color: #fff;
    width: 100%;
}
/*hero bottom section */
/* Orange background with angled edges */
.angled-box {
    padding-left: 120px;
    position: absolute;
/*
    bottom: -23px;
*/
top:569px;
    right: 0;
    /*
    bottom: -23px;
    */
    width: auto;
    height: 150px;
    background: #115BE2;
    /*
    background: #3b6bff;
    */
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 3;
    clip-path:   polygon(13% 0, 100% 0%, 100% 100%, 0% 100%)

}
/* Left angled edge */
.angled-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -41px;
    width: 120px;
    height: 100%;
    background:#122561;
    /*     transform: skewX(-25deg);
         transform-origin: top left;*/
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

/* Avatar style */
.avatars {
    display: flex;
    margin-left: 10px;
}

.avatars img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid white;
    object-fit: cover;
    margin-left: -12px;
}

/* Stars */
.stars {


    letter-spacing: 3px;
}

.trust-icon {
    color: #00b67a;
    font-size: 22px;
}
/***********************************/
/* Bouton play */
.play-btn {
    position: absolute;
    top: 40%;
    left: 40%;
    transform: translate(-50%, -50%);
    background: #3b6bff;
    color: #fff;
    padding: 12px 18px;
    border-radius: 5px;
    font-size: 15px;
    /*
    cursor: pointer;
    */
 /*   pointer-events: auto;*/
}

.pulse {
    /* width: var(--size);
     height: var(--size);
     border-radius: 50%;*/
    background: var(--color);
    box-shadow: 0 0 0 0 rgba(30, 144, 255, 0.35);
    transform-origin: center;
    animation: heartbeat var(--beat-speed) ease-in-out infinite;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(30, 144, 255, 0.35);
    }
    14% {
        transform: scale(var(--beat-scale));
        box-shadow: 0 0 30px 8px rgba(30, 144, 255, 0.12);
    }
    28% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(30, 144, 255, 0.0);
    }
    100% {
        transform: scale(1);
    }
}

/* Respect user preference */
@media (prefers-reduced-motion: reduce) {
    .pulse {
        animation: none;
    }
}

.pulse {
    --size: 120px; /* change size here */
    --color: #115BE2; /* change blue here */
    --beat-scale: 1.18; /* how much it grows on beat */
    --beat-speed: 1s; /* full cycle duration */
}

input[type="email"] {
    padding: 10px;
    width: 100%;
    max-width: 250px;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
}
input[type="text"] {
    padding: 10px !important ;
    width: 100% !important;
    max-width: 100% !important;
    border:1px solid black !important;
    border-radius: 5px!important;
    margin-top: 10px!important;
}
textarea {
    padding: 10px !important ;
    width: 100% !important;
    max-width: 100% !important;
    border:1px solid black !important;
    border-radius: 5px!important;
    margin-top: 10px!important;
}
.email{
    border:1px solid black !important;
    max-width: 100% !important;

}
