:root {
    --primary: #3b6bff;
    --secondary: #00c9ff;
  }
.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-style {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: url(../img/bg-hero.jpg);
    background-size: cover;
}
a.logo-btn svg {
    max-width: 200px;
    width: 100%;
}
a.more-link {

}
.nav-style {
    align-items: center;
    column-gap: 66px;
}
h1.title-hero {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    max-width: 550px;
}
.desc-ger-style p {
    font-size: 18px;
    max-width: 600px !important;
    color: #fff;
    width: 100%;
}
.btn-ger-primery {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7142857143;
    border-radius: 100px;
    cursor: pointer;
    padding: 18px 40px;
    text-decoration: none;
    text-shadow: none;
    -webkit-appearance: none;
    transition: all ease 0.3s;
    position: relative;
    text-transform: capitalize;
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 51%, var(--primary) 100%);
    background-size: 200% auto;
    color: #fff !important;
}
.content-hero-ger {
    align-items: center;
    justify-content: center;
}

a.bloc-num {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: unset;
}
.header-ger-style {
    display: flex;
    justify-content: space-between;
}
a.button-ger-search {
    display: flex;
    width: 50px;
    height: 50px;
    background: #FFFFFF1C;
    color: #fff;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
svg#search{
width: 30px !important;
height: 30px !important;
}
.contact-info-ger {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.stats {
    text-align: center;
    padding: 50px;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: space-between;
  }

.stat {
    display: flex;
    flex-direction: column;
   align-items: anchor-center;
    justify-content: space-between;

}
.social-icons i{
  color: white;
}

.number , .number_sufix{
    color: #000000;
    font-size: 46px;
    font-weight: 700;
    font-weight: bold;
}

.statdescption {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #626364;
    transition: color 0.3s;
    position: relative;
    max-width: 165px;
    text-align: left;
}
.satisfied-user {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #626364;
    text-align: left;
}
strong{
    color: #000000;
}
.statdescption::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #3b6bff;
    left: -19px;
    top: 4px;
    border-radius: 100%;
}
.sub-title  {
    width: 830px;
    margin: 0 auto;
    margin-bottom: 22px !important;
}
.sub-title-service{
    margin-bottom: 22px !important;
}
.sub-title-service p {
    padding: 6px 18px 6px 18px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #eaeaea;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    color: #626364;
    text-transform: uppercase;
    letter-spacing: 0.64px;
    margin: 0;
    width: max-content;

}
section.service-content {
    margin-top: 120px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F6F7FB 38%);
}
.service-post {

  padding-top: 70%;
    overflow: hidden;
    --path-radius :18px;
    --path: 0 0, 0 0, 100% 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%;
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 40%;
    left: 0;
    transform: scale(1);
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services-bloc {
    display: flex;
    justify-content: space-between;
}
img.block-image-style{
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scale(1);
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service-content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bloc-service-content {
    padding: clamp(25px, 3.5vmax, 40px);
    min-height: 500px;
    z-index: 1;
    position: relative;
    background: white;
    box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.04);
    width: 100%;
    max-width: 315px;
}
.bloc-service-content {
    max-width: 630px !important;
}
.service-content-style {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
p.desc-service-bloc {
    max-width: 500px;
    width: 100%;
    color: #626364;
}
.sub-title p {
    padding: 6px 18px 6px 18px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #eaeaea;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    color: #626364;
    text-transform: uppercase;
    letter-spacing: 0.64px;
    margin: 0;
    width: max-content;

}
.title-section {
    font-size: clamp(50px, 6.5vmax, 60px);
    line-height: 1;
    color: #20222d;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 830px;
}
.title-section-service{
    font-size: clamp(50px, 6.5vmax, 60px);
    line-height: 1;
    color: #20222d;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 40px;
}
.descrition-about-content {
    color: #626364;
    max-width: 830px;
    margin: 0 auto;
    margin-bottom: 120px;
}
.service-title a {
    color: #000;
    text-decoration: none;
}
.block-accordeon-style{
    display: flex;
    min-height: 100vh;
    overflow: hidden;
}
.left {
    flex: 1;
    background-image: url('../img/h1_img-2.jpg'); /* Remplace avec ton image */
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    border-radius: 30px;
  }
  .right {
    flex: 1;
    padding: 60px 40px;
    background-color: #f6f7fb;
  }
  h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #1c1c1e;
  }
  p.description {
    color: #555;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .accordion-item {
    border-top: 1px solid #ccc;
    padding: 15px 0;
  }
  .accordion-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-weight: bold;
    color: #333;
  }
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    color: #666;
    font-size: 14px;
  }
  .accordion-item.active .accordion-content {
    max-height: 100px;
  }
  .sub-title-right{
    margin: 0 auto;
    margin-bottom: 22px !important;
  }
  .sub-title-right p{
    padding: 6px 18px 6px 18px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #eaeaea;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    color: #626364;
    text-transform: uppercase;
    letter-spacing: 0.64px;
    margin: 0;
    width: max-content;
  }
  .footer {
    background-color: #0b2a59;
    color: white;
    padding: 10px 20px;
    font-family: 'Arial', sans-serif;
  }

  .footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }
  .logo-section svg#Calque_1 {
    max-width: 505px;
    width: 100%;
    margin: 0 auto;
}
section.block-accordeon {
    margin-bottom: 50px !important;
}
.about-content-before-footer{
    margin-bottom: 50px;
}
  .logo-section {
    flex: 1 1 250px;
    margin-bottom: 30px;
    justify-content: center;
  }

  .logo {
    height: 70px;
    margin-bottom: 15px;
  }

  .description {
    max-width: 300px;
    line-height: 1.6;
    font-size: 14px;
  }

  .social-icons a {
    color: white;
    margin-right: 10px;
    font-size: 18px;
  }

  .footer-links {
    display: flex;
    flex-wrap: wrap;
    flex: 2 1 200px;
    justify-content: space-between;
  }

  .footer-links h4 {
    margin-bottom: 10px;
  }

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

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

  .footer-links a {
    color: white;
    text-decoration: none;
  }

  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;

    }

@media (max-width: 1399.98px) {
    .menu-ger {
        column-gap: 25px;
    }
    .nav-style {
        column-gap: 0px;
    }
    a.bloc-num {
        font-size: 15px;
    }
    svg#search {
        width: 16px !important;
        height: 16px !important;
    }
    .btn-ger-primery {
        padding: 10px 32px;
    }
    a.button-ger-search {
    width: 40px;
    height: 40px;
    }
    .bloc-service-content{
        max-width: 264px;
    }
    .bloc-service-content{
        max-width: 528px !important;
    }
 }
