/* STRUCTURE ET CENTRAGE GLOBAL */
.velo-main-wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.velo-hero-centered {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 32px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0 20px 0;
    background: linear-gradient(135deg, #f8fafc 60%, #e3e6ed 100%);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(44,62,80,0.08);
}

.velo-title {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #2c3e50;
    letter-spacing: 2px;
}
.velo-subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    color: #34495e;
}
.velo-desc {
    font-size: 1.1rem;
    text-align: center;
    color: #555;
    margin-bottom: 0;
}

.velo-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 40px auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.velo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    justify-items: center;
}

.velo-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(44,62,80,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 18px 22px 18px;
    transition: box-shadow 0.2s;
    position: relative;
    min-height: 340px;
    width: 100%;
    max-width: 340px;
}
.velo-card:hover {
    box-shadow: 0 8px 32px rgba(44,62,80,0.18);
}
.velo-card-title {
    font-size: 1.15rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
    color: #2c3e50;
}
.velo-card-price {
    font-size: 1.1rem;
    color: #16a085;
    font-weight: 500;
    margin-bottom: 12px;
    text-align: center;
}
.velo-btn {
    background: #A51A1E;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 28px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 18px;
    box-shadow: 0 2px 8px rgba(44,62,80,0.08);
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.velo-btn:hover {
    background: #7a1417;
}
/* CLASSES UTILISABLES SUR LA PAGE VELO */
.velo-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 40px auto;
    padding: 0 16px;
}
.velo-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.velo-btn {
    background: #A51A1E;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 28px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 18px;
    box-shadow: 0 2px 8px rgba(44,62,80,0.08);
    text-align: center;
    display: inline-block;
}
.velo-btn.btn-added {
    background: #28a745 !important;
    color: #fff !important;
    box-shadow: 0 0 0 4px rgba(40,167,69,0.18);
    transform: scale(1.08);
    transition: all 0.3s cubic-bezier(.68,-0.55,.27,1.55);
}
.velo-btn:hover {
    background: #7a1417;
}
.velo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.velo-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(44,62,80,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 18px 22px 18px;
    transition: box-shadow 0.2s;
    position: relative;
    min-height: 340px;
}
.velo-card:hover {
    box-shadow: 0 8px 32px rgba(44,62,80,0.18);
}
.velo-card-title {
    font-size: 1.15rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
    color: #2c3e50;
}
.velo-card-price {
    font-size: 1.1rem;
    color: #000000;
    font-weight: 500;
    margin-bottom: 12px;
}

/* HERO & TITRES */
.velo-hero-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0 20px 0;
    background: linear-gradient(135deg, #f8fafc 60%, #e3e6ed 100%);
}
.velo-title {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #2c3e50;
    letter-spacing: 2px;
}
.velo-subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    color: #34495e;
}
.velo-desc {
    font-size: 1.1rem;
    text-align: center;
    color: #555;
    margin-bottom: 0;
}

