
.POD {
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-flow: column;
    background-image: linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.55)), url(/assets/image/Pod2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 30rem;
  }

  .POD h3 {
    justify-content: center;
    text-align: center;
    font-size: 2rem;
    color: var(--primary-color);
    text-transform: capitalize;
  }

  .titel-POD {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 5px auto;
    margin-top: 100px;
  }

  .titel-POD h1 {
    font-size: 4rem;
    color: var(--primary-color);
    margin-bottom: 40px ;
    position: relative;
  }


  .PODER-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.55)), url(/assets/image/Améliorezla-performance.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 6rem 2rem;
}

.PODER-content h2 {
    color: var(--primary-color);
    font-size: var(--h2-font);
    margin-bottom: 12px;
}

.PODER-content p {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 30px;
    margin-bottom: 27px;
}