/* Style appliquer a toute la page */
* {
    text-decoration: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Red Hat Display", sans-serif;
    /* border: 1px solid red; */
}

body {
    background-color: #0E1116;
}

/* Debut de la barre de navigation */
nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border: 1px solid;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(
        90deg,
        rgba(0, 130, 138, 1) 0%,
        rgba(0, 194, 152, 1) 50%,
        rgba(10, 43, 58, 1) 100%
    );
}

nav img {
    height: 50px;
    width: auto;
}


nav ul {
    display: flex;
    list-style: none;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

nav a {
    color: #0E1116;
}

nav a:hover {
    color: whitesmoke;
}

.btn-nav {
    display: flex;
    border: 1px solid #00c298;
    border-radius: 7px;
    padding: 7px;
    align-items: center;
    justify-content: center;
    height: 30px;
    background: #00c298;
}
/* Fin de la barre de navigation */

/* Debut du conteneur hero */
.hero-container {
    display: flex;
    border-radius: 10px;
    margin: 20px;
    padding-top: 130px;
    height: 560px;
    justify-content: space-between;
}

.paragraphe {
    padding: 10px;
    height: 100%;
    width: 50%;
}

.paragraphe p {
    line-height: 40px;  
}

.hero-title {
    display: flex;
    gap: 10px;
}

.hero-title img {
    height: 50px;
    width: auto;
}

.paragraphe h1 {
    font-size: 40px;
    margin-bottom: 0;
    color: white;
}

.paragraphe h2 {
    margin-top: 1px;
    margin-bottom: 30px;
    color: #00c298;
}

.paragraphe p {
    font-size: 20px;
    color: white;
    width: 660px;
}

.ilustration-hero {
    display: flex;
    text-align: center;
    justify-content: center;
    height: 100%;
    width: 50%;
}

.ilustration-hero img {
    margin-top: 30px;
    height: 360px;
    width: auto;
}
/* Fin du conteneur hero */

/* Debut du conteneur nos expertise */
.description-container {
    height: max-content;
    margin: 20px;
    color: white;
}

.description-container h1 {
    margin-top: 110px;
    text-align: center;
    font-size: 50px;
}

.description-container p {
    margin-top: 10px;
    text-align: center;
    font-size: 19px;
}

.expertise {
    display: flex;
    gap: 100px;
    padding: 50px;
    justify-content: center;
    margin-top: 30px;
}

.web-container,
.app-container {
    border: 1px solid white;
    border-radius: 13px;
    padding: 20px;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #161B22;
}

.web-container h2,
.app-container h2 {
    text-align: center;
    margin-bottom: 10px;
}

.web-container p,
.app-container p {
    margin: 0 0 15px 0;
    text-align: center;
    font-size: 16px;
    color: #8B93A0 !important;
}

.web-container a,
.app-container a {
    color: #8B93A0 !important;
}

.web-container a:hover,
.app-container a:hover {
    color: whitesmoke !important;
}

.web-container hr,
.app-container hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 0 20px 0;
    width: 100%;
}

.web-container ul,
.app-container ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
    flex-grow: 1;
}

.web-container li,
.app-container li {
    margin: 10px 0;
}

