#Contact {
    border: 1px solid white;
    background-color: whitesmoke;
    border-radius: 15px;

}

.btnoffres {
    text-decoration: none;
    color: black;
}

/* Styles du logo */
.logo-container {
    display: inline-flex;
    align-items: center;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 24px;
    background: linear-gradient(90deg, #4CAF50, #2196F3);
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.logo-part {
    display: inline-block;
    padding: 0 5px;
}

.logo-sms {
    color: black;
    background: white;
    border-radius: 4px;
    padding: 2px 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.logo-p {
    color: white;
    background: #ff5722;
    border-radius: 4px;
    padding: 2px 5px;
    margin-left: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.logo-plus {
    color: white;
    font-size: 30px;
    line-height: 0;
    margin-left: 3px;
}


.pricing-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border: none;
    border-radius: 16px;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.popular-badge {
    position: absolute;
    top: -12px;
    right: 24px;
    background: linear-gradient(45deg, #FF6B6B, #FF8E53);
    padding: 8px 16px;
    border-radius: 20px;
    color: white;
    font-weight: 600;
}

.feature-list li {
    margin-bottom: 12px;
    color: #666;
}

.feature-list li:before {
    content: "✓";
    color: #4CAF50;
    margin-right: 8px;
    font-weight: bold;
}

.price-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2C3E50;
}

.price-period {
    color: #95A5A6;
    font-size: 1rem;
}

.btn-custom {
    padding: 12px 32px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
