/* 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%;
}