.sectionStrength{   
    padding-top: 150px;
    margin-bottom: 0;
    /* width: 85%; */
    margin : 0 auto;
    margin-top: 1.5rem !important;
}
.blockSvg svg{
    width: 80px;
    height: 80px;
}
#zoneStrength{
    width: 75%;
    margin : 0 auto;
    margin-top: 1.5rem !important;
}

.zoneStrengthTitle{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    margin-top: 40px;
}

.titreH3Strength {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: clamp(10px, 8vw, 40px) !important;
    text-transform: uppercase;
    margin: 0;   
    width: 100%;
    line-height: 90px;
}

.itemTitle{
    margin-left: 10px;
}

.text-left{
    text-align-last: left;
}

.text-right{
    text-align: right;
}

.mt-3{
    margin-top: 3rem!important;
}


    .strengthCards {
      display: flex;
      flex-wrap: wrap;
      max-width: 900px;
      margin: 0 auto;
    }

    .strengthCard {
      width: 50%;
      
    }
    .strengthCardInside {
      background: #fff;
      border-radius: 16px;
      padding: 2rem;
      margin: 2rem;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
    }

    .strengthCardInside:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .strengthCard h3 {
      font-size: 1.4rem;
      font-weight: 700;
      margin-bottom: 0.8rem;
      color: #111827;
      line-height: 30px;
      min-height: 60px;
      margin-top: 20px;
    }

    .strengthCard p {
      font-size: 1.2rem;
      color:black;
      color: #555;
      line-height: 1.5;
      min-height: 72px;
    }

    .image-container-commitment {
      display: flex;
      justify-content: center;
      margin-bottom: 2rem;
    }

    #commitmentImg{
        width: 100%;
        max-width: 800px;
        display: block;
        border-radius: 20px;
        aspect-ratio: 4 / 1;
        object-fit: cover;
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }


@media screen and (max-width: 992px){
    .strengthCard {
        width: 90%;
      margin: 0 auto;
    }
}



.btn-strengthContainer{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.btn-strength{
    height: 44px;
    border-radius: 6px;
    background-color: #09090B;
    color: #FAFAFA;
    font-family: 'DM Sans', 'sans-serif';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 14px;
}

.btn-strength:hover{
    background-color: #0EA5E9;
}

.btn-strength:active{
    background-color: #0369A1;
}

.image-container-commitment {
      display: flex;
      justify-content: center;
      margin-bottom: 2rem;
    }

    #commitmentImg2{
        width: 100%;
        max-width: 800px;
        display: block;
        border-radius: 20px;
        aspect-ratio: 4 / 1;
        object-fit: cover;
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }