/* your styles go here */

.invisible {
 display: none;
}
.id_gauche {
 float: left;
}
.lamain {
cursor: pointer;
}
.hauteur2em {
 min-height: 2em;
}
.hauteur5em {
 min-height: 5em;
}
.hauteur6em {
 min-height: 6em;
}
.hauteur7em {
 min-height: 7em;
}
.card_choix_special:hover {
/* border: 2px solid #2f333e;*/
  margin-bottom: 30px;
  -webkit-box-shadow: 2px 2px 2px #2f333e, -1px 0 2px #2f333e;
  box-shadow: 2px 2px 2px #2f333e, -1px 0 2px #2f333e;
}
.table_fond_1 {
 background-color: #f8cbad;
}
.table_fond_2 {
 background-color: #b4c6e7;
}
.table_fond_3 {
 background-color: #c6e0b4;
}
.table_fond_4 {
 background-color: #EBB470;
}

.table .col-sm-1, .table .col-md-1 {
 width: 8.333333%;
}
.table .col-sm-2, .table .col-md-2 {
 width: 16.666667%;
}
.table .col-sm-3, .table .col-md-3 {
 width: 25%;
}
.table .col-sm-4, .table .col-md-4 {
 width: 33.333333%;
}
.table .col-sm-5, .table .col-md-5 {
 width: 41.666667%;
}
.table .col-sm-6, .table .col-md-6 {
 width: 50%;
}
.table .col-sm-7, .table .col-md-7 {
 width: 58.333333%;
}
.table .col-sm-8, .table .col-md-8 {
width: 66.666667%;
}
.table .col-sm-9, .table .col-md-9 {
 width: 75%;
}
.table .col-sm-10, .table .col-md-10 {
 width: 83.333333%;
}
.table .col-sm-11, .table .col-md-11 {
 width: 91.666667%;
}
.table .col-sm-12, .table .col-md-12 {
 width: 100%;
}

.dropdown-item.active, .dropdown-item:active {
 background-color: #005ea1 !important;
}
.couleur_jaune {
 color: #CD7E1D;
}
.adresse_recherche_retour {
color: #212529;
}
.adresse_recherche_retour:hover {
color: #005ea1;
}
.custom_border_lazare_sp {
  border: 3px #9C1D37 solid;
  border-radius: .25rem;
  animation: blink-custom_border_lazare_sp 2s infinite;
}

@keyframes blink-custom_border_lazare_sp {
 0% {border-color: transparent;}
 50% {border-color: #9C1D37;}
 100% {border-color: transparent;}
}
.fond_force_lazare, .btn-primary, nav.central-navbar ul li.active > a, nav.central-navbar ul li a:hover, nav.side-navbar ul li.active > a, nav.side-navbar ul li a:hover {
background-color: #9C1D37 !important;
}

.documents_liste:hover {
background-color: #919090;
color: #ffffff !important;
}
.documents_liste a, .documents_liste:hover a {
  color: inherit;
  text-decoration: none;
}

