.custom-file-label::after{
	content: 'Parcourir' !important;
}
form button.button.large.btn-block {
    border-radius: 35px;
}
form .card-title {
    margin-bottom: 0.75rem;
    padding: 5px 0px;
    font-size: large;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
}
.x-separator {
    height: 35px;
}
label.custom-file-label {
    overflow: hidden;
    white-space: nowrap;
}
.annuaire-logo {
    width: 100px;
    height: 100px;
    border-radius: 70px;
    background-color: #ffffff;
    margin: auto;
    margin-bottom: 15px;
    border: 1px solid #d2d2d2;
    vertical-align: middle;
    display: grid;
    overflow: hidden;
}
.annuaire-logo img{
    margin: auto;
    display: block;
    max-height: 100%;
    max-width: 100%;
}
.card.card-statistics.h-100 {
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: var(--headerboxshadow);
}
div#public-calendar {
    box-shadow: var(--headerboxshadow);
    padding: 15px;
    border-radius: 15px;
}
.fc .fc-button-primary {
    color: #fff;
    background-color: #00beff !important;
    border-color: #019ed4 !important;
}
button.fc-today-button.fc-button.fc-button-primary {
    background: #e50643 !important;
    border: none;
}
button.fc-prevYear-button.fc-button.fc-button-primary,button.fc-nextYear-button.fc-button.fc-button-primary {
    background: #2a2f35 !important;
    border-color: #121417 !important;
}
.publicEvent {
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 400;
}
.fc-event:hover {
    opacity: .7;
}
.fc-event {
    cursor: pointer;
    font-size: 13px !important;
    padding: 1px 5px;
}

#event-link {
    color: var(--blue) !important;
}
.event-participents-list {
    margin: 10px 0px;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
}
.event-participents-list ul li{
  display: inline-block;
  text-align: center;
  padding: 5px;
      border: 1px dotted transparent;
}
.event-participents-list ul {
    width: fit-content;
    display: flex;
}
.event-participents-list ul li:hover{
    background: #f7f7f7;
    border: 1px dotted #bdbdbd;
}
.event-participents-list .participent-avatar {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    margin: auto;
    background: white;
    position: relative;
}
.event-participents-list .participent-avatar img{
max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.event-participents-list span.participent-name {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    white-space: nowrap;
}
/* width */
.event-participents-list::-webkit-scrollbar {
      height: 5px;
}

/* Track */
.event-participents-list::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.event-participents-list::-webkit-scrollbar-thumb {
  background: #404040; 
}

/* Handle on hover */
.event-participents-list::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.modal-dialog select.form-control:not([size]):not([multiple]) {
    height: auto;
}
@media  only screen and (max-width:569px){
    .fc-header-toolbar.fc-toolbar {
        display: block;
    }
}

.public-sign{
    background-color: #ffd200 !important;
    color: black;
}