#calendriers .timeline {
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
  }
  
  #calendriers .timeline .timeline-item {
    position: relative;
  }
  
  #calendriers .timeline .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
  }
  
  #calendriers .timeline .timeline-item:after {
    background-color: hsl(0, 0%, 90%);
    left: -38px;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
  }

  #calendriers .nav-tabs button{
    color:black
  }

  #calendriers .nav-tabs button:hover{
    color:var(--color-red)
  }

  #calendriers .nav-tabs button.active{
    color:var(--color-red)
  }

  #calendriers .calendrier-type li.active-region{
    background-color: var(--color-red-light);
    color:white;
}

#calendriers .filter button{
  background-color: transparent;
  border-color: transparent;


}


#calendriers .filter button a{ 
  color: black;
  font-weight: 600;
}

#calendriers .filter button.active{
  background-color: var(--color-red);
  border-color: var(--color-red);

}

#calendriers .filter button.active a{ 
  color: white;
}

#calendriers .filter button:hover{
  background-color: var(--color-red);
  border-color: var(--color-red);

}

#calendriers .filter button:hover a{ 
  color: white;
}

#calendriers .calendriers-list .calendriers-item{
  min-height: 300px;
  
}

#calendriers .calendriers-list .calendriers-item .card{
  height: 100%;
  overflow: hidden;
}

#calendriers .calendriers-list .calendriers-item img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 500ms ease all;
  
}

#calendriers .calendriers-list .calendriers-item:hover .card{
  box-shadow: 0 5px 20px rgba(0,0,0,.35);
}

#calendriers .calendriers-list .calendriers-item .img-link{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  background: transparent;
}

#calendriers .calendriers-list .calendriers-item:hover img{
  transform: scale(1.1);
}

#calendriers .calendriers-list .calendriers-item:hover .card-title{
  color: var(--color-red);
}


#calendriers .calendriers-list .calendriers-item .card-img-overlay{
  background-color: rgba(0, 0, 0, 0.45) 
}

#calendriers .calendriers-list .calendriers-item .card-img-overlay .text{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding-right: var(--bs-card-img-overlay-padding);
}

#calendriers .calendriers-list .calendriers-item .card-img-overlay .time{
  border-bottom: 1px dashed #CCCCCC;
  padding-bottom: 10px;
}

#calendriers .calendriers-list .calendriers-item .card-img-overlay .tags .bg-national{
  background-color: var(--color-red);
}

#calendriers .calendriers-list .calendriers-item .card-img-overlay .tags .bg-international{
  background-color: var(--color-green);
}

#calendriers .calendriers-list .calendriers-item .card-img-overlay .tags .bg-régional{
  background-color: var(--color-red-light);
}


/*** calendrier show **/



#calendrier .meta .by b{
  color: var(--color-red);
}

#calendrier .content {
  line-height: 1.75;
  font-size: 1.1rem;
  font-family: var(--font-text);
}

#calendrier .aside .aside-header h5{
  border-left: solid var(--color-red) 4px;
  padding-left: 10px;
}


#calendrier .aside .card-full {
  background-color: transparent !important;
  border: 0;
}

#calendrier .aside .image-wrapper {
  background-color: #f8f9fa;
  overflow: hidden;
  width: 100%;
  position: relative;
  background: linear-gradient(to left, #f8f9fa 0%, #ced4da 15%, #f8f9fa 40%, #f8f9fa 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: 400% 700% !important;
  background-position: center center !important;
  -webkit-animation: AnimationSea 1.5s infinite linear forwards;
  animation: AnimationSea 1.5s infinite linear forwards;
  width: 100%;
}

#calendrier .aside .lazy.loaded {
  opacity: 1;
}
#calendrier .aside .lazy {
  width: 100%;
  transition: 500ms ease-in-out;
  opacity: 0;
}

#calendrier label{
  font-weight: 500;
  font-size: 19px;
}

#calendrier .modal-confirm {		
	color: #636363;
	width: 325px;
	font-size: 14px;
}
#calendrier .modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}
#calendrier .modal-confirm .modal-header {
	border-bottom: none;   
	position: relative;
}
#calendrier .modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -15px;
}
#calendrier .modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
#calendrier .modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -5px;
}	
#calendrier .modal-confirm .modal-footer {
	border: none;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
}	

#calendrier .modal-confirm .icon-box.success {
	color: #fff;		
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: #82ce34;
	padding: 15px;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

#calendrier .modal-confirm .icon-box.error {
	color: #fff;		
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: #ef513a;
	padding: 15px;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

#calendrier .modal-confirm .icon-box i {
	font-size: 56px;
	position: relative;
	top: 4px;
}

#calendrier .modal-confirm.modal-dialog {
	/*margin-top: 80px;*/
}

#calendrier .modal-confirm .btn.success {
	color: #fff;
	border-radius: 4px;
	background: #82ce34;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}
#calendrier .modal-confirm .btn.success:hover, .modal-confirm .btn:focus {
	background: #6fb32b;
	outline: none;
}

#calendrier .modal-confirm .btn.error {
	color: #fff;
	border-radius: 4px;
	background: #ef513a;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}
#calendrier .modal-confirm .btn.error:hover, .modal-confirm .btn:focus {
	background: #da2c12;
	outline: none;
}

#calendrier .trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

