body {
    background-color: #FFFEF9;
}

html, body {
    background-color: #FFFEF9;
    font-family: "Inter", sans-serif;
    
    
}


.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
    padding: 10px;
    margin-top: 2%;
    margin-bottom: 15%;
    border-radius: 15px;
}

.image-col,
.text-col {
    flex: 1 1 400px;
}

.image-col img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.image-col img:hover {
    transform: scale(1.02);
}

.product-section {
    margin-bottom: 80px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.product-section h2 {
    color: #f45d05;
    font-size: 2.2rem;
    margin-bottom: 20px;
    text-align: center;
}

.product-section h3 {
    color: #f45d05;
    font-size: 1.5rem;
    margin-top: 25px;
}

.advantages,
.disadvantages {
    margin: 15px 0;
    padding-left: 20px;
}

.advantages li,
.disadvantages li {
    margin-bottom: 8px;
}

.advantages li::before {
    content: "✓ ";
    color: #28a745;
    font-weight: bold;
}

.disadvantages li::before {
    content: "✗ ";
    color: #dc3545;
    font-weight: bold;
}

.graph-container {
    margin: 30px auto;
    max-width: 400px;
    font-family: 'Arial', sans-serif;
}

.graph-container h3 {
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.speed-graph {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.speed-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.speed-badge {
    background: #ff6b35;
    color: white;
    width: 40px;
    height: 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.speed-bar {
    height: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.speed-label {
    font-size: 14px;
    color: #333;
    min-width: 100px;
}



.graph-container {
    margin: 30px auto;
    text-align: center;
    max-width: 500px;
}

.pie-chart-container {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.pie-chart {
    width: 100%;
    height: 100%;
}

.pie-slice {
    transition: all 0.3s ease;
}

.pie-label {
    font-size: 12px;
    font-weight: bold;
    fill: #333;
}

.pie-legend {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 15px;
}

.legend-item {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.legend-color {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
}






@media (max-width: 768px) {
    .container {
        flex-direction: column !important;
        text-align: center;
    }

    .z1 {
        flex-direction: column !important;
        text-align: center;
    }

    .image-col,
    .text-col {
        flex: 1 1 100%;
    }

    .product-section h2 {
        font-size: 1.8rem;
    }
}


footer.footer-bandes {
  position: relative;
  width: 100%;
  height: 200px; 
 
  overflow: hidden;
  text-align: center;
  font-family: Arial, sans-serif;
}

footer .band {
  width: 100%;
  height: 20%;
}

footer .footer-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

footer .footer-content a {
  color: white;
}

footer .footer-content a:hover {
  text-decoration: underline;
}

footer .footer-content img {
  width: 35px;
  vertical-align: middle;

}

footer {
  margin: 0;
  padding: 0;
}


@media (max-width: 768px) {
  footer.footer-bandes {
    height: 150px;
  }
  footer .footer-content {
    font-size: 0.9rem;
  }
  footer .footer-content img {
    width: 28px;
  }
}


/* ===== Produits & Technologies ===== */
.product-tech-grid {
    margin-bottom: 40px;
}

.tech-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #ff8c3a;
    height: 100%;
}

.tech-card h3 {
    color: #f45d05;
    margin-top: 0;
}

.tech-card h3 i {
    margin-right: 10px;
}

.tech-card .badge {
    margin-right: 5px;
    margin-top: 5px;
}

/* ===== Comparaison Concurrentielle ===== */
.competitor-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.competitor-card.mistral { border-left: 4px solid #ff8c3a; }
.competitor-card.openai { border-left: 4px solid #4285f4; }
.competitor-card.google { border-left: 4px solid #34a853; }
.competitor-card.aleph { border-left: 4px solid #0066cc; }
.competitor-card.deepseek { border-left: 4px solid #ea4335; }

.competitor-card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.competitor-card h3 {
    color: #f45d05;
    margin: 0;
}

.competitor-card h3 i {
    margin-right: 8px;
}

.competitor-card .badge {
    font-size: 0.8rem;
}

.competitor-card .badge.bg-europe {
    background-color: #0066cc;
}

.competitor-card .badge.bg-usa {
    background-color: #4285f4;
}

.competitor-card .badge.bg-china {
    background-color: #ea4335;
}

.competitor-card ul {
    padding-left: 0;
    margin-bottom: 15px;
}

.competitor-card li {
    list-style: none;
    padding: 4px 0;
    font-size: 0.9rem;
}

.strengths, .weaknesses {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
}

/* ===== Analyse SWOT ===== */
.swot-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.swot-card.strength { border-left: 4px solid #28a745; }
.swot-card.weakness { border-left: 4px solid #dc3545; }
.swot-card.opportunity { border-left: 4px solid #007bff; }
.swot-card.threat { border-left: 4px solid #ffc107; }

.swot-card h3 {
    color: #f45d05;
    margin-top: 0;
}

.swot-card h3 i {
    margin-right: 10px;
}

.swot-item {
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
}

.swot-icon {
    font-size: 1.5rem;
    margin-right: 15px;
    color: #ff8c3a;
}

.swot-item h4 {
    margin: 0 0 5px 0;
    color: #333;
}

.swot-item p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

/* ===== Projection à 5 Ans ===== */
.projection-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    text-align: center;
}

.projection-card.optimistic { border-left: 4px solid #28a745; }
.projection-card.realistic { border-left: 4px solid #ff8c3a; }
.projection-card.pessimistic { border-left: 4px solid #dc3545; }

.projection-card h3 {
    color: #f45d05;
    margin-top: 0;
}

.projection-card h3 i {
    margin-right: 10px;
}

.projection-card ul {
    padding-left: 0;
    margin: 15px 0;
    text-align: left;
}

.projection-card li {
    list-style: none;
    padding: 5px 0;
    font-size: 0.9rem;
}

.projection-visual {
    margin: 20px 0;
    height: 20px;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
}

.projection-visual .bar {
    height: 100%;
    background: #ff8c3a;
    border-radius: 10px;
}

.factor-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    height: 100%;
}

.factor-icon {
    font-size: 2rem;
    color: #ff8c3a;
    margin-bottom: 10px;
}

.factor-card h4 {
    color: #f45d05;
    margin-bottom: 10px;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .swot-item {
        flex-direction: column;
        text-align: center;
    }

    .swot-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
