main {
    max-width: 100vw;
    padding: 0;
}



.principal-title a{ 
    color: white;
}
.title-section {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* margin-bottom: 5rem; */
    /* background-image: url("../IMG/alarmes-banner.webp"); */
    /* background-position: center;
    background-size: cover;
    height: 600px; */
    margin-top: 2rem;
    margin-bottom: 2rem;

}
.title-section h1 {
    font-size: 4rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    /* color: #212121; */
}

.title-section h2 {
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #212121;
}

.section-title {
    text-align: center;
    margin: 0rem 0 0rem 0;
    font-size: 2rem;
    color: #212529;
}
.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 1rem;
}
.card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-width: 300px;
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.3s;
}
.card:hover {
    transform: translateY(-5px);
}
.card h3 {
    margin-top: 0;
    color: #007bff;
}
.card p {
    font-size: 0.95rem;
    margin: 1rem 0;
}
.card .price {
    font-weight: bold;
    font-size: 1.2rem;
    color: #28a745;
}
.card button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 0.7rem 1.2rem;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
}
.card button:hover {
    background-color: #0056b3;
}
/* Kit section */
.kit-section {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.abonnement-section{
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.maintenance-section{
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.subtitle {
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
}

ul li {
 list-style: none;   
}

.explication-section{
    text-align: center;
    margin-top: 5rem;
    max-width: 70%;
    margin: 0 auto;
}

ul li p {
    margin: 0;
    padding: 0;
}
main section{
    max-width: 80%;
    margin: 0 auto;
}