main form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 39px;
}

main a#link_to_groupe {
    text-align: center;
    width: fit-content;
    margin: auto auto 10px;
}

.top-search {
    display: flex;
    flex-direction: column;
    gap: 23px;
    min-width: 88%;
    max-width: 95%;
    align-items: center;
}

main .mult-select-tag {
    margin-top: 8px;
}

.search-container {
    width: 90%;
    display: flex;
    gap: 19px;
    flex-direction: column;
}

.search-container div.display_column {
    display: flex;
    flex-direction: column;
}

.search-container div label {
    margin-bottom: 8px;
    margin-top: 5px;
    margin-right: 5px;
}

main .button_effect_green {
    margin-top: 3%;
}

.prest-main {
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 90%;
}

.prest-main .prest-area {
    text-align: center;
}

.prest-profile {
    border: solid 2px #5a2d7f;
    border-radius: 20px;
    padding: 5%;
    margin-bottom: 5%;
}

.prest-top {
    display: flex;
    flex-direction: row;
    gap: 5%;
    align-items: center;
    margin-bottom: 21px;
}

.prest-name {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.prest-name * {
    margin: 0;
}

.prest-name a {
    text-decoration: none;
}

.prest-name a:hover {
    color: blue;
}

.prest-avatar {
    height: auto;
    width: 25%;
}

.prest-avatar img {
    height: 100%;
    width: 100%;
    border-radius: 50px;
}

.prest-not-found {
    margin-top: 0;
    font-size: 19px;
    text-align: center;
}

@media screen and (min-width: 600px) {
    .prest-not-found {
        font-size: 25px;
        background-color: #e5e5e5;
        padding: 12px;
        border-radius: 12px;
    }

    .search-container {
        width: 70%;
    }

    main .button_effect_green {
        width: 200px;
    }

    .prest-top {
        gap: 0;
    }

    .prest-name {
        align-self: stretch;
        justify-content: space-evenly;
    }

    .prest-main .prest-area {
        font-size: 29px;
    }
}

@media screen and (min-width: 1200px) {
    .prest-not-found {
        margin-top: 35px;
    }

    main form {
        margin-bottom: 20px;
    }

    .search-container {
        width: 50%;
    }

    main .button_effect_green {
        margin-top: 14px;
        width: 210px;
        gap: 12px;
        font-size: 20px;
    }

    .prest-name a {
        font-size: 23px;
    }

    .prest-name h2 {
        font-size: 30px;
    }

    .prest-name h3 {
        font-size: 26px;
    }

    .prest-main .prest-area {
        font-size: 41px;
        margin-bottom: 0;
    }

    .prest-avatar {
        height: auto;
        width: 15%;
    }

    .prest-profile {
        width: 80%;
        padding: 2%;
        margin-bottom: 0;
    }

    .prest-main {
        align-items: center;
        gap: 27px;
    }
}
