/* Style général du body */
body {
    font-family: 'Manrope', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #1F2039;
    color: #F9F8FF;
}

/* Header */
header {
    background-color: #FFFFFF;
    padding: 10px 0;
}

.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

header nav a {
    color: #242424;
    margin-left: 20px;
    text-decoration: none;
}

/* Main Section */
main {
    padding: 20px;
    text-align: left;
}

/* Title */
.main-title {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5em;
    color: #A5B4FC;
}

/* Robbie */
.robbie-image-container {
    text-align: center;
    margin: 20px 0;
}

.robbie-image {
    max-width: 100%;
    height: auto;
}

/* Section */
.about-section {
    text-align: left;
    border-right: 1px solid #8e86b5;
    border-bottom: 1px solid #8e86b5;
    padding-right: 20px;
    padding-bottom: 20px;
}

.intro-text {
    font-size: 1.1em;
    color: #F9F8FF;
}

h2.services-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8em; /* Réduit la taille du titre "Services" */
    color: #f9f9f9; /* Noir pour "Services" */
    text-align: left;
}

/* Services Section */
.services-section {
    margin-left: 40px;
}

.services-list {
    list-style-type: disc;
    padding-left: 20px;
}

/* Highlight (professionnalisme et passion) */
.highlight {
    color: #A5B4FC; 
}

/* CTA Section (Un projet ? et Voir mon portfolio) */
.cta-section {
    text-align: center;
    margin-top: 20px;
}

.cta {
    background: linear-gradient(to right, #8E86B5, #ACAEED);
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
    margin: 10px;
    display: inline-block;
    width: 250px;
    text-align: center;
}

.cta:hover {
    background: linear-gradient(to right, #696484, #8788BA);
}

/* Footer */
footer {
    background-color: #FFFFFF;
    padding: 20px 0;
    text-align: center;
}

.footer-logos {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.footer-logos img {
    width: 40px;
    height: auto;
}

footer a {
    color: #242424;
    text-decoration: none;
}


footer {
    position: relative;
    margin-top: 40px;
}
