.logo_img {
    width : 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

textarea {
    max-height: 200px !important;
    overflow: auto !important;
}

.pagination a {
	background: none !important;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
	color: #323231 !important;
}

.captcha{
    width: 200px;
    display: inline-block;
    margin-left: 10px;
}

.label_captcha{
    width: 100%;
    padding-left: 15px;
}


.inscription-form label{
    font-weight: normal;
    margin-top: 5px;
}

.justify-content-around{
    justify-content: space-between;
}