.emp-profile {
    padding: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}

.profilpharmacie {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(224deg, rgba(49, 99, 73, 1) 0%, rgba(124, 196, 60, 1) 98%);
    width: 100%;
    height: 300px;
    border-radius: 0.75rem;
    margin-bottom: 5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 2px solid #fff;
}

.profilapercu {
    position: absolute;
    bottom: -3.5rem;
    display: flex;
    gap: 0.5rem;
    align-items: end;
    width: 100%;
    padding: 0 2rem;
}

.profilapercu .avatar i.default {
    font-size: 2.5rem;
    color: #282b2c2c;
}

ul.sousmenuprofil {
    margin-left: auto;
    list-style: none;
    margin-bottom: 0.5rem;
}

ul.sousmenuprofil li {
    display: inline;
    border-bottom: solid 1px #a1a9ac;
    padding: 0.5rem;
}

ul.sousmenuprofil li.active {
    font-weight: 600;
    border-bottom: solid 3px rgba(124, 196, 60, 1);
}

.profilapercu .logo {
    position: relative;
    background: #fff;
    border: 5px solid #f4f4f5;
    overflow: hidden;
}

.profilapercu .logo input,
.profilapercu .logo label {
    display: none;

}

.profilapercu .logo label {
    position: absolute;
    top: 0px;
    left: -4px;
    width: 100%;
    height: 100%;
    background: #00000085;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    color: #fff;
}

.profilapercu .logo:hover label {
    display: flex;
}

.img-container {
    display: flex;
    gap: 1rem;
}

.img-container .contentimg {
    border-radius: 0.75rem;
    overflow: hidden;
}

.img-container .preview {
    flex-shrink: 0;
    flex-grow: 0;
    overflow: hidden;
    width: 160px;
    height: 160px;
    border: 2px solid rgb(36, 125, 184);
    border-radius: 0.75rem;
}

.img-container .preview img {
    border-radius: 0.75rem;
}

.profile-img {
    text-align: center;
}

.profile-img img {
    width: 70%;
    height: 100%;
}

.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}

.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}

.profile-head h5 {
    color: #333;
}

.profile-head h6 {
    color: #0062cc;
}

.profile-edit-btn {
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}

.proile-rating {
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}

.proile-rating span {
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}

.profile-head .nav-tabs {
    margin-bottom: 5%;
}

.profile-head .nav-tabs .nav-link {
    font-weight: 600;
    border: none;
}

.profile-head .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #0062cc;
}

.profile-work {
    padding: 14%;
    margin-top: -15%;
}

.profile-work p {
    font-size: 12px;
    color: #818182;
    font-weight: 600;
    margin-top: 10%;
}

.profile-work a {
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
}

.profile-work ul {
    list-style: none;
}

.profile-tab label {
    font-weight: 600;
}

.horaireother {
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 1rem;
    padding-left: 1.5rem;
    width: max-content;
}

.horaireotherlist {
    display: flex;
    gap: 15px;
    justify-content: start;
}

.or-separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.or-separator::before,
.or-separator::after {
    content: '';
    flex-grow: 1;
    border-bottom: 1px solid #c8d5da;
    margin: 0 10px;
}

.or-separator span {
    padding: 0 10px;
    background-color: #fff;
    color: #b0bdc2;
    font-size: 0.75rem;
    font-weight: 600;
}

.assurance-item {
    border-bottom: 1px solid #dee4eb;
    display: flex;
    align-items: center;
}

.assurance-item:last-child {
    border-bottom: none;
}

.assurance-item .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eff1f5;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    width: 3.8rem;
    height: 3.8rem;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 1rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    overflow: hidden;
}

.assurance-item .logo i {
    color: #1b20352f;
    font-size: 2rem;
}

.assurance-item .logo img {
    width: 80%;
    height: auto;
}

.assurance-item .right-content {
    margin-left: auto;
}

.assurance-item a {
    color: #b3c4c5;
}

.assurance-item a:hover {
    color: #e03c3c;
}