@charset "UTF-8";

/* LOADER MODALE */
.loader {
    height: 50vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-content .card {
    margin-bottom: 0;
}

.loader i::before {
    font-size: 30px;
}

/* FORMS STYLE */
.datetime-input .form-control {
    display: flex;
    flex-direction: row;
}

.datetime-input .form-control div {
    margin: 0 10px 0 0;
}

.custom-checkbox input {
    width: 25px;
}

.select2-selection--multiple .select2-selection__choice {
    background-color: #ee3946;
}

.col-form-label.required {
    font-weight: bold;
    color: #e58080
}
.col-form-label.required:after {
    content:  " *";
}

.form-group.hidden {
    display: none;
}

.login-form .rounded-pill {
    border: 2px solid #000;
    color: #000;
}

/* MAIN STYLE */
a {
    color: #ee3946;
}

.btn.btn-success {
    height: max-content;
}

.sidebar .media {
    align-items: center;
}

.sidebar-section .nav-link {
    display: flex;
    align-items: center;
}

.sidebar-section .nav-link.active i {
    color: #ee3946;
}

.category-list .nav-link.active {
    background-color: #eee !important;
    color: #0e0e0e;
}

.sidebar-section .nav-link.active {
    background-color: #ee394619 !important;
    color: #0e0e0e !important;
}

/* .btn-success,
.btn-primary {
    background-color: #ee3946;
    border: 1px solid #ee3946;
}

.btn-success:hover {
    background-color: #da2532;
    border: 1px solid #da2532;
} */

.wrapper-login {
    height: 100%;  
    background-position:center; 
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 576px) {
    .login-form {
        width: 45rem;
    }
}
.login-form .logo-login {
    max-width: 100%;
}
.login-form .card{
    background-color: rgb(231, 231, 231);
}

.login-form h1{
    font-size: 2.6rem;
    font-weight: bold;
}

.calendar {
    width:25%;
    padding:1%
}

@media screen and (max-width: 479px) {
    .calendar {
        width:100%;
        padding:1%
    }
}

@media screen and (min-width: 479px) and (max-width: 1439px) {
    .calendar {
        width:50%;
        padding:2%
    }
}

.navbar-brand img {
    height: 2.125rem;
}

.innercard-item {
    width: 100%;align-self: flex-end; align-items:center; height: 135px; border: 1px solid rgba(0,0,0,.125);    border-radius: 0.25rem;
}
.innercard-item img{
    object-fit: contain; height: 100%; width: 100%
}


/* EVENT SHOWVIEW */
.content.showview h3 {
    margin: 2rem 0 0 0;
    display: flex;
    align-items: center;
}
.content.showview h3::before {
    content: "";
    background-color: #ee3946;
    border-radius: 50px;
    margin: 0 5px 0 0;
    padding: 7px 7px;
    font-size: 5px;
}
.content.showview h4 {
    margin: 1rem 0 0 0;
    color: #ee3946; 
}
.content.showview i {
	color: #ee3946;
}
.content.showview .card-header i {
	color: #fff;
}
.content.showview .btn i.icon-pencil {
	color: inherit;
}
/* .content.showview p {
    margin: 0;
} */
.content.showview .contact-p {
    font-style: italic;
}
.content.showview .partenariat-p {
	font-size: 16px;
}
.content.showview .date-p {
    font-weight: bold;
}
/* .content.showview .innercard-item {
    width: 240px;
} */
.content.showview .media-list .media {
    margin-top: 0.5rem;
}

.bg-past {background-color: #f5f5f5;}

.cardshowitem {
    display: flex; flex-direction: column; justify-content: space-between
}