#progress-bar {
	position:fixed;
  	height: 4px;
  	background-color: rgba(5, 114, 206, 0.2);
  	width: 100%;
  	overflow: hidden;
  	z-index:10010;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(5, 114, 206);
  animation: indeterminateAnimation 1s infinite linear;
  transform-origin: 0% 50%;
  z-index:10010;
}

@keyframes indeterminateAnimation {
  0% {
    transform:  translateX(0) scaleX(0);
  }
  40% {
    transform:  translateX(0) scaleX(0.4);
  }
  100% {
    transform:  translateX(100%) scaleX(0.5);
  }
}

strong{
    font-weight: bold;
}

img.description {
    display:none;
    position:absolute;
    border:1px solid #CCC;
    width:400px;
    height:150px;
    border-radius: 5px;
    z-index: 1000000;
}

#hearder{
    position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	width:100%;
	min-height : 60px;	
	margin-bottom: 10px;
	color:var(--hearderContainerColor);
	background-color: var(--hearderContainerbackgroundColor); 
    border-bottom: 2px solid #CCC;
}

#footer{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	width:100%;
    margin-top: 30px;
    min-height: 100px;
    color: var(--hearderContainerColor);
    background-color: var(--hearderContainerbackgroundColor);
    padding: 20px 15px;
    font-size : 11pt;
}

#main_logo{
	height : 50px;
    margin-right: 15px;
    margin-left: 10px;
}

#webSiteName{
    position: relative;  
    width: 100%;
}

#header-alb-separator{
    display: block;
    width: 300px;
    margin-top: -10px;
    margin-bottom: -5px;
}

#logo_name{
	width: 100%;
    font-size: 14pt;
    text-align: center;
    text-decoration: none;
}

#logo_name2{
	width: 100%;
    font-size:9pt;
    font-style: italic;
    text-align: left;
    text-decoration: none;
    color: var(--hearderContainerColor);
}

.logo_lib-first{
    color:#FFF;
}
.logo_lib-second
{
    color:#12FF53;
}


.eplo-container,
.eplo-footer-container
{
    padding: 15px 20px;
    max-width: 1000px;
}

.eplo-container,
.eplo-container-form
{
    width:80%;
    border-radius: 5px;
    color: var(--containerColor);
    background-color: var(--containerbackgroundColor); 
    overflow: hidden;
    margin:auto;    
    font-size : 11pt;
    font-weight:normal;
    margin-top:5px;
}

.eplo-container-form
{
    max-width: 800px;
    padding: 15px 10px;
}

.eplo-footer-container{
    width:80%;
    margin:auto;  
    text-align: left;
}

.alb-main-container{
    width:100%;
    padding: 0px;
    margin: auto;
    overflow: hidden;
}

.alb-container{
    width:80%; 
    max-width: 1000px;
    overflow: hidden;
    margin:auto;  
    font-size : 11pt;
}

.card{
    padding:0px;
}

.card > .img-header {
    max-height: 200px;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    transform: scale(1);
}

.custom-footer{
    min-height: 60px;
}

.info-card{
    min-height: 420px;    
}

.eplo-card-info:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.68); 
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.68);
}

#contact-container{
	max-width: 800px;
	margin:auto;
}

#contact-container input,
.page-link
{
	font-size: 12pt;
}

.team-def
{
    width: 150px;
    height: 150px;    
    margin-bottom: 20px;
    border: 1px solid #CCC;
    border-radius: 0 10px;
    text-decoration: none;
    background-color: #F5F5F5;
    color: #444;
    font-weight: bold;
}