.web-container img,
.app-container img {
    height: 170px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.competences {
    margin: 30px;
    padding: 20px;
}

.competences h2 {
    text-align: center;
    margin-bottom: 20px;
}

.techno {
    display: flex;
    justify-content: center;
    gap: 40px !important;
}

.techno-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.techno-description img {
    height: 60px;
    width: auto;
    margin-bottom: 5px;
}

.competences {
    margin: 30px;
    padding: 20px;
}

.competences h2 {
    text-align: center;
    margin-bottom: 20px;
}

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

.techno-description {
    display: grid;
}

.techno-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.techno-description img {
    height: 60px;
    width: auto;
    margin-bottom: 5px;
}

.web-container a,
.app-container a {
    margin-top: 20px;
    color: black;
    font-size: 20px;
}

hr {
    width: 100%;
}
/* Fin du conteneur nos expertise */

/* Debut du conteneur Ce que l’on fait */
.services {
    display: flex;
    margin: 70px 20px;
    justify-content: space-between;
    padding: 20px;
    margin-top: 100px;
}

.services-left {
    width: 60%;
}

.services h1 {
    margin-bottom: 50px;
    color: white;
}

.services p {
    width: 90%;
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 100%;
    color: #8B93A0;
}

.web,
.logiciel {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 10px;
}

.tag {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 0px;
    color: white;
    white-space: nowrap;
}

.hashtag {
    font-size: 18px;
    font-weight: 700;
    background-color: #02a99c;
    color: white;
    border-radius: 6px;
    padding: 4px 8px;
}

.services-right {
    width: 40%;
    display: flex;
    text-align: center;
    justify-content: center;
}

.services-right img {
    height: 340px;
    width: auto;
}
/* Fin du conteneur Ce que l’on fait */

/* Debut du conteneur notre processus */
.processus {
    margin: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.processus-top {
    margin-bottom: 40px;
}

.processus-top h1 {
    color: white;
    margin-bottom: 10px;
}

.processus-top p {
    color: #8B93A0;
}

.processus-bottom {
    display: flex;
    gap: 30px;
}

.card-processus {
    border: 1px solid white;
    border-radius: 10px;
    background-color: #161B22;
    padding: 10px;
    width: max-content;
}

.card-processus svg {
    color: #02a99c;
    margin-bottom: 10px;
    height: 30px;
    width: auto;
}

.card-processus h5 {
    color: white;
    margin-bottom: 10px;
    font-size: 20px;
}

.card-processus p {
    color: #8B93A0;
}
/* Fin du conteneur notre processu */

/* Debut du conteneur Nos clients */
.clients {
    margin: 100px 20px;
    padding: 20px;
}

.title-clients {
    display: flex;
    justify-content: space-between;
    color: white;
}

.clients p {
    width: 50%;
    color: #8B93A0;
}

.projects {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.clients-projects {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.clients-projects .projects {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #161B22;
    border: 1px solid #8B93A0;
    border-radius: 10px;
    padding: 10px;
    margin: 25px 0;
    text-align: center;
}

.projects-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.projects-info h1 {
    color: white;
}

.projects:hover {
    color: #0E1116;
    border: 1px solid white;
    transform: translate(2px, -2px);
}

.projects-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.status {
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 10px;
    border: 1px solid;
}

.status-progress {
    color: #f0b429;
    border-color: #f0b429;
}

.status-done {
    color: #02a99c;
    border-color: #02a99c;
}

.tag-projects {
    display: flex;
    gap: 10px;
}

.tag-projects span {
    border: 1px solid #02a99c;
    background-color: #02a99c;
    border-radius: 10px;
    padding: 5px;
}

.btn-project {
    display: inline-block;
    align-self: center;
    margin: auto 0;
    margin-top: 26px !important;
    padding: 8px 16px;
    border: 1px solid #02a99c;
    color: #02a99c;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.85rem;
    line-height: 1;
}

.btn-project:hover {
    background-color: #02a99c;
    color: white;
}

.clients a {
    display: inline-block;
    border: 1px solid #02a99c;
    background-color: #02a99c;
    color: #0E1116;
    border-radius: 10px;
    padding: 10px;
    margin-top: 20px;
    text-align: center;
}

.clients a:hover {
    color: whitesmoke;
}
/* Fin du conteneur Nos clients */

/* Debut du conteneur Notre equipes */
.team-container {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin: 90px 10px;
    margin-bottom: 170px;
}

.team-description {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 70%;
    padding-left: 350px;
    text-align: left;
}

.team-description h1 {
    color: white;
}

.team-description p {
    width: 100%;
    margin-top: 10px;
    line-height: 40px;
    color: #8B93A0;
}

.team-description a {
    border: 1px solid #02a99c;
    background-color: #02a99c;
    border-radius: 10px 0px 10px 0px;
    padding: 10px;
    color: black;
    text-align: center;
    width: max-content !important;
}

.team-description a:hover {
    color: whitesmoke;
}

.team-section-right {
    width: 60%;
}

.team-section {
    max-width: 450px;
    padding: 35px 28px;
    background-color: #161B22;
    border-radius: 22px;
    border: 1px solid white;
}

.team-title h1 {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 6px 0;
}

.team-subtitle p {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    margin: 0 0 26px 0;
}

.team-list {
    display: flex;
    flex-direction: column;
}

.team-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 12px;
    border-radius: 14px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.team-item:hover {
    background: rgba(255,255,255,0.05);
    transform: translateX(4px);
}

.team-item + .team-item {
    margin-top: 6px;
}

.team-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.team-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    background: #1a1a1a;
    flex-shrink: 0;
    border: 2px solid white;
}

.team-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.team-name {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
}

.team-pseudo {
    font-size: 13px;
    font-weight: 700;
    color: #8B93A0;
}

.team-role {
    font-size: 12.5px;
    font-weight: 600;
    color: #3ee08a;
    letter-spacing: 0.3px;
}

.team-arrow {
    font-size: 16px;
    color: rgba(255,255,255,0.35);
    transition: color 0.2s ease, transform 0.2s ease;
    margin-left: 2px;
}

.team-item:hover .team-arrow {
    color: #3ee08a;
    transform: translate(2px, -2px);
}


/* Fin du conteneur Notre equipes */

/* Debut du footer */
footer {
    border: 1px solid #0d3b4e;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #062632;
    padding: 32px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 28px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d6eef5;
}

.footer-logo img {
    height: 48px;
    width: auto;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-col h4 {
    color: #d6eef5;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.footer-col a {
    color: #6b9faf;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.footer-col a:hover {
    color: #d6eef5;
}

.footer-divider {
    border: none;
    border-top: 1px solid #0d3b4e;
    margin: 0 0 20px 0;
    width: 100%;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #6b9faf;
    font-size: 0.85rem;
}

.footer-bottom a:hover {
    color: #d6eef5;
}
/* Fin du footer */
