/* MARTEX Theme Styles */
@import "martex-AfUNduG.css";

/* Hero section must be below header (z-index) - override MARTEX z-index: 3 */
#hero-25.hero-section,
section.hero-section,
.hero-section {
    position: relative;
    z-index: 1 !important; /* Below header which has z-index: 1030 */
}

/* Uniformiser la hauteur des cartes features-13 - toutes les 4 cartes */
.fbox-12 {
    min-height: 245px;
    display: flex;
    flex-direction: column;
}
.fbox-12 .fbox-txt {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.fbox-12 .fbox-txt h5 {
    font-size: 1.1rem;
    margin-bottom: 8px;
}
.fbox-12 .fbox-txt p {
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 0;
    flex: 1;
}

.card .btn-outline-primary:hover {
    background-color: #0052cc;
    border-color: #0052cc;
    color: #fff;
}
.card-title a:hover {
    text-decoration: underline;
}


ul.simple-list li {
    margin-bottom: 18px;
}
ul.simple-list li:last-child {
    margin-bottom: 0;
}


ul.simple-list li p {
    margin-bottom: 7px !important;
    font: 0.875em sans-serif;
}

ul.simple-list li p a {
    font: 0.875em sans-serif;
}

/* Tableau comparatif des tarifs */
.comp-table table {
    border-collapse: separate;
    border-spacing: 0;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.comp-table thead {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.comp-table thead th {
    color: #fff;
    font-weight: 600;
    padding: 20px 15px;
    border: none;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
}

.comp-table thead th:first-child {
    text-align: left;
    padding-left: 25px;
}

.comp-table tbody tr {
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.2s ease;
}

.comp-table tbody tr:hover {
    background-color: #f8f9fa;
}

.comp-table tbody tr:last-child {
    border-bottom: none;
}

.comp-table tbody th {
    padding: 20px 25px;
    vertical-align: middle;
    background-color: #fff;
    border-right: 1px solid #e9ecef;
}

.comp-table tbody td {
    padding: 20px 15px;
    vertical-align: middle;
    border-right: 1px solid #e9ecef;
}

.comp-table tbody td:last-child,
.comp-table tbody th:last-child {
    border-right: none;
}

.comp-table .feature-name {
    margin-bottom: 8px;
}

.comp-table .feature-name strong {
    font-size: 1rem;
    color: #2c3e50;
    font-weight: 600;
}

.comp-table .feature-desc p {
    margin: 0;
    line-height: 1.5;
    font-size: 0.875rem;
}

.comp-table .ico-20 {
    font-size: 1.25rem;
}

.comp-table .ico-20.color--theme {
    color: #28a745 !important; /* Vert pour les checks */
}

.comp-table .ico-20.color--theme span {
    color: #28a745 !important;
}

.comp-table .ico-15 {
    font-size: 1rem;
}

.comp-table .disabled-option {
    color: #dc3545 !important; /* Rouge pour les croix */
    opacity: 1;
}

.comp-table .disabled-option span {
    color: #dc3545 !important;
}

.comp-table .table-last-tr {
    background-color: #f8f9fa;
    font-weight: 600;
}

.comp-table .table-last-tr th {
    background-color: #f8f9fa;
}

.comp-table .table-last-tr td {
    background-color: #f8f9fa;
}

section.ct-01.content-section h2 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

/* CTA Newsletter Card - marge à gauche */
.cta-newsletter-card {
    margin: 0 0 0 20px;
}

/* Code Section Button - fond blanc, bordure et texte bleu */
.code-section-btn {
    background-color: #ffffff;
    border: 1px solid #0052cc;
    color: #0052cc;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.code-section-btn:hover {
    background-color: #0052cc;
    color: #ffffff;
    text-decoration: none;
}

/* Formulaire de contact - Bouton submit visible */
.contact-form button[type="submit"],
.form-section button[type="submit"],
.contact-form .btn-primary,
.form-section .btn-primary {
    background-color: #0052cc !important;
    border-color: #0052cc !important;
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-weight: 600;
    padding: 12px 30px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.contact-form button[type="submit"]:hover,
.form-section button[type="submit"]:hover,
.contact-form .btn-primary:hover,
.form-section .btn-primary:hover {
    background-color: #003d99 !important;
    border-color: #003d99 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 82, 204, 0.3);
}

/* Boutons icône-seulement dans le menu navbar */
.wsmenu > .wsmenu-list > li > a.btn.icon-only {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 8px 12px;
    line-height: 1;
}

.wsmenu > .wsmenu-list > li > a.btn.icon-only i {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1;
}