/* PROMO */
.velo-promo-centered {
    text-align: center;
    margin: 30px 0 20px 0;
}
.promo-red {
    color: #000000;
    font-weight: bold;
    font-size: 1.2em;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.underline {
    text-decoration: underline;
    background: linear-gradient(135deg, #A51A1E, #A51A1E);
    color: white;
    padding: 2px 8px;
    border-radius: 15px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    margin: 0 2px;
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from { box-shadow: 0 0 5px rgba(231, 76, 60, 0.5); }
    to { box-shadow: 0 0 15px rgba(231, 76, 60, 0.8); }
}

/* GRILLE DES CARTES */
.velo-cards-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
}
.velo-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.velo-card-centered {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(44,62,80,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 18px 22px 18px;
    transition: box-shadow 0.2s;
    position: relative;
    min-height: 340px;
}
.velo-card-centered:hover {
    box-shadow: 0 8px 32px rgba(44,62,80,0.18);
}
.velo-photo-placeholder {
    width: 180px;
    height: 130px;
    background: #f3f3f3;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    overflow: hidden;
}
.velo-photo-centered {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(44,62,80,0.08);
}
.velo-card-centered h4 {
    font-size: 1.15rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
    color: #2c3e50;
}
.velo-card-centered .price {
    font-size: 1.1rem;
    color: #16a085;
    font-weight: 500;
    margin-bottom: 12px;
}
.btn-reserver {
    background: #A51A1E;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 28px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: auto;
}
 .btn-reserver:hover {
    background: #7a1417;
}

/* MODAL */
.velo-form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 18px;
}
.velo-form-label {
    font-size: 1rem;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 6px;
    margin-left: 2px;
}
.velo-form-input {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #e3e6ed;
    border-radius: 8px;
    font-size: 1.08rem;
    background: #f8fafc;
    color: #2c3e50;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 4px rgba(44,62,80,0.04);
}
.velo-form-input:focus {
    border-color: #A51A1E;
    box-shadow: 0 2px 8px rgba(165,26,30,0.10);
    background: #fff;
}
.velo-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(44,62,80,0.18);
    align-items: center;
    justify-content: center;
    transition: opacity 0.35s;
    opacity: 0;
}
.velo-modal-content {
    background: #fff;
    border-radius: 20px;
    padding: 38px 32px 28px 32px;
    box-shadow: 0 12px 40px rgba(44,62,80,0.22);
    max-width: 420px;
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: scale(0.92);
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
}
.velo-modal-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 18px;
    animation: fadeIn 0.5s;
}
.velo-modal-photo {
    width: 160px;
    height: 110px;
    background: #f3f3f3;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    overflow: hidden;
}
.velo-modal-photo-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(44,62,80,0.08);
    background: #fff;
}
.velo-modal-photo-placeholder {
    width: 100%;
    height: 100%;
    background: #e9ecef;
    border-radius: 10px;
}
.velo-modal-title {
    font-size: 1.15rem;
    font-weight: 700;
    text-align: center;
    color: #2c3e50;
    margin-bottom: 6px;
}
.velo-modal-price {
    font-size: 1.08rem;
    color: #A51A1E;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.velo-modal-close {
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 2.2rem;
    color: #A51A1E;
    cursor: pointer;
    transition: color 0.2s;
    font-weight: bold;
    background: none;
    border: none;
}
.velo-modal-close:hover {
    color: #7a1417;
}
.btn-reserver-modal {
    background: #A51A1E;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 32px;
    font-size: 1.08rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 22px;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(44,62,80,0.08);
}
 .btn-reserver-modal:hover {
    background: #7a1417;
    box-shadow: 0 4px 16px rgba(44,62,80,0.18);
}

.velo-modal.active {
    display: flex !important;
    opacity: 1;
}
.velo-modal.active .velo-modal-content {
    opacity: 1;
    transform: scale(1);
}

/* INFO SECTION */
.velo-info-centered {
    text-align: center;
    margin: 40px auto 0 auto;
    font-size: 1.1rem;
    color: #2c3e50;
    max-width: 700px;
}

/* Version professionnelle avec styling avancé */
.velo-info-professional {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 30px 25px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 800px;
}

.velo-info-professional .security-guarantee,
.velo-info-professional .professional-service,
.velo-info-professional .trust-commitment {
    margin: 15px 0;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 1.05rem;
    line-height: 1.6;
    transition: all 0.3s ease;
}

.velo-info-professional .security-guarantee {
    background: linear-gradient(135deg, #e8f5e8 0%, #f0f8f0 100%);
    border-left: 4px solid #28a745;
    color: #155724;
}

.velo-info-professional .professional-service {
    background: linear-gradient(135deg, #fff3cd 0%, #fef9e7 100%);
    border-left: 4px solid #ffc107;
    color: #856404;
}

.velo-info-professional .trust-commitment {
    background: linear-gradient(135deg, #d1ecf1 0%, #e3f2fd 100%);
    border-left: 4px solid #17a2b8;
    color: #0c5460;
}

.velo-info-professional div:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Notification ajout panier */
.velo-cart-notif {
    position: fixed;
    top: 24px;
    right: 32px;
    z-index: 99999;
    background: #fff;
    color: #A51A1E;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(44,62,80,0.18);
    padding: 18px 32px;
    font-size: 1.15rem;
    font-weight: 600;
    display: none;
    align-items: center;
    gap: 12px;
    animation: cartNotifAnim 1.2s cubic-bezier(.6,-0.28,.74,.05);
}
.velo-cart-notif.show {
    display: flex;
}
.velo-cart-notif .cart-icon {
    font-size: 1.6rem;
    color: #A51A1E;
    margin-right: 8px;
    animation: cartIconAnim 1.2s cubic-bezier(.6,-0.28,.74,.05);
}
@keyframes cartNotifAnim {
    0% { opacity: 0; transform: translateY(-30px) scale(0.8); }
    40% { opacity: 1; transform: translateY(0) scale(1.05); }
    80% { opacity: 1; transform: scale(1); }
    100% { opacity: 0; transform: translateY(-30px) scale(0.8); }
}
@keyframes cartIconAnim {
    0% { transform: scale(0.7) rotate(-20deg); }
    40% { transform: scale(1.2) rotate(10deg); }
    80% { transform: scale(1) rotate(0deg); }
    100% { transform: scale(0.7) rotate(-20deg); }
}

