#bienfaits .btn,
#hero .btn,
#story .btn,
a.btn,
form button {
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
    transition: background-color .3s;
    color: #fff
}

#bienfaits h1,
#hero h1,
.birthstone-regular,
nav ul li a {
    font-style: normal
}

#bienfaits h1,
#hero h1,
#story h1,
.birthstone-regular,
nav ul li a {
    font-family: Birthstone, serif
}

#bienfaits p,
#hero p,
#story p {
    margin-bottom: 30px
}

#article p,
nav ul li a:hover {
    color: #121110
}

#bienfaits,
#hero,
#story {
    color: #312f33;
    padding: 120px 20px
}

#contact,
#services {
    padding: 60px 20px;
    background-image: linear-gradient(to top, #cfd9df 0, #e2ebf0 100%)
}

#contact,
body {
    background-color: #f4f4f9
}

#services,
form {
    background-color: #fff
}

.benefit,
.service-item,
form {
    border-radius: 8px
}

#services,
form,
header {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
}

.service-item .btn,
footer {
    background-image: linear-gradient(60deg, #16a085 0%, #f4d03f 100%);
    /*background-color: #009688;*/

    font-size: 1.1rem
}

footer,
header {
    padding: 20px 0;
    color: #fff
}

.service-item .btn,
footer a,
nav ul li a {
    text-decoration: none
}

#bienfaits,
#contact,
#hero,
#services,
#story,
.temoignages,
footer,
footer a,
header {
    text-align: center
}


#bienfaits p,
#bio,
#story h1,
#story p {
    text-align: justify;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
    padding: 1rem
}

footer a:hover,
nav ul li a:hover {
    text-decoration: underline
}

.birthstone-regular {
    font-weight: 400
}

.highlight,
.service-item .btn,
footer a,
form button,
nav ul li a {
    font-weight: 700
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.6
}

header {
    background-color: #e1ccb6;
}

header h1 {
    font-size: 2.5rem;
    margin: 0
}

nav ul {
    list-style: none;
    padding: 0
}

nav ul li {
    display: inline;
    margin-right: 20px;
    padding-left: 10px
}

nav ul li a {
    color: #646060;
    font-size: 3rem;
    transition: color .3s ease-in-out
}

#hero {
    background: url('../images/4_saisons.webp') center/cover no-repeat fixed
}

#bienfaits h1,
#hero h1,
#hero p {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #d9d0d0;
    background: rgba(48, 47, 47, 0.7);
    border-radius: 10px
}

#hero p {
    font-size: 1.4rem;
    font-style: italic
}

#bienfaits .btn,
#hero .btn,
#story .btn,
a.btn {
    padding: 15px 30px;
    font-size: 1.2rem;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700
}

#story {
    background: url('../images/meditation.webp') center/cover no-repeat fixed
}

#story h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #b9b4b4;
    font-style: normal;
    background: rgba(7, 7, 7, .3);
    border-radius: 5px
}

#bienfaits p,
#story p {
    font-size: 1.4rem;
    background: rgba(7, 7, 7, .8)
}

#bienfaits p,
#bio,
#story p {
    line-height: 1.8;
    color: #dbdbe1;
    font-family: 'Playfair Display', serif;
    border-radius: 5px
}

#bienfaits p,
#story p,
.avis {
    font-style: italic
}

#bio {
    background: rgba(7, 7, 7, .4)
}

#story p {
    font-weight: bolder
}

.highlight {
    color: #4caf50
}

.benefit {
    background-color: rgba(49, 48, 48, 0.15) #fff;
    border-left: 5px solid #4caf50;
    padding: 15px;
    margin: 15px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    transition: transform .2s ease-in-out, box-shadow .2s ease-in-out
}

.benefit:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15)
}

#hero .btn:hover,
form button:hover {
    background-color: #e5533d
}

#bienfaits {
    background: url('../images/4_saisons.webp') center/cover no-repeat fixed
}

#services h2 {
    font-size: 2.5rem;
    color: #009688;
    margin-bottom: 30px
}

.service-item {
   background-image: linear-gradient(to top, #fad0c4 0, #c69294 100%);
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    transition: transform .3s ease-in-out
}

.service-item:hover {
    transform: translateY(-10px)
}

.service-item h3 {
    font-size: 2rem;
    color: #009688;
    margin-bottom: 15px
}

.service-item p {
    font-size: 1.2rem
}

.service-item strong {
    color: tomato;
    font-size: 1.4rem
}

.service-item .btn {
    margin-top: 20px;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px
}

.service-item .btn:hover {
    background-color: #00796b
}

form {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background-image: linear-gradient(to top, #ff9a9e 0, #fecfef 99%, #fecfef 100%)
}

form button,
form input,
form select {
    width: 96%;
    padding: 15px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.1rem
}

form button {
    border: none;
    cursor: pointer
}

form button:focus,
form input:focus,
form select:focus {
    outline: 0;
    border-color: #009688
}

.temoignages {

    background-color: #e1ccb6;
    padding: 20px;
}

.avis {
    color: #423f3f
}

aside img {
    width: 10rem;
    margin-top: 3rem
}

footer a {
    color: #fff
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px
}

.social-icons a img {
    width: 50px;
    transition: transform .3s ease-in-out, filter .3s ease-in-out
}

.social-icons a:hover img {
    transform: scale(1.2);
    filter: brightness(1.2);
    transform: rotate(10deg) scale(1.2)
}

.wecasa {
    border-radius: 50%
}