/*GLOBAL*/

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
}

ul {
    padding: 0;
}

li {
    list-style-type: none;
}


/*ENTETE*/

#entete {
    margin: 0;
    padding: 50px 0;
    text-align: center;
}

h1 a {
    text-decoration: none;
    color: #fff;
}


/*MAIN*/

#costumer-project {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: start;
}

a i,
button i {
    font-size: 2.2rem;
}

article footer {
    display: flex;
    padding-top: 10px;
    margin-top: 10px;
    flex-direction: row-reverse;
}

#costumer-search {
    margin: 16px 0;
    flex-basis: 32%;
}


/*RECHERCHE CLIENT*/

#customer-results a {
    display: block;
}


/*CUSTOMER DETAILS*/

#customer_details {
    display: flex;
}

/*ABOUT CUSTOMER*/

#about-customer header {
    display: flex;
    justify-content: space-between;
}

