@charset "UTF-8";
* {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: arial;
}

.clear {
  clear: both;
}

ul {
  text-align: left;
}
ul li {
  text-align: left;
}

.deuxColonnes {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  text-align: justify;
  margin: 2%;
}

div.chargementDataTable {
  position: relative;
  margin: 0 0 0px 0px;
  width: 50px;
  height: 50px;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  vertical-align: top;
  clear: both;
  z-index: 100000000000000000;
}
div.chargementDataTable span.loader {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 4px dashed rgba(0, 0, 0, 0.5);
  display: block;
  position: relative;
  -webkit-animation: spin 4s linear 0s infinite;
}
div.chargementDataTable span.loader:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  bottom: 7px;
  right: 7px;
  border: 2px dashed rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  -webkit-animation: spin 20s linear 0s infinite;
}
div.chargementDataTable span.loader:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  border: 3px dashed rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  -webkit-animation: spin 25s linear 0s infinite;
}

div#chargement, div#chargement2 {
  width: 100%;
  height: 100px;
  background: #ff0022;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: 0px 0px 0px 2000px rgba(255, 255, 255, 0.8);
          box-shadow: 0px 0px 0px 2000px rgba(255, 255, 255, 0.8);
  display: none !important;
}
div#chargement span.loader, div#chargement2 span.loader {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 4px dashed rgba(255, 255, 255, 0.4);
  display: block;
  position: relative;
  -webkit-animation: spin 4s linear 0s infinite;
}
div#chargement span.loader:before, div#chargement2 span.loader:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  bottom: 7px;
  right: 7px;
  border: 2px dashed rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  -webkit-animation: spin 20s linear 0s infinite;
}
div#chargement span.loader:after, div#chargement2 span.loader:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  border: 3px dashed rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  -webkit-animation: spin 25s linear 0s infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body {
  margin: 0;
  padding: 0;
  background: #F3A280;
}

a {
  text-decoration: none;
  color: #111;
}
a:hover {
  color: rgb(29, 128, 130);
}

header {
  width: 100%;
  top: 0;
}

.menu_page {
  display: block;
  position: fixed;
  bottom: 66px;
  right: 0;
  background: rgb(29, 128, 130);
  padding: 10px;
}

#content {
  background: #F3A280;
  margin-bottom: 50px;
}
#content .sousMenu {
  background: rgb(29, 128, 130);
  padding: 10px;
  border-bottom: 1px solid #333;
  width: 100%;
}

p.infoUp {
  display: inline-block;
  font-size: 0.7em;
  background: #1c7a7b;
  color: white;
  padding: 0px 5px 0px 0;
  border-radius: 5px;
}
p.infoUp::before {
  content: "i";
  padding: 0;
  border-radius: 5px;
  background: red;
  width: 15px;
  height: 15px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  margin: 0 5px 0 0;
}

.container_24 {
  margin-top: 1%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max(200px, 17vw) 3% 1fr 3% max(200px, 17vw);
  grid-template-columns: max(200px, 17vw) 1fr max(200px, 17vw);
  grid-auto-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 3%;
  background-image: url(/img/texture.png);
}

#mainLeft {
  float: left;
  margin: 1%;
  border-radius: 0 8px 8px 0;
  width: 100%;
  background: white;
  overflow: hidden;
  padding: 5px 5px 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

#mainRight {
  width: 100%;
  background: white;
  -ms-grid-column-align: end;
      justify-self: end;
  padding: 5px 5px 0;
  margin: 1%;
  border-radius: 8px 0 0 8px;
  grid-column: -1/-2;
}

#mainCenter {
  background: none;
  width: 90%;
  float: left;
  padding: 0.5%;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 50px;
  overflow: auto;
}
#mainCenter.center {
  float: none;
  margin: 1em auto;
}

.sectionInMainCenter {
  border-bottom: 30px solid rgb(29, 128, 130);
  padding: 0 0 50px;
  max-width: 900px;
}

footer {
  clear: both;
  width: 100%;
  background: rgb(29, 128, 130);
  max-height: 25px;
  position: fixed;
  bottom: 0;
  padding: 0 15%;
  -webkit-transition: 0.5s ease 0.5s all;
  transition: 0.5s ease 0.5s all;
  z-index: 999999999;
}
footer:hover {
  max-height: 2000px;
}
footer section {
  width: 32%;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  font-size: 0.8em;
  text-align: left;
}
footer section:last-child {
  text-align: right;
}
footer section h2 {
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 0px;
  margin: 5px 0;
}

