@media (max-width: 477px) {
    .dropdown-menu-absolute-sm {
        position: fixed;
        top: 125px;
        width: 100%;
        max-width: 100% !important;
        border-radius: unset;
        background-clip: unset;
    }
    .card-columns-2{
        column-count: 1;
    }
}
@media (max-width: 600px) {
    .banner-hard {
        width: 300px !important;
    }
}
@media (min-width: 800px) {
    .card-columns-2{
        column-count: 2;
    }
}
@media (max-width: 799px) {
    .card-columns-2{
        column-count: 1;
    }
}
.dropdown-menu-absolute-sm {
    max-width: 350px;
}
#notification .dropdown-menu .dropdown-item {
    white-space: normal;
    min-width: 250px;
    -webkit-line-clamp: 3;
    font-size: smaller;
}
/*====================================================*/
.banner-hard {
    position: relative;
    height: 100px;
    width: 500px;
    color: white;
    text-align: center;
    background-color: #003a5b;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    top: 70%;
    bottom: 50px;
    vertical-align: baseline;
}
.banner-hard::before {
    position: absolute;
    content: " ";
    height: 100px;
    width: 4000px;
    background-color: #003a5b;
    left: -3998px;
}
.banner-title {
    position: absolute;
    left: 50%;
    top: 200px;
    padding: 1.5rem 4rem !important;
    transform: translate(-50%, -50%);
    background-color: white;
    color: #003366;
    border: 5px solid #003366;
}
.form-control-safe {
    border: none;
    font-size: large !important;
    padding: 0px !important;
    border-bottom: 2px solid #ced4da !important;
    text-align: start;
    background-color: transparent !important;
    height: 40px !important;
}
.form-control-safe:focus {
    box-shadow: none !important;
    border-bottom: 2px solid #003366 !important;
}
.form-control-safe:placeholder-shown {
    /* font-style: italic; */
    font-weight: normal;
    text-overflow: ellipsis;
}
.center-self {
    left: 50%;
    transform: translate(-50%, -50%);
}
.safe-hr {
    border-top: 5px solid rgba(0, 0, 0, 0.1);
    width: 200px;
}
.safe-hr-dark {
    border-top: 5px solid #003366;
    width: 200px;
}
.safe-headline {
    margin: auto;
    text-align: center;
    text-transform: uppercase;
}
.bg-none {
    background-color: transparent;
}
.padding-0 {
    padding: 0px;
}
.img-cover {
    object-fit: cover;
}
.img-contain {
    object-fit: contain;
}
.radius-10 {
    border-radius: 10px;
}
.radius-50 {
    border-radius: 50px;
}
.radius-100 {
    border-radius: 100px;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-bolder {
    font-weight: 600;
}
.text-overflow,
.text-overflow-100 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.shadow-sm-2,
.shadow-md {
    box-shadow: 0 0.1rem 0.3rem rgb(0 0 0 / 15%) !important;
}
.text-overflow-100 {
    max-height: 100px;
    -webkit-line-clamp: 4;
}
.text-overflow-200 {
    max-height: 200px;
    -webkit-line-clamp: 8;
}
.text-overflow.to-scroll{
    overflow-y: scroll !important;
}
.text-overflow.to-md{
    max-height: 200px !important;
    flex: 1;
}
.gs {
    border-left: 5px solid #f41164;
}
span.badge-safe-big {
    border: solid #003366 1.5px;
    border-radius: 25px;
    width: max-content;
    padding: 10px 20px;
    margin-right: 5px;
    margin-top: 5px;
}
/*====================================================*/

/*----NAV-BAR-CONFIGS----*/
.navbar-toggler {
    color: white !important;
}
.nav-pills-safe .nav-item .nav-link {
    font-size: 18px;
    color: white !important;
}
.nav-pills-safe .nav-item .nav-link.disabled {
    font-size: 18px;
    color: #6c757d !important;
}
.nav-pills-safe .nav-item .nav-link:hover {
    color: #809dad !important;
}
.nav-pills-safe .nav-item .dropdown-menu .dropdown-item-profile:hover {
    background-color: white;
}

.image-header {
    padding-top: 0px;
    margin-top: 15px;
}

.footer-safe {
    padding: 50px 0px 0px 0px;
}

/*----rectifications----*/
.renew-profil {
    border: 1px solid #003366 !important;
}
.renew-profil:hover {
    background-color: white;
    color: #003366;
}
.domains .pref-icon,
.news .pref-icon {
    margin: 0px;
    width: 50px;
    font-size: 2em;
}
.btn {
    border-radius: 5px !important;
    /* box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2); */
    padding: 5px 15px;
}
select.dashboard-category {
    margin: auto;
    color: #003a5b;
    min-width: 300px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    font-family: inherit;
    font-size: x-large;
    font-weight: bold;
}
select.dashboard-category optgroup {
    font-size: medium;
}
select.dashboard-category option {
    text-transform: capitalize;
    font-size: medium;
}
select.dashboard-category:focus option:checked {
    background: #003a5b !important;
    color: white !important;
}
.buble {
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: xx-small;
    left: 36px;
}
.content-header-gradient::after {
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, transparent 0%, white 100%);
    margin-top: -200px;
    height: 200px;
    width: 100%;
    content: "";
}
#pr-menus-2 .profile-pic {
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    border: 3px solid #003366;
}

