.accroche {
    background: var(--thm-c-clair2);
    color: rgb(23, 170, 232);
    height: 120px;
    font-size: 1.8rem;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 1.3;
    text-transform: uppercase;
}

/* avis */
section .avis-clients .auteur_date {
    color: var(--thm-c-mi-clair);
    font-size: 20px;
    margin-top: 10px;
    float: right;
    padding-right: 20px;
}

section .avis-clients .notation {
    text-align: center;
    padding-top: 20px;
}

section .avis-clients .notation .etoiles img {
    width: 150px;
    margin-top: 5px;
    margin-bottom: 5px;
}

section .avis-clients .notation .pf img {
    margin-left: 8px;
    width: 20px;
}

section .avis-clients .notation .pf a {
    font-size: 1rem;
}

section .btn-decouvrir .bouton {
    border-radius: 100px;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(90deg, rgb(255, 255, 153), rgb(255, 128, 4));
    border: 3px solid rgb(23, 170, 232);
    box-shadow: 2px -3px 0px 0px rgb(255, 255, 0);
    opacity: .9;
}

section .btn-decouvrir .bouton:hover {
    opacity: 1;
}

section .btn-decouvrir .bouton p {
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
}

section .liens-externes a {
    font-size: 1.1rem;
    color: var(--c-black);
    text-decoration: none;
}

section .liens-externes a:hover {
    font-weight: 600;
}