header {
  background: #92C8D0;
  border-bottom: 1px solid #F3A280;
  -webkit-box-shadow: 0px 0px 10px #000;
          box-shadow: 0px 0px 10px #000;
}

header a {
  text-decoration: none;
}
header a:hover {
  color: inherit;
}

header #mainMenu a::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-color: red !important;
  margin: 0 auto 3px;
}

header #mainMenu a.nouveautes::before {
  background: url(img/2018/menuHeader.png) 0 -35px no-repeat !important;
}

header #mainMenu a.accueil::before {
  background: url(img/2018/menuHeader.png) 0 -105px no-repeat !important;
}

header #mainMenu a.lienExterne::before {
  background: url(img/2018/menuHeader.png) 0 -420px no-repeat !important;
}

#mainMenu a {
  margin: 3px 10px;
  padding: 10px 0.5%;
  min-height: 75px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 10px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-size: 0.7em;
  width: 100px;
  vertical-align: top;
  text-align: center;
}
#mainMenu a:hover, #mainMenu a:active, #mainMenu a.currentPage {
  background-color: rgb(29, 128, 130) !important;
  color: #92C8D0;
}
#mainMenu a.inactif {
  background-color: rgba(158, 158, 158, 0.9607843137) !important;
}

.infos {
  display: inline-block;
  background: #E3A519;
  padding: 0.5%;
}

.alerte {
  display: block;
  background: rgb(217, 34, 24);
  padding: 0.5%;
  text-align: center;
  margin: 10px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.4em;
}

.validation {
  display: inline-block;
  background: rgb(102, 204, 33);
  padding: 0.5%;
}

.disparait {
  -webkit-animation: hide 0.5s linear 5s forwards;
  overflow: hidden;
}
.disparait:hover {
  padding: 0.5% !important;
  max-height: 500px;
}

.disparait_LONG {
  -webkit-animation: hide 0.5s linear 120s forwards;
  overflow: hidden;
}
.disparait_LONG:hover {
  padding: 0.5% !important;
  max-height: 500px;
}

@-webkit-keyframes hide {
  0% {
    max-height: 500px;
    opacity: 1;
  }
  99% {
    padding: 0.5%;
  }
  100% {
    max-height: 0px;
    opacity: 0;
    padding: 0;
  }
}
#insertions_jquery {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

html, body {
  width: 100%;
  height: 100%;
}

#inside_insertion_jquery {
  margin: 3vh auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  background: #F3A280;
  -webkit-box-shadow: 0px 0px 10px;
          box-shadow: 0px 0px 10px;
  padding: 10px;
  text-align: center;
  overflow: auto;
  max-height: 90vh;
  z-index: 1001;
}

#insertions_jquery_pager {
  width: 100%;
  height: 100%;
  z-index: 1001;
}

.nouvelle_entree {
  background: #44939e;
}

.searchBox {
  width: auto;
  height: auto;
  background: rgb(29, 128, 130);
  display: inline-block;
  vertical-align: top;
  position: absolute;
  max-width: 600px;
  margin-left: 33px;
  z-index: 20000;
}

.lien {
  cursor: pointer;
}

.searchBox p {
  margin: 0;
}

#resultatsCheckBiblio {
  max-width: 300px;
  border: 2px rgb(29, 128, 130) solid;
  text-align: center;
}

.vignette {
  width: 100px;
  height: 140px;
  min-height: 100px;
  margin: 10px;
  float: left;
  background: #fff;
  cursor: pointer;
}