#pr-menus-2 .profile-pic img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn-primary:hover {
    color: white !important;
    background-color: #2176bd;
}
.btn-outline-primary:hover {
    color: #2176bd !important;
    background-color: #daeeff;
}
.btn-safe-primary {
    border-radius: 50px;
}
.btn:focus{
    box-shadow: none;
}
.btn-collapse-safe,
.btn-collapse-safe:hover,
.btn-collapse-safe:focus {
    color: #003a5b !important;
    background-color: transparent;
    border: none;
    font-weight: bold;
    font-size: x-large;
    outline: 0 !important;
    box-shadow: none;
}
.btn-group .btn-group-safe {
    text-transform: uppercase;
    border-radius: unset !important;
    width: 100% !important;
    background-color: transparent;
    color: #003a5b;
    border: none;
    border-bottom: 2px solid whitesmoke;
}
.btn-group .btn-group-safe.active {
    background-color: transparent !important;
    color: #003a5b !important;
    box-shadow: unset;
    border-bottom: 2px solid #003a5b;
}
.fond-annuaire {
    object-fit: cover;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}

.bg_video_pole {
    margin-top: 200px;
    height: 250px;
}
.yt-container {
    padding: 0px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 10px;
}
.yt-container .btn-yt-link {
    color: White;
    padding: 10px;
    font-size: 20px;
    position: relative;
    top: -200px;
    background-color: #003a5b;
    border-radius: 50px;
    padding: 0px 6px;
}
.yt-container .btn-yt-link:hover {
    color: White;
}
.yt-iframe {
    position: relative;
    width: 100%;
    height: 400px;
    top: -200px;
    border: solid white 5px;
}

.title-annuaire-v2 {
    font-size: 20px;
    height: 70px;
    text-align: left;
    background-color: rgba(0, 58, 91);
    border-radius: 30px;
    color: white;
    position: relative;
    height: 100px;
    top: 70%;
    bottom: 50px;
    vertical-align: baseline;
}
.title-annuaire-v2 h3 {
    font-size: 20px;
    color: white;
}

.safe-banner-1 {
    top: -1.5rem;
    position: relative;
}

.tt-suggestion {
    overflow: hidden;
    text-overflow: ellipsis;
}

/*----AGENDA----*/
.agenda-search {
    margin: auto;
    margin-bottom: 20px;
}
.agenda-search .has-search input,
.has-search input {
    width: auto;
    min-width: 300px;
    padding-left: 2.375rem !important;
}
#event-section article {
    padding: unset;
    background-color: whitesmoke;
    margin-bottom: 10px;
}

/*----apointment----*/
.carousel-item-appointment {
    background-color: #f8f9fa;
    border-radius: 15px;
    margin-top: 5px;
    margin: auto;
    padding: 0px;
}
.carousel-item-appointment-photo {
    padding-left: 5px;
    padding-right: 0px;
}
.carousel-indicators-appointment {
    margin-top: 20px;
    position: relative;
}
.carousel-indicators-appointment li {
    background-color: white;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: solid 1px #003a5b;
}
.carousel-indicators-appointment .active {
    background-color: #003a5b;
}
.form-appointment .file-name {
    max-width: 500px !important;
}

