section.tarifs {
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tarifs-bg-wrapper {
    border: 1px solid var(--gold);
    padding: 0.5rem;
    margin-bottom: 3rem;
    width: 100%;
}
.tarifs-title {
    
    width: 100%;
    height: 50rem;
    background-image: url(../images/Accueil/finalsPics/finals/iStock-1429463695.jpg);
    background-position: 0 45%;
    background-repeat: no-repeat;
    background-size:cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.accent {
    font-family: var(--cormorant);
    font-size: 25px;
}
.tarifs-title h2 {
    position: relative;
    bottom: 10px;
    font-size: 6rem;
    color: white;
    text-transform: uppercase;
    font-family: var(--nunito);
    margin-bottom: 2rem;
    font-weight: 350;
    letter-spacing: 8px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
section.tarifs .card-tarifs {
    padding: 1rem;
    border: 1px solid #d9d9d9;
    margin-right: 2rem;

}
section.tarifs .tarifs-cards-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5rem;
}
section.tarifs .card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid black;
    padding: 8rem 3rem 6rem;
    height: 65rem;
    width: 40rem;
}
section.tarifs .premium  {
    border-color: var(--gold);

}
section.tarifs .premium .card {
    height:70rem;
    border-color: #d9d9d9;
}
section.tarifs .card h3 {
    font-size: 2.4rem;
    color: black;
    text-transform: uppercase;
    font-family: var(--nunito);
    margin-bottom: 1rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}
section.tarifs .card .price-wrapper div {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
}
section.tarifs .card .price-wrapper {
    margin-bottom: 3rem;
    
}
section.tarifs .card .price-wrapper span.ttc {
    margin-bottom: 3rem;
    font-family: var(--roboto);
    font-size: 1.8rem;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    width: 40%;
}
section.tarifs p.quote {
    font-family: var(--roboto);
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    width: 55%;
}
section.tarifs p.tarifs-p-top {
    font-family: var(--roboto);
    font-size: 1.8rem;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    width: 40%;
}
section.tarifs .card .price-wrapper .currency {

 font-size:3.5rem;
    color: black;
    font-family: var(--nunito);
    font-weight: 500;
    line-height: 1em;
}
section.tarifs .card .price-wrapper .currency .ttc{
font-size: 1.5rem;
font-weight: 400;

}
section.tarifs .card .price-wrapper .price-value {
    letter-spacing: 0.05em;
    font-size:6rem;
    color: black;
    font-weight: 400;
    line-height: 0.85em;
    margin-right: 1rem;

}

section.tarifs .card ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
section.tarifs .card ul li {
    font-family: var(--roboto);
    font-size: 1.5rem;
    line-height: 3rem;
    color: #404040;
    font-weight: 400;
    text-align: center;
}
section.tarifs .card ul li::before {
    content: "";
    
    display: inline-block;
  width: 8px; /* Largeur du carré */
  height: 8px; /* Hauteur du carré */
  background-color: black; /* Couleur du carré */
  margin-right: 1.3rem; /* Espace entre le carré et le texte */
  margin-bottom: 2px;
}
section.tarifs .card ul p.card-tarif-p {
    font-family: var(--roboto);
    font-size: 1.65rem;
    color: #404040;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 2rem;
}
section.tarifs .card .devis {
    font-family: var(--nunito);
    font-size: 1.5rem;
    color: black;
    font-weight: 500;
    text-transform: uppercase;
    font-style: italic;

}


@media only screen and (max-width: 1400px) {
    .body-wrapper {
        padding: 0 2rem 5rem;
    
        }
}
@media only screen and (max-width: 1350px) {
    section.tarifs .tarifs-cards-container {
        align-items: center;
        flex-direction: column;
    }
    section.tarifs p.tarifs-p-top {
        width: 70%;
    }
    section.tarifs p.quote {
        width: 70%;
    }
    section.tarifs .card-tarifs {
        margin: 0;
        margin-bottom: 2rem;
    
    }
}
@media only screen and (max-width: 750px) {
    
    section.tarifs p.tarifs-p-top {
        width: 100%;
        font-size: 1.5rem;
        line-height: 20px;
    }
    section.tarifs p.quote {
        width: 100%;
        font-size: 1.5rem;

    }
    .tarifs-title h2 {
        font-size: 5rem;
        letter-spacing: 5px;
        text-align: center;
    }
    section.tarifs .card {
        padding: 6rem 2rem 5rem;
        height: 50rem;
        width: 30rem;
    }
    section.tarifs .premium .card {
        height:55rem;
    }


    section.tarifs .card h3 {
        font-size: 2rem;
        margin-bottom: 0.5rem;
        letter-spacing: 0.05em;
    }
    
    section.tarifs .card .price-wrapper .currency {
    
     font-size:2.4rem;
        line-height: 1em;
    }
    section.tarifs .card .price-wrapper .price-value {
        font-size:4.5rem;
    
    }
    
    section.tarifs .card ul li {
        font-size: 1.4rem;
        line-height: 2.5rem;
    }
    section.tarifs .card ul li::before {
        content: "";
        
      width: 6px; /* Largeur du carré */
      height: 6px; /* Hauteur du carré */
      margin-right: 1.1rem; /* Espace entre le carré et le texte */
      margin-bottom: 2.5px;
    }
    section.tarifs .card ul p.card-tarif-p {
        font-size: 1.4rem;
        line-height: 16px;
        margin-bottom: 1rem;
    }

    .tarifs-title {
    
        
        height:30rem;
        
    }


}