.vignette.checkbiblio {
  display: inline-block;
  height: 50px;
  min-height: 50px;
  width: 50px;
  margin: 2px;
  float: none;
  vertical-align: middle;
}
.vignette.checkbiblio img {
  max-height: 50px;
  max-width: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.vignette.checkbiblio img:hover {
  max-height: 100px;
  max-width: 100px;
  margin: -25px;
  position: relative;
  -webkit-transition: all ease 0.5s 0.5s;
  transition: all ease 0.5s 0.5s;
}

.vignette .titre {
  width: 100px;
  height: 40px;
  display: inline-block;
  margin-top: -5px;
}

.vignette:hover .titre {
  background: rgba(0, 0, 0, 0.3);
}

input[id^=searchButton] {
  background: url("img/find.png");
  width: 20px;
  height: 24px;
  min-height: 24px;
  border: 0;
  cursor: pointer;
  margin: 0 0 0 5px;
}

.shortInput {
  width: 50px;
}

.date {
  width: 100px;
}

input, textarea, checkbox, select {
  background: #ccc;
  border: 0;
  border-radius: 5px;
  min-width: 0px;
  min-height: 30px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 1px 10px;
}
input.small, textarea.small, checkbox.small, select.small {
  max-width: 60px;
}
input:invalid, textarea:invalid, checkbox:invalid, select:invalid {
  background: rgb(217, 34, 24);
}
input:focus, textarea:focus, checkbox:focus, select:focus {
  background: rgb(29, 128, 130);
  outline: 0;
  color: #fff;
}

textarea {
  min-height: 150px;
}
textarea:focus {
  min-width: 250px;
  min-height: 300px;
  -webkit-transition: min-width min-height 1s ease;
  transition: min-width min-height 1s ease;
}

input[type=submit], input[type=button] {
  border: 2px outset;
}

input[type=submit]:active, input[type=button]:active {
  border: 2px inset;
}

a.bouton {
  display: inline-block !important;
  background: #CCCCCC;
  border-radius: 5px;
  padding: 4px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: outset 2px #ccc;
  margin: 0 4px;
  font-size: 0.85em;
  color: inherit;
}
a.bouton:focus {
  background: rgb(29, 128, 130);
  border: intset 2px #ccc;
}

form *:disabled {
  background: #ddd;
  border: none;
  background: rgba(0, 0, 0, 0.05);
  color: black;
}

.tableauMAJ tr td {
  text-align: left;
  padding: 15px;
}

.bordure {
  border: 1px solid black;
  border-collapse: collapse;
}
.bordure caption {
  font-weight: bold;
  text-align: left;
}
.bordure th {
  background: rgb(29, 128, 130);
  border: 1px solid #000;
  padding-left: 21px;
  padding-right: 5px;
  height: 30px;
  cursor: pointer;
}
.bordure th.headerSortUp {
  background: url(img/sort.png) no-repeat 3px #26a9ac;
}
.bordure th.headerSortDown {
  background: url(img/sort2.png) no-repeat 3px #26a9ac;
}
.bordure th a:hover {
  color: #fff;
}
.bordure tr {
  background: #fff;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.bordure tr:nth-child(2n+1) {
  background: #ccc;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.bordure tr:nth-child(2n+1) input {
  background: #aaa;
}
.bordure tr:hover td {
  background: rgba(0, 0, 0, 0.3) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bordure tr td {
  padding: 5px;
  height: 30px;
}
.bordure tr td a {
  display: block;
}

.table_vert {
  background: rgb(102, 204, 33) !important;
}
.table_vert:nth-child(2n) {
  background: #9ee76c !important;
}

.table_alerte {
  background: rgb(217, 34, 24) !important;
}
.table_alerte:nth-child(2n) {
  background: #ee7069 !important;
}

table.inputDeuxColonnes {
  max-width: 60vw;
}
table.inputDeuxColonnes tr td:nth-child(1) {
  text-align: right;
  line-height: 30px;
}
table.inputDeuxColonnes tr td:nth-child(2) {
  text-align: left;
}
table.inputDeuxColonnes.nonwrap td:nth-child(1) {
  white-space: nowrap;
}

.statistique_2 {
  display: inline-block;
}

p.exemplecatalogue {
  display: block;
  font-size: 0.6em;
  text-align: right;
  margin: 0;
}

.tableau_recap_jeu table tr {
  text-align: center;
}
.tableau_recap_jeu table tr td {
  padding: 0 10px !important;
  text-align: center !important;
  vertical-align: bottom;
}

.titreHeaderCatalogue {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  background-color: rgb(29, 128, 130);
  padding: 10px;
}

a.nouveauJeu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.catalogue.nouveauJeu {
  width: 410px;
  height: 327px;
  border-radius: 8px;
  margin: 5px;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background: white;
  padding: 5px;
}
.catalogue.nouveauJeu:hover .description {
  margin: -300px 0 0 0;
}

.image_conteneur {
  width: 400px;
  height: 300px;
  margin: 0px;
  padding: 0px;
  float: none;
}
.image_conteneur img {
  max-width: 400px;
  max-height: 300px;
}

.description {
  width: 400px;
  height: 300px;
  position: relative;
  background: #92C8D0;
  padding: 10px;
  margin: 0px 0px 0px -400px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: justify;
  color: #fff;
  border-radius: 5px;
  overflow-y: scroll;
}
.description::-webkit-scrollbar {
  width: 7px;
}
.description::-webkit-scrollbar-thumb {
  background: #1d8082;
  border-radius: 10px;
}
.description .vignette {
  max-height: none;
  max-width: 110px;
  min-height: 0;
  height: auto;
  width: auto;
  background: #fff;
  border: 5px solid #fff;
  color: rgb(29, 128, 130);
  font-size: small;
  margin-top: 0px;
  text-align: center;
}

.vignette.catalogue {
  overflow: hidden;
  height: 100px;
  display: inline-block;
  float: none;
  margin: 5px;
}

.vignette.catalogue.jeu_sur_place {
  -webkit-box-shadow: 0px 0px 0px 2px rgb(217, 34, 24);
          box-shadow: 0px 0px 0px 2px rgb(217, 34, 24);
}

.vignette.catalogue.jeu_emprunte {
  -webkit-box-shadow: 0px 0px 0px 2px #E3A519;
          box-shadow: 0px 0px 0px 2px #E3A519;
}

.vignette.catalogue.jeu_dispo {
  -webkit-box-shadow: 0px 0px 0px 2px rgb(102, 204, 33);
          box-shadow: 0px 0px 0px 2px rgb(102, 204, 33);
}

.vignette .image_conteneur {
  width: 100px;
  height: 100px;
}

.vignette .miniature_catalogue_description {
  color: black;
  -webkit-transition: ease all 0.2s;
  transition: ease all 0.2s;
  position: relative;
  width: 100px;
  height: 100px;
  margin-top: -200px;
  margin-left: -100px;
  font-size: small;
}

.vignette.jeu_sur_place .miniature_catalogue_description {
  background: rgb(217, 34, 24);
}

.vignette.jeu_emprunte .miniature_catalogue_description {
  background: #E3A519;
}

.vignette.jeu_dispo .miniature_catalogue_description {
  background: rgb(102, 204, 33);
}

.vignette:hover .miniature_catalogue_description {
  margin-top: -100px;
  margin-left: 0px;
}

.list_options {
  margin: 10px;
  padding: 10px;
  overflow: auto;
  border: 3px solid rgb(29, 128, 130);
  border-radius: 10px;
  display: inline-block;
}
.list_options.option_tables {
  width: 200px;
  height: 400px;
}

#form-adherent {
  margin: 0.5%;
  border: 10px rgb(29, 128, 130) solid;
  float: left;
  max-width: 32.33%;
  min-width: 375px;
}

.forms-usagers {
  text-align: center;
  width: 64.66%;
  float: left;
}
.forms-usagers .form-usagers {
  margin: 0.5%;
  min-width: 375px;
  max-width: 48%;
  display: block;
  float: left;
}
.forms-usagers .form-usagers:nth-child(n) {
  background: rgb(29, 128, 130);
}
.forms-usagers .form-usagers:nth-child(2n) {
  background: rgb(102, 204, 33);
}
.forms-usagers .form-usagers:nth-child(3n) {
  background: #E3A519;
}
.forms-usagers .form-usagers:nth-child(4n) {
  background: rgb(217, 34, 24);
}
.forms-usagers .form-usagers.nouvelle_entree {
  background: #bbb;
}
.forms-usagers .form-usagers.usager_supprime {
  opacity: 0.3;
  max-height: 147px;
  overflow: scroll;
  float: right;
}
.forms-usagers .form-usagers h2 {
  height: 60px;
}

.DTED_Lightbox_Content input {
  background: #92C8D0 !important;
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.subTable {
  border: rgba(0, 0, 0, 0.6666666667) 3px solid !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto 2em !important;
}
.subTable tr td, .subTable tr th {
  background: inherit !important;
  padding: 0 1em !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

span.infoTitre {
  background: rgb(102, 204, 33);
  padding: 2px 5px;
  text-transform: uppercase;
  font-weight: bolder;
  border-radius: 6px;
}

input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 29px;
  padding-right: 6px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -24px;
}

input[type=checkbox].css-checkbox:active + label.css-label, input[type=checkbox].css-checkbox:focus + label.css-label {
  background-color: #eee;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

label.css-label {
  background-image: url(img/imgCheckBoxes.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.box_user_catalogue div {
  border: 2px solid grey;
  border-radius: 7px;
  margin-top: 9px;
  padding: 5px;
  background: #eee;
}

.FB {
  display: block;
  width: 200px;
  height: 100px;
  float: right;
  background: url(img/logoFB.png) no-repeat;
  background-size: 60px;
  padding-left: 63px;
}

img.logoMAGASIN {
  max-width: 250px;
}

.ListMagasinsPartenaire tr td:nth-child(even), .ListMagasinsPartenaire tr th:nth-child(even) {
  background: rgba(0, 0, 0, 0.1333333333);
}

.ListMagasinsPartenaire tr td {
  padding: 0 1em !important;
}

.nobackground {
  background: none !important;
}

.GRID-Jeux {
  text-align: left;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 300px));
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 1em;
  grid-auto-flow: dense;
}
.GRID-Jeux textarea {
  width: 100%;
}
.GRID-Jeux > div {
  background: white;
  padding: 1em;
  width: 100%;
  font-weight: bolder;
  font-size: 0.7em;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.GRID-Jeux > div.petit {
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.GRID-Jeux > div.petit.end {
  grid-column: 1/-1;
}
.GRID-Jeux div {
  vertical-align: middle !important;
}

.dataTables_scrollHead {
  display: none;
}

table#tableListCatalog {
  width: 100% !important;
}
table#tableListCatalog tbody {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, 180px);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-auto-rows: 210px;
  grid-gap: 8px;
  justify-items: stretch !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
table#tableListCatalog tbody tr {
  display: block;
  margin: 0 !important;
  min-height: 150px;
  border-radius: 8px;
}
table#tableListCatalog tbody tr.disponible td::before {
  background: greenyellow;
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  position: absolute;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: -15px;
  -webkit-transition: ease all 0.3s 0.3s;
  transition: ease all 0.3s 0.3s;
  font-size: 0px;
}
table#tableListCatalog tbody tr.disponible td:hover::before {
  background: greenyellow;
  content: "Jeu disponible";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3px;
  -webkit-transition: ease all 0.3s 0.3s;
  transition: ease all 0.3s 0.3s;
  max-width: 133px;
  font-size: inherit;
}
table#tableListCatalog tbody tr.SurPlace td::before {
  background: red;
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  position: absolute;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: -15px;
  -webkit-transition: ease all 0.3s 0.3s;
  transition: ease all 0.3s 0.3s;
  font-size: 0px;
}
table#tableListCatalog tbody tr.SurPlace td:hover::before {
  background: red;
  content: "Jeu non empruntable";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3px;
  -webkit-transition: ease all 0.3s 0.3s;
  transition: ease all 0.3s 0.3s;
  max-width: 133px;
  font-size: inherit;
}
table#tableListCatalog tbody tr.reserve td::before {
  background: red;
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  position: absolute;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: -15px;
  -webkit-transition: ease all 0.3s 0.3s;
  transition: ease all 0.3s 0.3s;
  font-size: 0px;
}
table#tableListCatalog tbody tr.reserve td:hover::before {
  background: red;
  content: "Jeu déjà réservé";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3px;
  -webkit-transition: ease all 0.3s 0.3s;
  transition: ease all 0.3s 0.3s;
  max-width: 133px;
  font-size: inherit;
}
table#tableListCatalog tbody tr.emprunte td::before {
  background: orange;
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  position: absolute;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: -15px;
  -webkit-transition: ease all 0.3s 0.3s;
  transition: ease all 0.3s 0.3s;
  font-size: 0px;
}
table#tableListCatalog tbody tr.emprunte td:hover::before {
  background: orange;
  content: "Jeu déjà emprunté";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3px;
  -webkit-transition: ease all 0.3s 0.3s;
  transition: ease all 0.3s 0.3s;
  max-width: 133px;
  font-size: inherit;
}
table#tableListCatalog tbody tr td {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 27%;
  grid-template-rows: 1fr 27%;
  height: 100%;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  font-size: 12px;
  padding: 0 5px;
}
table#tableListCatalog tbody tr td > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
table#tableListCatalog tbody tr td > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
table#tableListCatalog tbody tr td a {
  width: 100%;
}
table#tableListCatalog tbody tr td a:last-child {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  margin-bottom: 5px;
}

.infoboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  overflow: hidden;
  height: 30px;
  -webkit-transition: all ease 0.3s 0s;
  transition: all ease 0.3s 0s;
  margin-top: 10px;
}

.infobox {
  height: 30px;
  vertical-align: super;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 43px;
  border-radius: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: 30px;
  padding-left: 31px;
  background-repeat: no-repeat;
  background-position-x: 2px;
  background-position-y: center;
  opacity: 0;
  -webkit-transition: all ease 0.3s 0s;
  transition: all ease 0.3s 0s;
}
.infobox.duree {
  background-image: url(./img/jeu_temps.png);
}
.infobox.age {
  background-image: url(./img/jeu_age.png);
}
.infobox.joueurs {
  background-image: url(./img/nb_player.png);
}

td:hover .infobox {
  opacity: 1;
  -webkit-transition: all ease 0.3s 0.3s;
  transition: all ease 0.3s 0.3s;
}

td:hover .infoboxes {
  padding-top: 0;
  -webkit-transition: all ease 0.3s 0.3s;
  transition: all ease 0.3s 0.3s;
}

select.form-control {
  background: white;
}
select.form-control:focus {
  color: black;
}

li.paginate_button {
  background: white !important;
  border-radius: 5px !important;
  margin: 0 2px;
  border: 0 !important;
}
li.paginate_button.disabled, li.paginate_button.disabled a {
  opacity: 0.5;
  cursor: default;
}
li.paginate_button:hover:not(.disabled), li.paginate_button.active {
  background: #92c8d0 !important;
  border: 0 !important;
}