.team-def:hover
{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.team-def .btn-group,
.team-def .btn-group:hover
{
    box-shadow: none;
}
.team-def .btn,
.team-def .btn:hover
{
    background: none;
}

.team-def .dropstart .dropdown-toggle::before
{
    display: none;
    margin-right: none;
    vertical-align: 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.team-def-link{
    display: flex;flex-direction: column;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-bottom: 1px solid #CCC;
}


/* ================================================
** === Tables
** ================================================
*/
.table-eplo
{
    margin: 0 0 40px 0;
    width: 100%;
    box-shadow: 0px 0px 10px 8px var(--containerBoxShadowColor);
    display: table;
    border-radius: 5px;
    overflow-x: scroll;
    font-size: 10pt;
}

.tab-row-eplo{
  display: table-row;
  color: var(--defaultRowColor);
  background: var(--defaultRowBackground);
}

.tab-row-eplo:nth-of-type(odd) {
    color: var(--oddRowColor);
    background: var(--oddRowBackground);
}

.tab-row-eplo a {
    color: var(--defaultRowColor);
}

.tab-row-eplo:nth-of-type(odd) a{
    color: var(--oddRowColor);
}

.tab-row-eplo.header{
    font-weight: 900;
    color: #ffffff;
    background: rgb(0, 151, 167);
    border-radius: 5px 5px 0px 0px;
}

.tab-row-eplo.green{
    background: #27ae60;
 }

.tab-row-eplo.blue{
    background: #2980b9;
 }
 .cell{
    padding: 6px 12px;
    display: table-cell
}
.cell a.btn {
	color: #ffffff;
	margin-bottom: 2px;
	font-size: 10pt;
}

.cell a.btn-light{
	color: #444;
}

/* ================================================
** === Tables draggable
** ================================================
*/
.draggable-container {
    cursor: move;
    user-select: none;
    margin-bottom:30px;
    font-size: 12pt;
    font-weight: bold;
}

.draggable-table {
    position: relative;
    width: 80%;
    margin:auto;
    font-size:12px;
    border-collapse: collapse;
    background: white;  
    color:#444;
    margin-bottom:100px;
    -webkit-box-shadow: 0px 0px 10px 2px var(--containerBoxShadowColor);
          box-shadow: 0px 0px 10px 2px var(--containerBoxShadowColor);;   
}

.draggable-table__drag {
    font-size: .95em;
    font-weight: lighter;
    text-transform: capitalize;    
    position: relative;
    width: 100%;
    text-indent: 50px;    
    border: 1px solid #f1f1f1;
    z-index: 10;
    cursor: grabbing;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05); 
  
    opacity: 1;
}

.draggable-table thead th {    
    height: 25px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 10px;
    user-select: none;
}

.draggable-table tbody tr {
    cursor: grabbing;
}

.draggable-table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

.draggable-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.draggable-table tbody tr.is-dragging {
    background: #f1c40f;
}

.draggable-table tbody tr.is-dragging td {
    color: #ffe683;
}

.draggable-table tbody tr td{    
    font-weight: lighter;
    text-transform: capitalize;
    text-indent: 50px;
    padding: 10px;  
    user-select: none;
    border-top: 1px solid whitesmoke;
}


small{
	font-size:8pt;
}

#eplo-site {
    position: relative;
    top:0px;
    left: 0px;
}

#eplo-site .bi
{
    font-size: 16pt;
}

#eplo-site .fa-solid,
#eplo-site .fa-regular,
#eplo-site .fa-brands
{
    font-size: 16pt;
}

.w-100{
    width:100%;
}
.h-100{
    height:100%;
}
.ma {
    margin: auto;
}
.mr-5{
    margin-right: 5px;
}
.mab-5{
    margin-bottom: 5px;
}

/* ================================================
** === Petit �cran
** ================================================
*/
@media all and (max-width: 991px)
{
	.eplo-container,
    .eplo-container-form,
    .cd-main-container,
    .eplo-footer-container,
    .alb-container
	{
    	width: 100%;
    	border-radius: 0px;
    	overflow-x: scroll;
	}
	
	.table-eplo{
		font-size: 11pt;
	}
	
	#logo_name{
	    font-size: 14pt;
	}
	
	#logo_name2{
	    font-size: 10pt;
	}
	small{
		font-size:8pt;
	}
	.draggable-table {
	    font-size:11px;
	    width:100%;
	}
    .info-card{
        min-height: 100px;
    }
    .card{
        border-radius: 0px;
    }
}