/* Titres de section */
.section-title {
    font-size: 2rem;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}
/* Carousel services */
/* Carousel qui affiche tous les services et anime le défilement */
.carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 18px;
}
.carousel {
    display: flex;
    gap: 24px;
    width: 928px; /* 4 x 220px + 3 x 24px gap */
    max-width: 928px;
    min-width: 928px;
    min-height: 260px;
    position: relative;
    transition: transform 0.4s cubic-bezier(.7,.2,.3,1);
    overflow: hidden;
    flex-wrap: nowrap;
    align-items: stretch;
    margin: 0 auto;
}

.carousel-btn {
    background: #0077ff;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background 0.2s;
}
.carousel-btn:hover {
    background: #005fcc;
}
.carousel .service {
    display: block;
    background: #f5f8fa;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    padding: 32px 24px;
    text-align: center;
    min-width: 220px;
    max-width: 220px;
    width: 220px;
    min-height: 220px;
    flex: 0 0 220px;
    transition: box-shadow 0.2s;
    box-sizing: border-box;
}
.carousel .service ul {
    margin: 16px 0 0 0;
    padding: 0;
    list-style: disc inside;
    color: #0077ff;
    text-align: left;
}
/* Testimonials */
.testimonials {
    background: #fff;
    padding: 60px 0 40px 0;
    text-align: center;
}
.testimonial-list {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
}
.testimonial {
    background: #e3f0ff;
    border-radius: 14px;
    padding: 28px 22px;
    max-width: 320px;
    box-shadow: 0 2px 8px rgba(0,119,255,0.08);
    font-style: italic;
}
.testimonial span {
    display: block;
    margin-top: 12px;
    color: #0077ff;
    font-style: normal;
    font-weight: 500;
}
/* Partners */
.partners {
    background: #fafbfc;
    padding: 40px 0 30px 0;
    text-align: center;
}
.partners-list {
    display: flex;
    gap: 36px;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
}
.partners-list img {
    height: 48px;
    opacity: 0.85;
    transition: opacity 0.2s;
}
.partners-list img:hover {
    opacity: 1;
}
/* Section tout en bas */
.bottom-section {
    background: #e3f0ff;
    padding: 48px 0 32px 0;
    text-align: center;
    border-top: 1px solid #d0e2fa;
}
.bottom-section h2 {
    margin-bottom: 12px;
    font-size: 1.5rem;
}
.newsletter-form {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.newsletter-form input[type="email"] {
    padding: 10px 16px;
    border: 1px solid #b3d4fc;
    border-radius: 6px;
    font-size: 1rem;
    min-width: 220px;
}
.newsletter-form button {
    background: #0077ff;
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.newsletter-form button:hover {
    background: #005fcc;
}
/* Style épuré et moderne pour Uthum Consulting */
body {
    margin: 0;
    font-family: 'Inter', Arial, sans-serif;
    background: #fafbfc;
    color: #222;
}
.container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
header {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    padding: 18px 0;
}
/* Agrandir le logo */
.logo {
    height: 110px;
    width: auto;
    vertical-align: middle;
}

/* Flex header: logo à gauche, nav à droite */
.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: flex-end;
}
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 32px;
}
nav a {
    text-decoration: none;
    color: #222;
    font-weight: 500;
    transition: color 0.2s;
}
nav a:hover {
    color: #0077ff;
}
.hero {
    background: linear-gradient(120deg, #e3f0ff 0%, #f8fafd 100%);
    text-align: center;
    padding: 90px 0 60px 0;
}
.hero h1 {
    font-size: 2.8rem;
    margin-bottom: 18px;
    font-weight: 700;
}
.hero p {
    font-size: 1.3rem;
    margin-bottom: 32px;
    color: #444;
}
.cta {
    display: inline-block;
    background: #0077ff;
    color: #fff;
    padding: 14px 36px;
    border-radius: 30px;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,119,255,0.08);
    transition: background 0.2s;
}
.cta:hover {
    background: #005fcc;
}
#services {
    padding: 70px 0 40px 0;
    background: #fff;
}
#services h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2rem;
}
.services-list {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
}
.service {
    background: #f5f8fa;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    padding: 32px 24px;
    text-align: center;
    width: 300px;
    transition: box-shadow 0.2s;
}
.services-list {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-bottom: 18px;
}
.service {
    display: block;
    background: #f5f8fa;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    padding: 32px 24px;
    text-align: center;
    min-width: 220px;
    max-width: 220px;
    width: 220px;
    min-height: 220px;
    flex: 0 0 220px;
    transition: box-shadow 0.2s;
    box-sizing: border-box;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 400px;
    margin: 0 auto;
}
.contact-form input, .contact-form textarea {
    padding: 12px;
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    font-size: 1rem;
    background: #f8fafd;
    resize: none;
}
.contact-form button {
    background: #0077ff;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.contact-form button:hover {
    background: #005fcc;
}
footer {
    background: #f5f8fa;
    margin-top: 40px;
    font-size: 0.98rem;
    color: #555;
    border-top: 1px solid #e0e6ed;
}
.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    padding: 36px 0 12px 0;
    flex-wrap: wrap;
}
.footer-col {
    flex: 1 1 180px;
    min-width: 180px;
    margin-bottom: 18px;
}
.footer-col h4 {
    margin-bottom: 12px;
    font-size: 1.08rem;
    color: #0077ff;
}
.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-col ul li {
    margin-bottom: 8px;
}
.footer-col ul a {
    color: #555;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-col ul a:hover {
    color: #0077ff;
}
.footer-socials {
    display: flex;
    gap: 14px;
    margin-top: 6px;
}
.footer-bottom {
    text-align: center;
    padding: 12px 0 8px 0;
    color: #888;
    font-size: 0.95rem;
    border-top: 1px solid #e0e6ed;
}
@media (max-width: 900px) {
    .footer-flex {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }
    .footer-col {
        min-width: 0;
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 900px) {
    .services-list {
        flex-direction: column;
        align-items: center;
    }
    .apropos-flex {
        flex-direction: column;
        gap: 24px;
    }
    .apropos-img {
        width: 100%;
        max-width: 320px;
    }
}