.ficheJeu {
  background: white;
  border-radius: 8px;
}
.ficheJeu table.inputDeuxColonnes.nonwrap td:nth-child(1) {
  font-weight: bolder;
}

.contentaccueilcatalogue {
  width: 80%;
  background: white;
  border-radius: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  min-height: 60vh;
  padding: 1em;
}

.contentaccueilcatalogue > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.contentaccueilcatalogue > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.contentaccueilcatalogue > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

div#contentaccueilcatalogue {
  background: white;
  margin: auto;
  max-width: 1080px;
  border-radius: 15px;
}

.cdx-input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul.cdx-nested-list {
  padding-left: 3em;
}

.cdx-checklist__item, .cdx-nested-list__item-content, ol.cdx-nested-list.cdx-block.cdx-nested-list--ordered {
  text-align: left;
}

@media (max-width: 767px) {
  .container_24 {
    margin-top: 1%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(90px, 10vw) 3% 1fr 3% minmax(90px, 10vw);
    grid-template-columns: minmax(90px, 10vw) 1fr minmax(90px, 10vw);
    grid-auto-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-gap: 3%;
    background-image: url(/img/texture.png);
  }
  #mainLeft {
    float: left;
    margin: 1% 1% 0 0;
    border-radius: 0 8px 8px 0;
    width: 0px;
    background: url(/img/2018/Find_mobile.png) green !important;
    height: 80px;
    overflow: hidden;
    background-size: cover !important;
    padding: 80px 40px 0;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  #mainLeft:focus-within, #mainLeft:hover {
    width: 85vw;
    height: auto;
    background: #fff !important;
    padding: 8px;
    z-index: 99999999;
    border: #92C8D0 solid 3px;
    min-height: 50vh;
  }
  #mainRight {
    width: 0px;
    height: 80px;
    overflow: hidden;
    background: url(/img/2018/logIn_mobile.png) green !important;
    background-size: cover !important;
    -ms-grid-column-align: end;
        justify-self: end;
    padding: 80px 40px 0;
    margin: 1% 0 0 0;
    border-radius: 8px 0 0 8px;
    grid-column: -1/-2;
  }
  #mainRight:focus-within, #mainRight:hover {
    width: 85vw;
    height: auto;
    background: #fff !important;
    padding: 8px;
    z-index: 99999999;
    border: #92C8D0 solid 3px;
    min-height: 50vh;
  }
  #mainCenter {
    background: none;
    width: 100%;
    float: left;
    padding: 0.5%;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 50px;
    overflow: auto;
  }
  #mainCenter.center {
    float: none;
    margin: 1em auto;
  }
}