* {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
}

nav {
    width: 100%;
    background-color: rgba(149, 70, 13, 0.918);
    display: flex;
    align-items: center;
}

.logo img {
    width: 130px;
    height: 130px;
    margin-left: 40px;
}

.option {
    margin-left: auto;
    margin-right: 60px;
}

.option button {
    margin-left: 40px;
    color: white;
    font-size: 17px;
    border: none;
    background: none;
}

.option button:hover {
    text-decoration: underline;
    cursor: pointer;
}

#content .titre {
    text-align: center;
    padding-top: 25px;
}

#content .texte {
    font-size: 18px;
    text-align: center;
    padding: 20px 130px;
}

#content .aaa {
    display: block;
    width: 240px;
    height: 40px;
    font-size: 17px;
    border: none;
    border-radius: 16px;
    color: white;
    background-color: rgba(149, 70, 13, 0.918);
    margin: 40px auto;
}

#content .aaa:hover {
    cursor: pointer;
    transform: scale(1.05);
}
.points-forts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px;
    gap: 20px;
}

.point {
    background-color: #f5f5f5;
    padding: 15px 20px;
    border-radius: 12px;
    font-size: 16px;
    min-width: 200px;
    text-align: center;
}

.phrase {
    text-align: center;
    font-size: 20px;
    font-style: italic;
    margin: 40px;
    color: #333;
}

.valeurs {
    margin: 40px auto;
    width: 70%;
    background-color: #f5f5f5;
    padding: 25px;
    border-radius: 16px;
}

.valeurs h2 {
    text-align: center;
    margin-bottom: 15px;
}

.valeurs ul {
    list-style: none;
    text-align: center;
}

.valeurs li {
    padding: 6px 0;
    font-size: 17px;
}

.services {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 40px;
}

.service {
    width: 220px;
    padding: 20px;
    margin: 10px;
    background-color: #f5f5f5;
    border-radius: 12px;
    text-align: center;
    transition: 0.5s;
}
.service:hover{
    height: 200px;
    background-color: black;
    color: white;
}
.boite {
    margin: 20px auto;
    width: 300px;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 12px;
    text-align: center;
}
.artisan{
    width: 80px;
    height: 80px;
    margin-left: 47.25%;
    margin-top: 4%;
}