.announcement_content {
    text-overflow: ellipsis !important;
}

/*===========fullscreen modal==========*/
.modal-fs {
    background-color: white !important;
}
.modal-md {
    max-width: 500px !important;
}
.modal-dialog-fs {
    pointer-events: none;
    position: relative;
    width: auto;
    margin: 5px auto;
}
.modal-dialog-fs {
    max-width: 1200px !important;
}
.modal-content-fs {
    border: unset;
}

.modal-safe .modal-content {
    background-color: #f6f8f9;
    border: none;
}
.modal-safe .modal-body {
    padding: 0px 40px;
}
.modal-safe .modal-footer,
.modal-safe .modal-header {
    border: none;
}
.modal-safe .modal-footer .btn {
    min-width: 150px;
}
/*===================================*/
/*          ADMIN-SECTION            */
/*===================================*/
.navbar-admin,
.sidebar {
    background-color: #003a5b !important;
}
.sidebar {
    display: flex;
    overflow-y: hidden;
    width: 200px;
    height: 100%;
    box-shadow: 0px 0px 5px black;
    position: fixed;
    z-index: 1;
    top: 0px;
    padding-top: 70px;
    padding-left: 1rem;
    padding-right: 1rem;
    flex-direction: column;
    align-items: flex-start;
}
.sidebar .sidebar-title {
    text-transform: uppercase;
    color: white;
}

.sidebar .nav-link {
    text-align: left;
    padding-left: 0px;
}
.sidebar .nav-link span,
.sidebar .nav-link i {
    vertical-align: middle;
}
.sidebar .nav-link .fas {
    width: 40px;
    font-size: 17px;
    text-align: center;
}
table.table-striped-safe tbody tr td{
    padding: 0.25rem;
}
table.table-admin thead th:last-child,
table.table-admin tr td:last-child {
    text-align: right;
}
table.table-admin tr td {
    vertical-align: middle;
}
.pagination-safe nav ul li {
    margin-left: 5px;
}
.pagination-safe nav ul li .page-link {
    border-radius: 50px;
    padding: 0.2rem 0.6em 0.25rem 0.5rem;
}
.pagination-safe nav ul li:first-child .page-link,
.pagination-safe nav ul li:last-child .page-link {
    border-radius: 50px !important;
}

.drop__card:hover {
    cursor: pointer;
}
.cards-dashboard .card .card-body{
    /*max-height: 500px;*/
    overflow-y: auto;
}
.cards-dashboard .card .card-header{
    text-transform: uppercase;
    color: white !important;
    background-color: #003a5b;
    border-radius: 0px;
}
.right-align{
	right: 10px;
    position: absolute;
    margin-top: 10px;
}

.alert-msg-success {
    color: #1d643b;
    background-color: #d7f3e3;
    border-color: #c7eed8;
}
.alert-msg {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.forgot-password {
	padding: 10px 0px;
    font-size: 20px;
    text-decoration: underline;
}

.prefs-check {
	text-align: center !important;
    font-size: 13px !important;
    color: #e3342f;
    font-weight: 400;
}

.more-link {
	font-weight: 600;
    text-decoration: none;
    text-align: right;
    margin-right: 5px;
    display: block;
}

.ddm-x{
    position: absolute;
    transform: translate3d(-50%, 850px, 0px) !important;
    left: 50% !important;
    top: 112px !important;
}

.marked-upload {
	color: #fff !important;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.white-box .box-title {
    font-weight: 700;
    line-height: 30px;
    font-size: 18px;
}

.list-inline .ms-auto {
    margin-left: auto!important;
}

.list-inline .ms-auto .text-success {
    font-size: 18px;
    font-weight: 100;
    color: #38c172 !important;
}

.list-inline .fas {
    font-size: 18px;
    color: #fefefe !important;
}

#save-logo {
	display: none;
}