
.img {
    width: 50%;
    max-width: 128px;
    height: auto;
}


/******************** HEADER ********************/

/********** Navigation **********/

header {
    position: fixed;
    top: 4px;
    right: 4px;
}

nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

/******************** SECTION 1 ********************/

/* s = Section  */
#s1 {
    margin: 80px 10px 16px 10px;
}

h1 {
    margin: 0 0 16px 0;
}


/******************** SECTION 2 ********************/

#s2 {
    margin: 0 0 16px 0;
}

.banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;

    margin: 0 0 8px 0;
    padding: 16px 8px;

    background-color: var(--couleur-primary-10);
    color: var(--couleur-primary-90);
}

.banner-cta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
}

/******************** SECTION 3 ********************/

h2, h2 + .st {
    margin: 0 0 8px 0;
}


#s3 {
    margin: 0 10px 16px 10px;
}

/******************** SECTION 4 ********************/

#s4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10px 16px 10px;
}

.man-smile {
    width: 100%;
    margin: 0 0 8px 0;
}

.avis-clients {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.avis-client {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin: 0 0 8px 0;
}

.profil-picture {
    margin: 0 0 4px 0;
}

.profil-name {
    margin: 0 0 2px 0;
}

.profil-stars {
    margin: 0 0 8px 0;
}

/******************** SECTION 5 ********************/

#s5 {
    margin: 0 10px 16px 10px;
}

.p:not(:last-child) {
    margin: 0 0 4px 0;
}

/******************** SECTION 6 ********************/

/* Identique à la section 2  */

/******************** footer ********************/

footer {
    background-color: var(--couleur-primary-10);
    color: var(--couleur-primary-90);

    padding: 16px 10px 16px 10px;
}

footer .st {
    margin: 0 0 16px 0;
}

footer ul li:not(:last-child) {
    margin: 0 0 8px 0;
}

#footer-final {
    width: fit-content;
    margin: 16px auto 0 auto;
}