.img-search{
    width: 100%;
}


.section-search{
    position: relative;
}
.section-search::before,
.section-search::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section-search::before {
    background-image: url("../../img/recherche_4.png");
    background-size: cover; 
    background-attachment: fixed;
    background-repeat: no-repeat; 
}
.section-search::after {
    background: rgba(0,0,0,.2);
}
.section-search .row {
    height: calc(80vh - 80px);
    min-height: 350px;
}
.search-title {
    color: var(--color-third-3);
    font-family: 'Questrial', arial, sans-serif;
    font-size: 2rem;
}
.img-avatar{
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.title-artisan{
    font-size: 42px;
    text-align: center;
}
.input-group {
    margin-bottom: 0;
}
.form-control {
    margin-bottom: 0;
    padding: 0 10px;
    height: 60px;
    border-radius: 0;
}
.area-link {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

/* Last product section*/


/* Last section home*/
.last-section button{
    margin-bottom: 15px;
}

.artisan-list .col-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}